Skip to content

Instantly share code, notes, and snippets.

View cheeaun's full-sized avatar
📬
Subscribe to my newsletter https://cheeaun.substack.com/

Chee Aun cheeaun

📬
Subscribe to my newsletter https://cheeaun.substack.com/
View GitHub Profile
@cheeaun
cheeaun / .block
Created January 26, 2018 07:05
Film Flowers, Single Starter Code
license: gpl-3.0
@cheeaun
cheeaun / .block
Created January 26, 2018 06:24
Film Flowers Petal Starter Code
license: gpl-3.0
@cheeaun
cheeaun / emojis.json
Created December 18, 2017 05:12 — forked from stevemk14ebr/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👦‍👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw
@cheeaun
cheeaun / stupid-hackathons.md
Last active January 14, 2020 22:13
List of stupid hackathons around the world!!1!
@cheeaun
cheeaun / github.graphql
Last active June 28, 2017 04:58
Sample batch request for GitHub GraphQL API, to be used on https://developer.github.com/v4/explorer/
{
npm_star: repository(owner: "cheeaun", name: "npm-star") {
viewerHasStarred
}
hackerweb: repository(owner: "cheeaun", name: "hackerweb") {
viewerHasStarred
}
}
@cheeaun
cheeaun / rdrc2017.md
Last active October 11, 2017 06:56
RedDotRubyConf 2017 links & resources 😘
@cheeaun
cheeaun / config.js
Created June 20, 2017 08:04
My config for Atom `custom-title` package https://github.com/postcasio/custom-title
<% if (relativeFilePath) { %><%= relativeFilePath %><% } else { %><%= fileName %><% } %> - <%= projectName %>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<meta charset="utf-8">
<title>Bus Floor</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<script src='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' />
<style>
html, body, #map{
overflow: hidden;
padding: 0;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.