Skip to content

Instantly share code, notes, and snippets.

View marpstar's full-sized avatar

Cody Sand marpstar

View GitHub Profile
@marpstar
marpstar / usaCities.js
Created March 13, 2018 03:37 — forked from Lwdthe1/usaCities.js
JSON of 5,950+ USA Cities and Their States
[
{'city': 'Abbeville', 'state': 'Louisiana'},
{'city': 'Aberdeen', 'state': 'Maryland'},
{'city': 'Aberdeen', 'state': 'Mississippi'},
{'city': 'Aberdeen', 'state': 'South Dakota'},
{'city': 'Aberdeen', 'state': 'Washington'},
{'city': 'Abilene', 'state': 'Texas'},
{'city': 'Abilene', 'state': 'Kansas'},
@marpstar
marpstar / linkedin-industry-codes-typescript.ts
Last active April 3, 2019 06:05 — forked from gp187/linkedin-industry-codes.json
LinkedIn Full Industry Codes in TypeScript
export interface JobIndustry {
Code: number;
Groups: string[];
Description: string;
}
export const all: JobIndustry[] = [
{ Code: 47, Groups: ["corp", "fin"], Description: "Accounting" },
{ Code: 94, Groups: ["man", "tech", "tran"], Description: "Airlines/Aviation" },
{ Code: 120, Groups: ["leg", "org"], Description: "Alternative Dispute Resolution" },