Skip to content

Instantly share code, notes, and snippets.

@dictav
dictav / hack.sh
Created March 31, 2012 21:01 — 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
#
@dictav
dictav / tex.c
Created July 31, 2012 08:13 — forked from Shinpeim/tex.c
理系男子に朗報
#include <stdio.h>
int main(int argc, char *argv[]){
char chars[] = "TeX";
chars[0]--;
chars[1] += 'A' - 'a';
printf("%s",chars);
return 0;
@dictav
dictav / gistdeck.md
Created October 31, 2012 03:08
GistDeck example

Crafting a presentation can be difficult

Too many tools

tools