Skip to content

Instantly share code, notes, and snippets.

View 10thfloor's full-sized avatar
💫

Mackenzie 10thfloor

💫
View GitHub Profile
@10thfloor
10thfloor / machine.js
Created March 20, 2023 16:42
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.arcteryx.com/ca/en/</loc>
</url>
<url>
<loc>https://www.arcteryx.com/ca/en/shop/back-in-stock/womens/</loc>
</url>
<url>
<loc>https://www.arcteryx.com/ca/en/shop/back-in-stock/mens/</loc>
import * as fcl from "@onflow/fcl"
import { KeyManagementServiceClient } from "@google-cloud/kms"
import * as crypto from "crypto"
import { fromBER, Sequence, Integer } from "asn1js"
var crc32c = require("fast-crc32c")
/////////////////////////////////////////////////////////////////////////////////////////////////
// This gist shows a quick example of using a Google Cloud managed key to sign a Flow transaction
// This would be called in a pattern similar to the below:
//

archived: false draft: false title: Hello World description: A page about saying hello. date: 2022-11-02 meta: keywords: - article

  • Flow

Keybase proof

I hereby claim:

  • I am 10thfloor on github.
  • I am mknze (https://keybase.io/mknze) on keybase.
  • I have a public key ASD_HxMMa44bVF_OVp0lDIHbMIvoddEw3MN_rxMfVGMFAgo

To claim this, I am signing this object:

Dapper - Getting Started

This page is an overview of important information you'll need to know to integrate Dapper into your hackathon project.

Download the Sandbox Wallet Chrome Extension

We developed a special version of our wallet for developers to use. The Dapper wallet takes care of Gas fees for you, so you can develop dApps without worrying about Gas!

@10thfloor
10thfloor / GridStream.js
Created November 10, 2017 03:30 — forked from derMani/GridStream.js
NodeJS MongoDB-GridFS Video range stream exampleLets your browser seek/jump wihin the video-playback.
var express = require('express');
var app = express();
var mongo = require('mongodb');
var MongoClient = require('mongodb').MongoClient;
var GridStore = mongo.GridStore;
var ObjectID = require('mongodb').ObjectID;
function StreamGridFile(req, res, GridFile) {
@10thfloor
10thfloor / address.txt
Last active October 22, 2017 18:33
Etherium (Rinkeby) Wallet
0x62cc2189daF146C5637Fc2A3FF2fd9eD35A466A6
@10thfloor
10thfloor / npm-unfuck.sh
Created November 9, 2016 00:31 — forked from ShMcK/npm-unfuck.sh
Quick fix for npm dependency issues. Run "bash npm-unfuck.sh"
# NPM Unfuck
# Brought to you by:
# Mackenzie Kieran & Shawn McKay
# remove deps
rm -rf node_modules
npm cache clean
# lock dependencies