Skip to content

Instantly share code, notes, and snippets.

View schuchard's full-sized avatar
👨‍💻

Kevin Schuchard schuchard

👨‍💻
View GitHub Profile
@schuchard
schuchard / css-only-checkbox.md
Last active May 19, 2018 21:47
css-only-checkbox
@schuchard
schuchard / @angular multi-package npm install
Last active May 16, 2018 19:33
Add @angular to an AngularJs project, install all necessary packages in a single command
npm i -S @angular/{common,compiler,core,forms,http,platform-browser,platform-browser-dynamic,router,upgrade,language-service} core-js rxjs zone.js reflect-metadata
const COUNTRIES = [
{ countryCode: 'AD', latLng: { lat: '42.546245', lng: '1.601554' }, country: 'Andorra', latLngString: '42.546245, 1.601554' },
{ countryCode: 'AE', latLng: { lat: '23.424076', lng: '53.847818' }, country: 'United Arab Emirates', latLngString: '23.424076, 53.847818' },
{ countryCode: 'AF', latLng: { lat: '33.93911', lng: '67.709953' }, country: 'Afghanistan', latLngString: '33.93911, 67.709953' },
{ countryCode: 'AG', latLng: { lat: '17.060816', lng: '-61.796428' }, country: 'Antigua and Barbuda', latLngString: '17.060816, 61.796428' },
{ countryCode: 'AI', latLng: { lat: '18.220554', lng: '-63.068615' }, country: 'Anguilla', latLngString: '18.220554, 63.068615' },
{ countryCode: 'AL', latLng: { lat: '41.153332', lng: '20.168331' }, country: 'Albania', latLngString: '41.153332, 20.168331' },
{ countryCode: 'AM', latLng: { lat: '40.069099', lng: '45.038189' }, country: 'Armenia', latLngString: '40.069099, 45.038189' },
{ countryCode: 'AN', latLng: { lat: '12.226079', lng: '-6
@schuchard
schuchard / bd3d4befe38185704bf0fc875e9deed6|configuration.json
Last active July 14, 2020 17:28
Visual Studio Code Settings Sync Gist
{"contents":{"launch":{"version":"0.2.0","configurations":[{"type":"chrome","request":"launch","name":"Launch Chrome against localhost","url":"http://localhost:4200","webRoot":"${workspaceFolder}"}]}},"overrides":[],"keys":["launch.version","launch.configurations"]}