Skip to content

Instantly share code, notes, and snippets.

View mbejda's full-sized avatar
🎯
Focusing

Milos Bejda mbejda

🎯
Focusing
View GitHub Profile
@mbejda
mbejda / espn-api-list.md
Created December 13, 2023 21:13 — forked from nntrn/espn-api-list.md
List of nfl api endpoints from espn

List of NFL API Endpoints

This page has been updated a lot in the past 2 years. Older revisions you might like more than this one:

  • June 2021 - list of endpoints for other sports/leagues (i.e. basketball, baseball, lacrosse, rugby)
  • August 2021 - get historical fantasy league data
  • September 2021 - list of endpoints in plain text
  • May 2023 - collapsed endpoint response examples

Additional Resources

@mbejda
mbejda / accounting-and-finance-jobs.txt
Last active November 1, 2023 18:04
Job sectors with job titles
accountant
accounting manager
appraiser
assessor
auditor
banker
banking analyst
banking manager
bookkeeper
budget analyst
@mbejda
mbejda / Hispanic-Female-Names.csv
Created November 2, 2015 01:49
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
@mbejda
mbejda / hobbies.txt
Last active August 25, 2023 00:26
Compiled list of hobbies.
hobby
3D printing
amateur radio
scrapbook
Amateur radio
Acting
Baton twirling
Board games
Book restoration
Cabaret
@mbejda
mbejda / Job-Sectors.txt
Last active July 3, 2023 08:49
Compiled list of job sectors.
accounting and finance
arts, entertainment & gaming
clerical and administrative
construction and extraction
customer service
education, training, & library
engineering and architecture
healthcare and medical
human resources
information technology
@mbejda
mbejda / professions.txt
Last active February 4, 2023 15:08
Compiled list of professions.
Profession
Professors
Teachers
Actors
Clergy
Musicians
Philosophers
Visual Artists
Writers
Audiologists
@mbejda
mbejda / White-Female-Names.csv
Created November 2, 2015 01:35
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
@mbejda
mbejda / Hispanic-Male-Names.csv
Created November 2, 2015 01:42
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
@mbejda
mbejda / states_by_fips.json
Created October 1, 2019 14:16 — forked from eupharis/states_by_fips.json
State FIPS JSON (Abbreviation and Name)
{
"01": {
"abbreviation": "AL",
"name": "Alabama"
},
"02": {
"abbreviation": "AK",
"name": "Alaska"
},
"03": {
@mbejda
mbejda / openssl.ssh
Created April 12, 2016 12:37
Installing OpenSSL 1.0.2 on Ubuntu 14
openssl version -a
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl
sudo apt-get update
sudo apt-get install openssl
openssl version -a