Gotta have some guts to do this one, but:
find / 2>/dev/null | grep -i Silverlight | sudo xargs rm -rf
Gotta have some guts to do this one, but:
find / 2>/dev/null | grep -i Silverlight | sudo xargs rm -rf
Assuming you've successfully built libgit2...
$ ls -l
drwxr-xr-x ... libgit2
-rw-r--r-- ... test.c
$
$ gcc -I ./libgit2/include -L ./libgit2/build -l git2 -o test test.c
notifier_args = [ | |
'terminal-notifier', | |
'-title', | |
'S3 Upload', | |
'-message', | |
'Copied to clipboard!' | |
] | |
subprocess.check_call(notifier_args) |
import sys | |
import os.path | |
import subprocess | |
import boto | |
filename = sys.argv[1] | |
basename = os.path.basename(filename) | |
base_url = 'http://<bucket-name>.s3.amazonaws.com' |
MONGO_PID=`ps aux | grep mongo | awk '{print $2}' | head -n 1` | |
# SIGTERM the mongod process | |
kill -15 $MONGO_PID |
#!/usr/bin/env python | |
# This program prints out its own source code | |
# =========================================== | |
import sys | |
def quine(filename): | |
f = open(filename, 'r') | |
for line in f.readlines(): | |
print line.strip('\n') |
it: | |
@echo "、ヽ`ヽ`、ヽ``、ヽ`、ヽ`ヽ`、、ヽ`ヽ`、ヽ``、ヽ`、ヽ`ヽ`、、ヽ`ヽ`、ヽ``、ヽ" | |
@echo "`、ヽ`ヽ`、、ヽ`ヽ`、ヽマッテェ(ノ;Д;)ノ `、、ヽ`☂ヽ`、ヽ``、ヽ`、ヽ`ヽ`、、ヽ`ヽ" | |
rain: | |
@echo "`、ヽ``、ヽ`、ヽ`ヽ`、、ヽ`ヽ`、ヽ``、ヽ`、ヽ`ヽ`、、ヽ、ヽ`ヽ`、ヽ``" |
me: | |
@echo " _.---._" | |
@echo " _.-~ ~-._" | |
@echo " _.-~ ~-._" | |
@echo " _.-~ ~---._" | |
@echo " _.-~ ~\\" | |
@echo " .-~ _.;" | |
a: | |
@echo " :-._ _.-~ ./" |