I hereby claim:
- I am zeroaltitude on github.
- I am zeroaltitude (https://keybase.io/zeroaltitude) on keybase.
- I have a public key whose fingerprint is 2FB4 ED61 E543 F0C3 3E18 0AFF D635 B1DD 503B E2AD
To claim this, I am signing this object:
| // detect whether __proto__ is supported in this browser | |
| var __proto_supported__ = false; | |
| try | |
| { | |
| __proto_supported__ = ({}).__proto__; | |
| } catch (e) { /* failed, so stays false */ } | |
| if (typeof Object.create !== 'function') | |
| { | |
| Object.create = function (o) |
| ... | |
| 2) Inject params into scope -- even faster | |
| .. | |
| // Create a class method 'process' which accepts params for imag and real | |
| FFT.process(signalData, imag, real) { | |
| // work with real and imag | |
| .. | |
| }; |
| var zapTable = { | |
| 1: [75, 40], | |
| 2: [125, 45], | |
| 3: [175, 50], | |
| 4: [238, 55], | |
| 5: [300, 60], | |
| 6: [400, 65], | |
| 7: [500, 70], | |
| 8: [600, 75] | |
| }; |
| 2007-03-01T13:00:00Z |
| #!/usr/bin/env python -tt -3 | |
| # -*- coding: utf-8 -*- | |
| # This code should be python 2 and python 3 safe -- use range() instead of xrange(), though | |
| from __future__ import unicode_literals, print_function | |
| import sys | |
| import hashlib | |
| from itertools import chain, product, permutations | |
| from timeit import default_timer as timer |
| // | |
| // Cracker for Ingress timestamps. YMMV. BBIAB. KK. | |
| // See this page for example codes to test this with: https://gist.github.com/zeroaltitude/6213498 | |
| // | |
| // Usage: main(<cipher> <hour> <trial number> <otp hash>) | |
| // | |
| // E.g. | |
| // | |
| // main('ISGDVWWJXCYSDRXDLSSOVOKIEUJNTVQLJSXQCLCYLRFEFYWVTZILMLACAKVTCCZJNOBYOJ', '2', '2', '7527D47FE0E8F422EE269B666C1A2CA2') | |
| // !!!!!!!!!!! FOUND OTP/TIMESTAMP: WOGLBFSXTPFVKVJGDAVOCRRMQXVQRKCJZVSCIUFMDELLBGZVGWLGYRJJCNILPYCRJMNLLR/MEASUREMENTXTWOXISXATXTWOXOXCLOCKXFOURXMINUTESXANDXFOURTYXNINEXSECONDS |
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
| <script src="fun.js"></script> | |
| </head> | |
| <body> | |
| <p> | |
| Hi. Let's solve some timestamps! | |
| </p> |
| cc;Legal;CTO;dfw;01606;91107 | |
| Valerian Zigzag | |
| 1 Elliquiy Way | |
| Internet, World 192.150.16.117 | |
| To whom it concerns: | |
| It has come to our attention that you have used the trademarked (US Trademark Office, item #012-358-867-5309, 2013) term, "Knismets (tm)" without an appropriate designation of said trademark, or applicable secondary citation of said trademark. |
| (thalamus-venv)Administrators-MacBook-Pro:thalamus eddie$ run_ml | |
| Starting run | |
| Setting run id to 5 | |
| Loading files from S3 | |
| File ./Manifest_QC_Clinical_BW_012414.just_metabolon_samples.txt exists, skipping get from s3 | |
| File ./Manifest_QC_Clinical_BW_012414.txt exists, skipping get from s3 | |
| File ./counts_v2_genes_exons.gc.frozen_ref.txt exists, skipping get from s3 | |
| File ./counts_v2_genes_exons.gc.just_genes.frozen_ref.txt exists, skipping get from s3 | |
| File ./restricted_features_mx_lx_21Feb14.txt exists, skipping get from s3 | |
| File ./scaled_imp_mx_lx_formatted_21Feb14.txt exists, skipping get from s3 |
I hereby claim:
To claim this, I am signing this object: