Skip to content

Instantly share code, notes, and snippets.

View wayann's full-sized avatar
💭
lately: android compile adventures

Wayann wayann

💭
lately: android compile adventures
View GitHub Profile
@wayann
wayann / index.html
Last active June 12, 2020 18:59
test hasAttribute #jsbench #jsperf (https://jsbench.github.io/#60e3c8ad214d69138b2799a667961b07) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>test hasAttribute #jsbench #jsperf</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
0x0C38ab2E7A6136BAcdCea09042056A637D391342
@wayann
wayann / gist:cda20ad81e5fc3e6475a1815e8ba7fc0
Created November 7, 2017 09:01
blockstack gist verify
Verifying my Blockstack ID is secured with the address 1PLAKE6SjBbvr18EnTCSYvuiAdsZgQnaaU https://explorer.blockstack.org/address/1PLAKE6SjBbvr18EnTCSYvuiAdsZgQnaaU
@wayann
wayann / heroku.md
Created March 27, 2013 14:48 — forked from mhenke/heroku.md

Description

Heroku is a simple way to publish your Rails app, and a powerful platform that will allow it to scale. In this episode, Jay McGavren gets you started with your first Heroku app. http://www.codeschool.com/code_tv/heroku

Set up your Rails app

Isolate your gem environment

  • You WANT Rails to fail locally if a gem isn't in your Gemfile
  • Otherwise you're in for a surprise when it's missing on Heroku