Skip to content

Instantly share code, notes, and snippets.

View s-a's full-sized avatar
🎯
Focusing

Stephan Ahlf s-a

🎯
Focusing
  • Hamburg Germany
View GitHub Profile
@s-a
s-a / clean-up-boot-partition-ubuntu.md
Last active July 5, 2017 09:27 — forked from ipbastola/clean-up-boot-partition-ubuntu.md
Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Safest way to clean up boot partition - Ubuntu 14.04LTS-x64

Reference

Case I: if /boot is not 100% full and apt is working

1. Check the current kernel version

$ uname -r 
@s-a
s-a / Indian-Female-Names.csv
Created June 24, 2017 18:35 — forked from mbejda/Indian-Female-Names.csv
Dataset of ~14,000 Indian female names for NLP training and analysis. The names have been retrieved from public records. (name,gender,race)
name gender race
shivani f indian
isha f indian
smt shyani devi f indian
divya f indian
mansi f indian
mazida f indian
pooja f indian
kajal f indian
meena f indian
@s-a
s-a / Indian-Male-Names.csv
Created June 24, 2017 18:35 — forked from mbejda/Indian-Male-Names.csv
Dataset of ~14,000 Indian male names for NLP training and analysis. The names have been retrieved from public records. (name,gender,race)
name gender race
barjraj m indian
ramdin verma m indian
sharat chandran m indian
birender mandal m indian
amit m indian
kushal m indian
kasid m indian
shiv prakash m indian
vikram singh m indian
@s-a
s-a / Hispanic-Female-Names.csv
Created June 24, 2017 18:35 — forked from mbejda/Hispanic-Female-Names.csv
Dataset of ~200 hispanic female names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
last name first name gender race
adams shirley m f hispanic
alonso ana d f hispanic
alonzo miriam f hispanic
alvarez ivette f hispanic
amador saray f hispanic
batista niurka f hispanic
betancourt maria f hispanic
blake merienne f hispanic
boyd rosalinda n f hispanic
@s-a
s-a / Hispanic-Male-Names.csv
Created June 24, 2017 18:34 — forked from mbejda/Hispanic-Male-Names.csv
Dataset of ~4,000 hispanic male names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
last name first name gender race
abad jonathan r m hispanic
abellas-bauzo jonathan a m hispanic
abreu pablo m hispanic
abreu sosa basilio l m hispanic
abreu-bolano german m hispanic
abreu-perez javier m hispanic
abrew luis a m hispanic
acevedo angel m hispanic
acevedo antonio m hispanic
@s-a
s-a / White-Female-Names.csv
Created June 24, 2017 18:34 — forked from mbejda/White-Female-Names.csv
Dataset of ~4,500 white (Caucasian) female names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
last name first name gender race
abbott leslie b f white
abbott peggy s f white
abernathy rebecca r f white
abidin antoinette f white
able shaylene n f white
abrahante adneris e f white
abrams melanie a f white
abreu adriana f white
acevedo angela n f white
@s-a
s-a / White-Male-Names.csv
Created June 24, 2017 18:34 — forked from mbejda/White-Male-Names.csv
Dataset of ~40,000 white (Caucasian) male names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
We can't make this file beautiful and searchable because it's too large.
last name, first name,gender,race
aaron, billy r ,m,white
aaron, charles d ,m,white
aaron, clarence d ,m,white
aaron, justin c ,m,white
aaron, roy s ,m,white
aaron, william l ,m,white
aaronson, cary ,m,white
abate, manuel j ,m,white
abaza, eric ,m,white
@s-a
s-a / Black-Male-Names.csv
Created June 24, 2017 18:34 — forked from mbejda/Black-Male-Names.csv
Dataset of ~50,000 black (African American) male names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
We can't make this file beautiful and searchable because it's too large.
last name,first name,gender,race
aaron, aaric a ,m,black
aaron, dominique j ,m,black
aaron, fredrick r ,m,black
aaron, jarvis ,m,black
aaron, lorenzo ,m,black
aaron, paul r jr,m,black
aarons, paul ,m,black
abbas, richard s ,m,black
abbott, tyler p ,m,black
@s-a
s-a / Black-Female-Names.csv
Created June 24, 2017 18:32 — forked from mbejda/Black-Female-Names.csv
Dataset of ~2,400 black (African American) female names for NLP training and analysis. The names have been retrieved from US public inmate records. (last name, first name,gender,race).
last name first name gender race
abraham tashanika l f black
adams denetra c f black
adams tomesha d f black
adams trellany c f black
adderley cynthia s f black
addison crystal l f black
adkins beverly s f black
adkins robin f black
adkins sophia l f black
@s-a
s-a / package.json
Last active August 29, 2015 14:27 — forked from mik01aj/package.json
iron-node bug #45
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "suite.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",