Skip to content

Instantly share code, notes, and snippets.

View toobulkeh's full-sized avatar
🎯
Focusing

Dan Moore toobulkeh

🎯
Focusing
View GitHub Profile
@toobulkeh
toobulkeh / reversehash.js
Last active January 11, 2017 18:56
trelloreversehash
//https://trello.com/jobs/details?gh_jid=480058
window.letters = "acdegilmnoprstuw";
function hash(s) {
var h = 7;
for(var i = 0; i < s.length; i++) {
h = h * 37 + letters.indexOf(s[i]);
}
return h;
This file has been truncated, but you can view the full file.
[
{
"address": "701 E Palm Canyon Dr\nPalm Springs, CA 92264",
"address_line_1": "701 E Palm Canyon Dr",
"address_line_2": "",
"address_notes": "",
"amenities": "",
"baidu_lat": "0.0000000000",
"baidu_lng": "0.0000000000",
"chargers": "<p><strong>Charging</strong><br />2 Tesla Connectors, up to 13kW.<br />Available for patrons only. Please see valet.</p>",

Keybase proof

I hereby claim:

  • I am toobulkeh on github.
  • I am toobulkeh (https://keybase.io/toobulkeh) on keybase.
  • I have a public key whose fingerprint is C6EC 159A 7438 069E 52CD 814A A493 24CA 42C7 C68C

To claim this, I am signing this object: