This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # first chmod +x mima.sh | |
| echo -e "Mount IMA or IMG file in Linux/Bash by av1d" | |
| echo -e "Run as root/sudo.\n" | |
| echo -e "Syntax: ./mima.sh LoopDeviceNumber file.ext /mount/path" | |
| echo -e "Example: ./mima.sh loop6677 ./disk.img /media/floppy\n" | |
| if [[ "$1" == "" ]] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ** ** ** ** ** ********** ******** ******* ** ******** ** ** | |
| # /** /** **** //** ** /////**/// /**///// /**////** /** **////// /** ** | |
| # /** /** **//** //** ** /** /** /** /** /**/** /** ** | |
| # /********** ** //** //*** /** /******* /******* /**/*********/**** | |
| # /**//////** ********** **/** /** /**//// /**///** /**////////**/**/** | |
| # /** /**/**//////** ** //** /** /** /** //** /** /**/**//** | |
| # /** /**/** /** ** //** /** /********/** //**/** ******** /** //** | |
| # // // // // // // // //////// // // // //////// // // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import math | |
| import random | |
| import numpy as np | |
| import simpleaudio as sa | |
| from urllib.request import urlopen | |
| from bs4 import BeautifulSoup | |
| ResultsURL = "https://blockchain.com/btc/unconfirmed-transactions" | |
| seconds = 1 # duration of tone. For more chaos, comment this out then uncomment seconds at the bottom of code | |
| split_strings = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import simpleaudio as sa | |
| import os, sys, termios, time, tty | |
| # Key mapping: | |
| # W E T I U | |
| # A S D F G H J K | |
| # | |
| # Which translates to: | |
| # C#D# F#G#A# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define D0 3 | |
| #define D1 4 | |
| #define D2 5 | |
| #define D3 6 | |
| // Test example for AE11A04 DTMF encoder board for Arduino. | |
| // Board uses an 8-bit microcontroller n76e003a120 | |
| // and DTMF encoder HT9200A. | |
| /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| La=["cigar","rebut","sissy","humph","awake","blush","focal","evade","naval","serve","heath","dwarf","model","karma","stink","grade","quiet","bench","abate","feign","major","death","fresh","crust","stool","colon","abase","marry","react","batty","pride","floss","helix","croak","staff","paper","unfed","whelp","trawl","outdo","adobe","crazy","sower","repay","digit","crate","cluck","spike","mimic","pound","maxim","linen","unmet","flesh","booby","forth","first","stand","belly","ivory","seedy","print","yearn","drain","bribe","stout","panel","crass","flume","offal","agree","error","swirl","argue","bleed","delta","flick","totem","wooer","front","shrub","parry","biome","lapel","start","greet","goner","golem","lusty","loopy","round","audit","lying","gamma","labor","islet","civic","forge","corny","moult","basic","salad","agate","spicy","spray","essay","fjord","spend","kebab","guild","aback","motor","alone","hatch","hyper","thumb","dowry","ought","belch","dutch","pilot","tweed","comet","jaunt","enema","stee |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| import numpy as np | |
| import simpleaudio as sa | |
| # Protel Box by CyberThief | |
| # | |
| # This was the second to last actual phreaking box, | |
| # the last being the Orange Box. | |
| # | |
| # If memory serves, this was some type of default outgoing message on a |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 8.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "Code","Territory or use","Date","Notes" | |
| "200","not in use","","easily recognizable code (ERC)" | |
| "201","New Jersey (Bergen County and Hudson County)","1947","originally covered all of New Jersey 1958, split to create 609 1991, split to create 908 1997, split to create 973 2001, overlaid by 551" | |
| "202","Washington, D.C. (all)","1947","Overlaid by 771 on November 9, 2021" | |
| "203","Connecticut (Bridgeport, Danbury, New Haven, Waterbury, and southwestern Connecticut)","1947","originally covered all of Connecticut 1995, split to create 860 2009, overlaid by 475" | |
| "204","Manitoba","1947","2012, overlaid by 431 area code 584 is reserved as a third code for the region" | |
| "205","Alabama (Birmingham; Tuscaloosa, and parts of western and central Alabama)","1947","originally covered all of Alabama 1995, split to create 334 1998, split to create 256 overlaid by 659 in 2019" | |
| "206","Washington (Seattle, all of Bainbridge, Mercer, and Vashon islands, Burien, Des Moines, Lake Forest Park, Normandy Park, Sea-Tac, Shoreline, Tukwila, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import math | |
| import random | |
| import numpy as np | |
| import simpleaudio as sa | |
| seconds = 3 # duration of tone | |
| split_strings = [] | |
| dec_strings = [] | |
| notes = ['a', 'a#', 'b', 'c', 'c#', 'd', 'd#', 'e', 'f', 'f#', 'g', 'g#'] | |
| play_orig = False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Fuck eBay? Then unfuck eBay. | |
| Their new listing tool interface is the most atrocious contraption ever created. | |
| It should be killed with fire and the dev sent to Mars. Anyone involved with its | |
| design should be smothered in honey and laid atop a red ants nest. | |
| Get the picture? | |
| In the meantime, you can compact it and clean it up a bit. | |
| Load this into stylebot addon for your browser. | |
| Bugs: press alt+shift+t when you're NOT inside the listing tool because it will hide | |
| item descriptions and possibly other elements on eBay pages. |