I hereby claim:
- I am ewpratten on github.
- I am ewpratten (https://keybase.io/ewpratten) on keybase.
- I have a public key ASAmekmctehjrHma6kKX8ckZ07-I9xCg9ClmiPcFobXApQo
To claim this, I am signing this object:
/* | |
Blink | |
Turns on an LED on for one second, then off for one second, repeatedly. | |
Most Arduinos have an on-board LED you can control. On the Uno and | |
Leonardo, it is attached to digital pin 13. If you're unsure what | |
pin the on-board LED is connected to on your Arduino model, check | |
the documentation at http://www.arduino.cc | |
This example code is in the public domain. |
hi |
/* Arduino Star Wars Song for Piezo */ | |
/* Ewpratten Fork */ | |
const int c = 261; | |
const int d = 294; | |
const int e = 329; | |
const int f = 349; | |
const int g = 391; | |
const int gS = 415; | |
const int a = 440; |
I hereby claim:
To claim this, I am signing this object:
-- input data -- | |
ino={13,16,35,46,35,22,37,51,45,48,49,33,34,67,47,45,47,46,36,38,47,47,79,99} | |
-- Declare variables -- | |
state=2 comp={} og={} | |
-- Store input data for use by draw("input") -- | |
for i=1, 24 do | |
og[i]=ino[i] | |
end |
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0 |
To use this script, just copy the following text into your url / search bar
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
(this might not work on all browsers)
You can also make a bookmark by saving the script as the link of a bookmark
This project has been moved to a GitHub repository to allow Pull Requests. | |
See: https://github.com/Ewpratten/youtube_ad_blocklist |
# | |
# License: MIT License (MIT) | |
# File encoding: UTF-8 Dos/Windows 1252 | |
# Original maintainer: CHEF-KOCH | |
# Notice: | |
# Version: 0.0.17 | |
# Homepage: http://chef-koch.github.io/NSABlocklist/HOSTS.txt | |
# | |
127.0.0.1 localhost #[IPv4 only] | |
127.0.0.1 localhost.localdomain |
import os | |
x=1 | |
os.system("cls") | |
os.system("title CMD") | |
print("Shell access hack") | |
print("By: ewpratten") | |
while (x < 10) : | |
st = input(">>") | |
os.system(st) |