Skip to content

Instantly share code, notes, and snippets.

@cab222
cab222 / strace_simple
Created September 1, 2014 19:18
Strace Simple
#include <stdio.h>
#include <fcntl.h>
int main()
{
int x = open("/tmp/test.txt", O_WRONLY);
return 0;
}
http://www.fania.com/collections/fania-all-stars
http://www.spanishharlemorchestra.com/
http://en.wikipedia.org/wiki/Jimmy_Bosch
http://en.wikipedia.org/wiki/User:U0008355/La_Excelencia
@cab222
cab222 / gist:9878465
Last active August 29, 2015 13:57
First two blocks compile and run, third block wouldn't if it was compiled
package test;
import com.google.common.collect.Lists;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
public class TypeSafety {