Buen video, Buena cancion (Featured como World Wide Warning de Dance Department Podcast), Lindas Chicas, como en la mayoria de los videos dance, excelente para la vista.
Related Posts
Compiling JSON-RPC for Jetty
The JSON-RPC ant build.xml file comes configured by default for Tomcat 5 or JBoss. But what about those of us who like JETTY? Don’t panic, here’s the solution, just add that section for jetty, and comment out the default section for tomcat. I used /home/angel/bin/jetty, cause that’s the path of my jetty install, replace that […]
IntelliJ / Adroid Studio / CLion / GoLand / PyCharm / PHPStorm keymap shortcuts I can’t live without
Download settings.jar (Import with `File -> Import Settings`) I got to IntelliJ after years of using Emacs and Eclipse. Here’s how my keymap looks now that I work with Jetbrains tools, these are the keyboard shortcuts I can’t live without as a programmer. Legend (Mac keyboard) ⌘ Command ⇧ Shift ⌘1 Show Intent Actions […]
Python Reference: Binary Operators
Python binary operators are pretty much the same as in any other language, however I notice most programmers tend to waste a lot of memory by creating lots and lots of properties say in DB tables, or Objects and using the wrong datatypes. I think its elegant to use the concept of binary flags, for […]