Skip to content

Instantly share code, notes, and snippets.

View transcendr's full-sized avatar
💭
Working Hard

Bryan Price-McConnahea transcendr

💭
Working Hard
View GitHub Profile
import { organizeParagraphs } from './utils'
declare var define: any
export default ($editor: any) => {
;(function(factory: any) {
/* global define */
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory)
curl 'http://localhost:5001/holstee-dev/us-central1/api/graphql/' -H 'Accept-Encoding: gzip, deflate, br' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Connection: keep-alive' -H 'DNT: 1' -H 'Origin: http://localhost:5001' -H 'authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6Ijk4MGVkMGQ3ODY2ODk1Y2E0M2MyMGRhZmM4NTlmMThjNjcwMWU3OTYiLCJ0eXAiOiJKV1QifQ.eyJuYW1lIjoiQnJ5YW4gUHJpY2UtTWNDb25uYWhlYSIsInBpY3R1cmUiOiJodHRwczovL2xoNC5nb29nbGV1c2VyY29udGVudC5jb20vLVkxVHhWbkVPSWYwL0FBQUFBQUFBQUFJL0FBQUFBQUFBQUFBL0FDSGkzcmU5SDVURXNaMV9UM1Z4SXotaHpBQllmcmV2YmcvbW8vcGhvdG8uanBnIiwiaXNzIjoiaHR0cHM6Ly9zZWN1cmV0b2tlbi5nb29nbGUuY29tL2hvbHN0ZWUtZGV2IiwiYXVkIjoiaG9sc3RlZS1kZXYiLCJhdXRoX3RpbWUiOjE1NTk4NjA0NTYsInVzZXJfaWQiOiJlOW5GMnF1MHJST3AxUG5UY0syTW1vc1I1aFkyIiwic3ViIjoiZTluRjJxdTByUk9wMVBuVGNLMk1tb3NSNWhZMiIsImlhdCI6MTU2MTA3MDEzMywiZXhwIjoxNTYxMDczNzMzLCJlbWFpbCI6ImJyeWFuQGhvbHN0ZWUuY29tIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsImZpcmViYXNlIjp7ImlkZW50aXRpZXMiOnsiZ29vZ2xlLmNvbSI6WyIxMDc1MjMyNTc3MDM5NDk2MzU1OTIiXSwi
@transcendr
transcendr / quotes.js
Last active August 30, 2019 08:40
RA Quotes & Questions
[
{author: "Bryan", text: "What a great day to be alive"}
]
@transcendr
transcendr / example-1.md
Last active August 30, 2019 11:36
Git Flow Examples

We started this feature with:

git flow feature start example-1

We added a new file here as an example feature.

Now we will commit these changes.

git commit -am "Feature example 1 change"

@transcendr
transcendr / embedded-link.js
Created September 17, 2019 09:28
Embedded Link
@transcendr
transcendr / chart-data-structure.js
Created October 11, 2019 15:39
Chart Component
data = [
{
mind: 5,
body: 5,
soul: 5,
work: 5,
play: 5,
love: 5
},
// repeats...
A cheeky commentary about one's own inability to focus long enough to rank 25 teams, while employing some fun wordplay is mean, guys. Duly noted.
@transcendr
transcendr / project.json
Created November 28, 2019 23:22
DivJoy
{
"data": [{
"type": "instance",
"subtype": "app-instance",
"componentId": "app",
"id": 4010090,
"isVisible": true,
"children": []
}],
"components": [{
@transcendr
transcendr / RoundedButton.dart
Created February 3, 2020 01:32
Learn Flutter
RaisedButton(
child: Text(
'Add Transaction',
style: TextStyle(
// color: Colors.white,
fontWeight: FontWeight.bold,
fontSize: 18,
),
),
color: Colors.purple,
TypeError: Cannot read property 'usageRate' of undefined
in f
in div
in div
in t
in a
in div
in div
in p