Skip to content

Instantly share code, notes, and snippets.

View DaCuteRaccoon's full-sized avatar
:shipit:
Searching for food in dumpsters...

DaCuteRaccoon

:shipit:
Searching for food in dumpsters...
View GitHub Profile
@najlepsiwebdesigner
najlepsiwebdesigner / bruteforce.html
Created February 24, 2013 13:08
Javascript bruteforce password attack
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bruteforce!</title>
</head>
<body>
<script>
var password = '89p8zk',
passwordLength = 4,
@rapidcrawler
rapidcrawler / test2.py
Last active November 9, 2021 18:16
desc
filepath = 'data/Fruits.json' # JSON مسار ملف
df_Fruits = pd.read_json(filepath) # سحب البيانات وتخزينها في إطار بيانات
df_Fruits.head()
var ff = JSON.parse(localStorage.getItem("lab"));
ff["money"] = 1e+100;
ff["data"] = 1e+100;
localStorage.setItem("lab", JSON.stringify(ff));
window.location.reload();
// https://bbs.boingboing.net/t/particle-clicker-meth-addictive-supercollider-sim/38724/2
var myInt = setInterval(function() { $('#detector-events').click(); }, 10);
// You can stop the auto-clicking with:
@ioistired
ioistired / npm-acronyms.txt
Last active February 15, 2022 19:54
All the things that "npm" stands for. Taken from https://npmjs.org
Nauseating Pumpkin Mush
Nebulous Pumpkin Moons
Neurotic Pumpkin Murderer
Neutral Pumpkin Mews
Never-ending Pumpkin Mulch
Nice Pumpkin Machete
Nifty Pumpkin Mill
Ninja Pumpkin Mutants
Nitrogen Pumpkin Mulch
Nocturnal Pumpkin Maelstrom
@RazThePenguin
RazThePenguin / readme.txt
Created February 15, 2022 19:30
1D1P 31 Answer Checker (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@Kiber-pank
Kiber-pank / nginx_nodejs.md
Created February 15, 2022 19:30 — forked from tomasevich/nginx_nodejs.md
Сервер в связке Nginx + NodeJs

Сервер в связке Nginx + NodeJs

Данная пошаговая инструкция поможет освоить основы на простом примере

Для справки

Сервер поднимался на Debian 8 c характеристиками:

CPU - 1 ядро x 500 МГц

@simonw
simonw / gist:92481
Created April 9, 2009 13:58
Compile nginx standalone without root access
# Compile nginx standalone without root access
mkdir ~/installed
mkdir ~/installed/nginx
mkdir ~/src
cd ~/src
# PCRE dependency - we'll compile against this statically
wget http://kent.dl.sourceforge.net/sourceforge/pcre/pcre-7.8.tar.gz
tar -xzvf pcre-7.8.tar.gz
@lalthomas
lalthomas / script-for-removing-script-tag.bkr
Last active March 4, 2022 11:30
Ecobyte Script for removing script tag
Version 2.2
begin_group_backup
group_start
RemoveScript from HTML
<SCRIPT
<!-- SCRIPT>
</SCRIPT>
</SCRIPT>-->
@nifl
nifl / ruby_notes.mdown
Created August 30, 2011 18:38
Ruby notes

Notes on the Ruby programming language

Documentation

Ruby Docs

Local docs using BASH

ri upcase # documents for upcase method

What is Leisure?

Simply put, Leisure is a document-oriented, exploratory computing environment for what we call Illuminated Programming. Leisure documents are:

  • editable
  • collaborative
  • interactive
  • web-based (zero install)

Illuminated Programming is our term for application, source code, and data, all rolled up into one interactive, collboratively editable