VirtualTam's bookmarks
729 bookmarks found
-
IPython interactive python shell
2014-06-21 - An enhanced interactive Python shell.
- A decoupled two-process communication model, which allows for multiple clients to connect to a computation kernel, most notably the web-based notebook
- An architecture for interactive parallel computing.
via http://sametmax.com/debugger-en-python-les-bases-de-pdb/
-
Git 2.0 - Les 10 commandements
2014-06-03 1er commandement: "Du contrôle de version, tu te soucieras" http://s3.media.squarespace.com/production/2129687/19317774/.a/6a00d8341d3df553ef017c330f2ae8970b-pi
2ème commandement: "avec Git, tu te formeras, sinon sous SVN tu resteras" http://s3.media.squarespace.com/production/2129687/19317774/.a/6a00d8341d3df553ef017743a87369970d-pi
3ème commandement: "Le merge, tu éviteras tant que faire se peut" http://geekandpoke.typepad.com/geekandpoke/2010/10/being-a-code-made-easy-chapter-1.html
4ème commandement: "De versionner n'importe quoi, tu t'abstiendras" http://geek-and-poke.com/geekandpoke/2012/11/7/simply-explained.html
5ème commandement: "Un commit réécrit, tu ne pusheras point" http://geek-and-poke.com/geekandpoke/2014/3/3/end-of-working-day
6ème commandement: "Avant de tester, tu ne pusheras point" http://geek-and-poke.com/geekandpoke/2013/5/31/finally-its-friday
7ème commandement: "le 6eme commandement tu appliqueras, ou ton chef te châtiera" http://geek-and-poke.com/geekandpoke/2013/11/24/simply-explained
8ème commandement: "Tu ne tricheras point" http://geek-and-poke.com/geekandpoke/2013/7/28/tdd
9ème commandement: ""Des tags tu abuseras" http://geek-and-poke.com/geekandpoke/2013/12/26/games-for-the-real-geeks
10ème commandement: "Ton Dieu Jenkins tu honoreras et ton salut tu trouveras" http://geek-and-poke.com/geekandpoke/2013/8/10/the-little-miracles
-
Morley Compact Series Wah CWA Schematics
2014-05-25 Archive: https://web.archive.org/web/20130502090106/http://www.morleypedals.com/cwaes.pdf
Done: short-circuit the 560K resistor... everything's gone fuzzy! TODO: replace the resistor
-
Open source racing game with a track editor. It focuses on closed rally tracks with possible stunt elements (jumps, loops, pipes). You can drive in Single-Player mode racing against the clock or completing championships. There is also an online Multi-Player mode.
-
Bash: test if a file needs to be downloaded
2014-04-09 1#!/bin/bash 2# Check if a file needs to be downloaded 3# Useful iff there is no checksum available to check a local file 4url=http://test-url.com 5 6dl=1 7if [[ -f $file_path ]]; then 8 local_size=$(ls -l $file_path | awk '{print $5}') 9 remote_size=$(wget --spider $url 2>&1 | awk '/Length/ {print $2}') 10 11 if [[ $local_size -eq $remote_size ]]; then 12 echo "The file was previously downloaded" 13 dl=0 14 else 15 echo "Corrupted file found, re-downloading..." 16 rm -f $file_path 17 fi 18else 19 echo "Downloading file..." 20fi 21 22[[ $dl -eq 1 ]] && wget $url -O $file_path
-
Doom 3 sur Linux | Tuxicoman
2014-04-07 Main AUR:
User packages:
- https://drive.google.com/file/d/0B-3Ad-VEtVXFYmtNbTFQazZ3Zkk/edit?usp=sharing
- https://drive.google.com/file/d/0B-3Ad-VEtVXFZGJRdjFrd3dVc0U/edit?usp=sharing
Fix sound issues:
- doom3 +set s_alsa_pcm plughw:0 +set s_driver alsa
- http://ubuntuforums.org/showthread.php?t=1705760&p=11117137#post11117137
-
Longcat tiles
2013-08-26 Full Longcat
Horizontal:
- feet (up): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_hd-wallpaper-812729.jpg
- feet (down): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_hd-wallpaper-490564.jpg
- body (low): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_wallpaper-253728.jpg
- body (knot): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_wallpaper-336199.jpg
- body (wave up): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_wallpaper-336195.jpg
- body (wave down): http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_wallpaper-336194.jpg
- head: http://onlyhdwallpapers.com/wallpaper/longcat_desktop_1600x1200_wallpaper-316383.jpg
Vertical: