Skip to content

Instantly share code, notes, and snippets.

View unlobito's full-sized avatar

Harley Watson unlobito

View GitHub Profile
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG/MacGPG2 v2.0.12 (Darwin)
mQGiBEwwA9oRBACZdJGSollKeWswZwCvq+koBkHSgJMLuXeV1dlP3o4smoKiafKH
SdDIGvYYpSRzL5WB7E8lCak5E0p24axpxE5+8hbliCOXKf57D1cADCk79L9XB8UH
N/mCFalGU5QeEW6g5fEiU2a6i6RY23jWdg93o+HcBANh/UGQIPUpDtqmFwCgh1+X
2uPCR0czKCJHBjYk+/XF5QcD/2u89n6H7lpcLRz0kMwpTrWfqWnoDE/PPuRjgOmc
uLig1HyetruRu97AEIhZZ/CIcu94X2s+cN2hWZWRARMMknUUIwyT2H3PEIROw+Z+
HFv3YEijsnYFWjKpqmxhRQBgvFXp4lGZuMSD0zcbkE5576poNBgB4XjvhzpFHRd7
G08cA/sE28PBGqzuJVCgz1Y1WrM0Qw732Ve/VdcplUGo+W5df0ShwI2iDsEBSIn6
Thu Jul 22 22:06:33 2010
panic(cpu 0 caller 0x29d59a): "Spinlock acquisition timed out: lock=0x863e60, lock owner thread=0x730e3d4, current_thread: 0x5c45b7c"@/SourceCache/xnu/xnu-1504.7.4/osfmk/i386/locks_i386.c:346
Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
0x35bfbc28 : 0x21b455 (0x5cf328 0x35bfbc5c 0x2238b1 0x0)
0x35bfbc78 : 0x29d59a (0x590068 0x863e60 0x730e3d4 0x5c45b7c)
0x35bfbc98 : 0x22fcb9 (0x863e60 0x52b8200 0x35bfbce8 0x9f7de7)
0x35bfbcd8 : 0x9ea44f (0x515db60 0x8e94a8f9 0x1952 0x9e7f2c)
0x35bfbd48 : 0x9ea5bf (0x5b89400 0x8068d5a4 0x1952 0x297d)
0x35bfbd88 : 0x9f3285 (0x5b89400 0x35bfbe6c 0x64 0x0)
0x35bfbde8 : 0x9ea1d8 (0x5b89400 0x35bfbe6c 0x35bfbe68 0x2)
// ==UserScript==
// @name FixFA
// @namespace http://labs.henriwatson.com/greasemonkey/fixfa/
// @description Change the amount of screen space FA uses.
// @include http://*.furaffinity.net/*
// @include https://*.furaffinity.net/*
// ==/UserScript==
(function() {
// Detect Firebug
Starting Nmap 4.90RC1 ( http://nmap.org ) at 2010-08-09 22:35 AST
NSE: Loaded 30 scripts for scanning.
Initiating ARP Ping Scan at 22:35
Scanning 10.0.0.2 [1 port]
Completed ARP Ping Scan at 22:35, 0.01s elapsed (1 total hosts)
Initiating Parallel DNS resolution of 1 host. at 22:35
Completed Parallel DNS resolution of 1 host. at 22:35, 0.13s elapsed
Initiating SYN Stealth Scan at 22:35
Scanning 10.0.0.2 [65535 ports]
12/19/10 15:22
Hardware:
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro2,2
<?php
$url = "http://inposdom.gob.do/codigopostal/jos_codigopostallist.php?start=";
$total = 128;
$postal = Array();
for ($i=0; $i<=$total; $i++) {
$data = file_get_contents($url.($i*2)."1");
### Keybase proof
I hereby claim:
* I am unlobito on github.
* I am unlobito (https://keybase.io/unlobito) on keybase.
* I have a public key ASCbyjhHAp3621abw-8PlV4mmc2u6SexxBS7SjSJoyTp9wo
To claim this, I am signing this object:
@unlobito
unlobito / unblock_all.py
Last active January 16, 2018 00:58 — forked from kristopherjohnson/unblock_all.py
Unblock all blocked Twitter accounts
#!/usr/bin/env python3
# Dependency: pip3 install twitter
import twitter
# Go to http://apps.twitter.com/, create an app, and fill in these values:
consumer_key = 'www'
consumer_secret = 'xxx'
access_token = 'yyy'
access_token_secret = 'zzz'
<?php
$audit = file_get_contents('audit.txt');
$audit = split("\n", $audit);
$data = Array();
for ($i=0; $i!=count($audit); $i++) {
$line = $audit[$i];
$datatype = substr($line, 0, 1);
switch ($datatype) {
case '-':
$day = substr($line, 3, 10);
_type: export
__export_format: 4
__export_date: 2023-09-03T11:00:59.602Z
__export_source: insomnia.desktop.app:v2023.2.2
resources:
- _id: req_e6d57f8354274e6ea9b81eb1e06f6ff3
parentId: fld_7c426e3bbd534918bc0b6dcea5fb011a
modified: 1693737461100
created: 1693736675897
url: "{{ _.base }}/ojn_api/accounts/auth"