VirtualTam's bookmarks
500 bookmarks found
-
Community — SaltStack
2014-05-15 Infrastructure management solution
-
Terminal with zsh and a neat display of git info!
-
ws-trim.el: ftp://ftp.lysator.liu.se/pub/emacs/ws-trim.el
-
Git - Tips and Tricks
2014-05-15 Bash completion & custom aliases
-
Strings | Real Groovy - Documentation
2014-05-15 -
Let me google that for you
2014-05-13 -
KDE packages | ArchLinux
2014-04-27 kdebase kdegraphics kdenetwork kdeplasma-addons kdesdk kdeutils
krusader
-
Faker lib
2014-04-26 Generate random user data!
-
Code review: WTF/min
2014-04-26 -
Terra Terminal
2014-04-26 Drop-down, split-view terminal
-
Pessimal algorithms
2014-04-24 -
xkcd: Wisdom of the Ancients
2014-04-23 -
Codingame - Training
2014-04-23 -
Someday ... - AlBlue’s Blog
2014-04-10 Someday, all software will be built this way.
-
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
-
ShareLaTeX
2014-04-03 Collaborative, web-hosted TeX editor
-
April.org : roman-photo
2014-03-30