I hereby claim:
- I am frigginglorious on github.
- I am frigginglorious (https://keybase.io/frigginglorious) on keybase.
- I have a public key ASBycPM3qIWcUE5sLsqZ4y0mk6dnXCkKl30Cyt09ZbVSvAo
To claim this, I am signing this object:
| AndroidReqHackMitmProxy | |
| Note: without a rooted phone, YMMV | |
| Steps - | |
| brew install mitmproxy | |
| set wifi proxy | |
| (install certs) | |
| npm install -g apk-mitm | |
| brew install scrcpy |
| #high five counter for Card10 CCC badge. | |
| import bhi160 | |
| import display | |
| import utime | |
| import buttons | |
| import leds | |
| import vibra | |
| import color |
| #!/bin/bash | |
| seconds=$1; date1=$((`date +%s` + $seconds)); | |
| while [ "$date1" -ge `date +%s` ]; do | |
| echo -ne "$(date -u --date @$(($date1 - `date +%s` )) +%H:%M:%S)\r"; | |
| done | |
| aplay /usr/share/sounds/alsa/Front_Center.wav |
| <?php | |
| $host = // BRADS INFO AS A STRING IN QUOTES PROBABLY "localhost" | |
| $db = // BRADS INFO AS A STRING IN QUOTES | |
| $user = // BRADS INFO AS A STRING IN QUOTES | |
| $pass = // BRADS INFO AS A STRING IN QUOTES | |
| $charset = 'utf8'; | |
| $dsn = "mysql:host=$host;dbname=$db;charset=$charset"; | |
| $opt = [ |
I hereby claim:
To claim this, I am signing this object:
| Here is regex that you can use in your IDE (Atom or Sublime Text) to find and/or replace merge conflict text. | |
| This overwrites all code that conflicts with your changes. | |
| *KNOWN BUG*: If the code between the "=======" and the ">>>>>>" has blank lines in it, this won't work. | |
| (<<<<<<< HEAD\n)|(=======\n)((.+\n)+)(>>>>>>)+.*\n | |
| View an example at http://regexr.com/3f86m |
| // http://chuck.cs.princeton.edu/ | |
| 0 => int device; | |
| // feedforward | |
| adc => Gain g => dac; |
| <html> | |
| <head></head> | |
| <body> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script> | |
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r74/three.min.js"></script> | |
| <script> | |
| var ca = (function(rule, grid_size) { | |
| var radius = 5; | |
| var ruleset = _.map(_.range(1 << radius), function(i) { return (rule >> i) & 1; }); |
| <img style="border-radius:200px 200px 200px 200px; | |
| border:18px dashed; | |
| background-color:red; | |
| width:177px;height:177px;"> |