Skip to content

Instantly share code, notes, and snippets.

View GirlBossRush's full-sized avatar
🌎
Building open source geo-spatial software

Teffen Ellis GirlBossRush

🌎
Building open source geo-spatial software
View GitHub Profile
@GirlBossRush
GirlBossRush / keybindings.json
Created March 29, 2018 22:42
keybindings.json
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+shift+v",
"command": "pasteAndIndent.action",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+up",
"command": "cursorColumnSelectUp",
@GirlBossRush
GirlBossRush / install.json
Created August 22, 2017 20:24
Fetching user information from the page.
{
"options": {
"properties": {
"trackedFields": {
"title": "Tracked Form Fields",
"description": "Track your users by selecting where they login, register or provide info.",
"type": "array",
"order": 0,
"items": {
"type": "object",
@GirlBossRush
GirlBossRush / app.js
Created August 22, 2017 20:03
Fetching user information from the page.
(function () {
'use strict'
if (!window.addEventListener) return // Check for IE9+
var options = INSTALL_OPTIONS
var INTERACKT_ATTRIBUTE = 'data-interakt-label'
function trackField (field) {
window.Interackt.trackUser({
set git-colors = yes
set diff-highlight = true
set show-changes = yes
set commit-order = topo
set refresh-mode = auto
set main-view = \
date:default \
author:yes \
id:yes,color \
commit-title:graph=yes,refs=yes

This can help express contextual cues or offer more depth to the information or message that appears with the hashtag. "My arms are getting darker by the minute. #toomuchfaketan". Another function of the hashtag can be used to express personal feelings and emotions. For example, with "It's Monday!! #excited #sarcasm" in which the adjectives are directly indicating the emotions of the speaker. It can also be used as a disclaimer of the information that the hashtag accompanies, as in, "BREAKING: US GDP growth is back! #kidding". In this case, the hashtag provides an essential piece of information in which the meaning of the utterance is changed entirely by the disclaimer hashtag. This may also be conveyed with #sarcasm, as in the previous example. Self-mockery is another informal function of the hashtag used by writers, as in this tweet: "Feeling great about myself till I met an old friend who now races at the Master's level. Yup, there's today's #lessoninhumility," where the informality of the hashtag provides

@GirlBossRush
GirlBossRush / branch.js
Created November 26, 2016 13:37
Skate.js WebComponents and Baobab
import {props as setProps} from 'skatejs'
export default function branch (tree, WebComponent, {actions = {}, cursors = {}}) {
const originalPropsGetter = Object.getOwnPropertyDescriptor(WebComponent, 'props').get || (() => {})
const branchedProps = {}
const cursorsEntries = []
// Define dynamic props.
Object.keys(cursors).forEach(propName => {
const cursor = tree.select(cursors[propName])
@GirlBossRush
GirlBossRush / demo-melody.txt
Last active July 6, 2016 02:01
Demo melody #2
R: D D# F D# D D# D D# D
L: Bb -------------------------->
R: D D# F D# D D# D D# Bb (lower)
L: A -------------------------->
R: D D# F Bb C Bb A F --->
L: Bb -------------------------->
R: D D# F D# D D# D D# Bb (lower)

Google Fonts Requirements

  • Allow the user to add an array of fonts to their site. Limit this to three entries (check the docs for how to do this).
  • The previewer font array object should have a selection box for the categories "Serif", "Sans Serif", "Display", "Handwriting", "Monospace".
  • The previewer font array object should have a radio button group for font CSS target, "Headers", "Body", "custom". Custom reveals a selector type field, {"format": "selector"...}
  • Add two default entries to the font array. The first targeting headers with a serif font, the second targeting the body text with a sans serif font.
  • The user's category selection will change the second selection box, the choice of font. Use the top 2 fonts listed for each category by popularity.
  • Each web font has a normal weight and often an italic and bold weight, each is unique. Find the value the web font API is anticipating and use it for install.json, "Roboto Slab": "Roboto+Slab:400,700:latin"
  • Ob
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Foreword

Dear Devine,

I mentioned this in the elevator back at Cerego, but I'll say it again. You're an inspiration. Since meeting you I've dived deeper into expressing myself creatively.

Discovering the indie game "Undertale" was another transformative moment. I spend most days practicing piano and writing fiction, soon to bring all this into a career in game development.