Skip to content

Instantly share code, notes, and snippets.

View vhf's full-sized avatar
🥌

victor felder vhf

🥌
View GitHub Profile
@ludofleury
ludofleury / getset.sublime-snippet
Created February 15, 2013 02:25
PHP (Symfony) oriented getter-setter snippet for Sublime Text
<snippet>
<content><![CDATA[
/**
* Get $1
*
* @return ${2:[type]} \$$1
*/
public function get${1/(.*)/\u$1/}()
{
return \$this->${1:$SELECTION};
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 9, 2026 19:04
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@tlockney
tlockney / hack.sh
Created April 7, 2012 00:20 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@kuenishi
kuenishi / sync_git.py
Created January 14, 2011 06:14
sync all git dirs
import subprocess
import sys, os
def pull(dir):
print dir, ':'
os.chdir(dir)
subprocess.call(['git', 'pull'])
os.chdir('..')
map(pull, filter(os.path.isdir, os.listdir('.')))
@endolith
endolith / Has weird right-to-left characters.txt
Last active March 6, 2026 04:22
Unicode kaomoji smileys emoticons emoji
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶