Skip to content

Instantly share code, notes, and snippets.

View acidtib's full-sized avatar

Dainel Vera acidtib

View GitHub Profile
CreamArmoryProfilerPrefs = nil
aldb = {
["U3BhY2VwbGFudC1CZW5lZGljdGlvbi1TRU1J"] = "VHVlIE1heSAyNiAwMDo0NDoyOCAyMDIwLFNwYWNlcGxhbnQsNDksMTAwLEh1bWFuLDEsQmxhY2tvdXQsQWx0LCxQbGF5ZXItNDcyOC0wMEVFNEUyQixDb3Jwb3JhbCAsMg==",
["RHdhcmQtQmVuZWRpY3Rpb24tU0VNSQ=="] = "VHVlIE1heSAyNiAwMDo0OTozNiAyMDIwLER3YXJkLDE0LDEwMCxEd2FyZiw1LEx1bmEgV29sdmVzLFJlY3J1aXQsLFBsYXllci00NzI4LTAyMDM3REY3LCwx",
["VGdyaWZmLUJlbmVkaWN0aW9uLUZVTEw="] = "VHVlIE1heSAyNiAwMDo0NDoyMSAyMDIwLFRncmlmZiw2MCwxMDAsSHVtYW4sMixWaWJlIENoZWNrLEZ1bGwgVmliZSwxNjk1NTowIDE5NDI2OjAgMTY5NTM6MCA1MzowIDE2OTU4OjAgMTY5NTI6MCAxNjk1NDowIDE2OTU3OjAgMTY4NTc6MCAxNjk1NjowIDE5MzgyOjAgMjI3MjE6MCAxODgxNTowIDE5OTUwOjAgMTk0MzA6MCAyMjQzOjAgMTE2ODowIDA6MCAxOTAzMjowLFBsYXllci00NzI4LTAxQUM4QkZBLEtuaWdodC1DYXB0YWluICwx",
["SGVuZG9oLUJlbmVkaWN0aW9uLVNFTUk="] = "VHVlIE1heSAyNiAwMDo0NDoxMiAyMDIwLEhlbmRvaCw1NywxMDAsRHdhcmYsNSxSZWNrb25pbmcsQWx0LCxQbGF5ZXItNDcyOC0wMEMxNTc4NixQcml2YXRlICwx",
["xbhvbmFzLUJlbmVkaWN0aW9uLUZVTEw="] = "VHVlIE1heSAyNiAwMDo0NDoxNyAyMDIwLMW4b25hcyw2MCwxMDAsSH
DJ ARG - REAL MOTHERFUCKERS DON'T TALK SHIT
https://www.youtube.com/watch?v=GYzJ6s4qNpQ
https://www.youtube.com/watch?v=__u98COrrGY
https://www.youtube.com/watch?v=AjZZlKPMd5U
Gathaspar - HWLS
https://www.youtube.com/watch?v=oiugOlXLthY
https://www.youtube.com/watch?v=wgySVx1i6aM
CAIM - MAYSON
@acidtib
acidtib / florida_covid.html
Last active March 20, 2020 01:24
florida_covid arcgis map
<style>.embed-container {position: relative; padding-bottom: 80%; height: 0; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}</style><div class="embed-container"><iframe width="500" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" title="florida covid" src="//advancedaero.maps.arcgis.com/apps/Embed/index.html?webmap=58f1bb4704ba4c46985c545ccbbd3a5e&extent=-87.772,24.5424,-76.5879,31.0014&zoom=true&previewImage=false&scale=true&disable_scroll=true&theme=dark"></iframe></div>
function runWithJQuery(jQueryCode){
if(window.jQuery) jQueryCode();
else{
var script = document.createElement('script');
document.head.appendChild(script);
script.type = 'text/javascript';
script.src = "//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js";
script.onload = jQueryCode;
}
}
require "selenium-webdriver"
require "nokogiri"
require "json"
options = Selenium::WebDriver::Chrome::Options.new
options.add_argument('--ignore-certificate-errors')
options.add_argument('--disable-popup-blocking')
options.add_argument('--disable-translate')
@driver = Selenium::WebDriver.for :chrome, options: options
@acidtib
acidtib / bitcoin.conf
Created February 9, 2018 23:56
bitcoin testnet nodes
addnode=34.241.26.155
addnode=5.19.5.127
addnode=96.53.77.134
addnode=112.74.164.155
addnode=54.72.178.24
addnode=13.73.23.67
addnode=118.89.159.229
addnode=45.63.87.131
addnode=87.238.235.52
addnode=72.185.127.167
Verifying that "arubinofaux.id" is my Blockstack ID. https://onename.com/arubinofaux
Unexpected end of http request (Exception)
0x107ab5fc5: *CallStack::unwind:Array(Pointer(Void)) at ??
0x107ab5f61: *CallStack#initialize:Array(Pointer(Void)) at ??
0x107ab5f38: *CallStack::new:CallStack at ??
0x107a9c251: *raise<Exception>:NoReturn at ??
0x107a9c231: *raise<String>:NoReturn at ??
0x107be72cf: *HTTP::Client::Response::from_io<(OpenSSL::SSL::Socket::Client | TCPSocket), Bool, Bool>:HTTP::Client::Response at ??
0x107be7279: *HTTP::Client::Response::from_io<(OpenSSL::SSL::Socket::Client | TCPSocket)>:HTTP::Client::Response at ??
0x107b900d1: *HTTP::WebSocket::Protocol::new<String, String, (Int32 | Nil), Bool>:HTTP::WebSocket::Protocol at ??
0x107b8fcd0: *HTTP::WebSocket::Protocol::new<URI>:HTTP::WebSocket::Protocol at ??
@acidtib
acidtib / gitflow-breakdown.md
Created March 16, 2017 16:47 — forked from JamesMGreene/gitflow-breakdown.md
A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
git commit --allow-empty -m "Initial commit"
git checkout -b develop master

Connect to the remote repository

Ever wondered how much who adds/removes, its time to find out :D (those are real stats, i just obfuscated the names )

###Results

Git scores (in LOC):
mr-add              :  +482273       -9466
justu               :  +286250       -159905
grosser             :  +152384       -323344

another : +121257 -82116