We proudly present you Taoufix's first Android app: Warm-up Lifts for gym users. Warm-up Lifts is a Weight calculator. By providing your target lifting weight and number of repetitions, this app helps you calculate your warm-up lifts weight and reps.
Get the Android SDK Unzip it Launch the emulator with: ./android_sdk_linux_m3-rc20a/tools/emulator Enjoy !
Read more
Sergey Brin and Steve Horowitz demonstration of the Android, Google’s mobile platform. More videos are available at youtube’s android developers page, and there’s also a blog. Edit: Steve Ballmer’s response, LOL.
Read more
A Java version of grep
Read more
Add the following to your .emacs file: [text];; insert a comment w/ name and date (defun insert-comment () (interactive) (comment-dwim “”) (insert-string “!!! “) (insert-string (getenv “USER”)) (insert (format-time-string ” %Y%m%d: “)))[/text] [...]
Read more
First make sure dbus-python is installed on the remote host. Download the mesg.sh script. Make it executable. To send a message to a user at a remote desktop. u can also use html-like syntax to send URLs. He will receive the following notification.
Read more
Install sshfs-fuse and make sure fuse is loaded. mount the remote dir using sshfs
Read more
rsync --progress -avz -e ssh user@host:data/ ./data/
Read more
problem: [php]$ sudo ‘for i in 1 2; do echo $i; done’sudo: for i in 1 2; do echo $i; done: command not found[/php] solution: [php]$ sudo bash -c ‘for i in [...]
Read more