-
Leads: https://app.futuresimple.com/apis/leads/api/v1/custom_fields.json
-
Contacts:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "ui-variables"; | |
@import "syntax-variables"; | |
@line-background-color: #f2faff; | |
.editor:not(.mini) { | |
width: 1100px; | |
margin: 40px auto; | |
.gutter { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{Point} = require 'atom' | |
atom.commands.add 'atom-text-editor', 'custom:tabcomplete', (e) -> | |
editor = atom.workspace.getActiveTextEditor() | |
cursor = editor.getLastCursor() | |
{row, column} = cursor.getBufferPosition() | |
precedingCharacter = editor.getTextInBufferRange([[row, column - 1], [row, column]]) | |
if /\S/.test(precedingCharacter) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extends": [ | |
"plugin:lodash/recommended", | |
"plugin:react/recommended", | |
"react-app" | |
], | |
"plugins": [ | |
"import", | |
"flowtype", | |
"jsx-a11y", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# 1: create new Space in Mission Control for Desktop 2 | |
# 2: create application structure and remember to chmod +x this file | |
# 3: fully configure browser and webapp | |
# 4: set "Options -> Assign to Desktop on Display 2" | |
skel_dir="$HOME/.chrome-user-data-appear-in" | |
tmp_dir="/tmp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am piersadrian on github. | |
* I am piersadrian (https://keybase.io/piersadrian) on keybase. | |
* I have a public key ASCoeLCUgnYQJT_mGy0DwhKdgcKXx-CEMQNYBLgMtGdosQo | |
To claim this, I am signing this object: |
OlderNewer