Skip to content

Instantly share code, notes, and snippets.

(function webpackUniversalModuleDefinition(root, factory) {
if(false && typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("fs"), require("path"));
else if(typeof define === 'function' && define.amd)
define(["fs", "path"], factory);
else if(typeof exports === 'object')
exports["sourceMap"] = factory(require("fs"), require("path"));
else
root["sourceMap"] = factory(root["fs"], root["path"]);
})(typeof self !== 'undefined' ? self : this, function(__WEBPACK_EXTERNAL_MODULE_10__, __WEBPACK_EXTERNAL_MODULE_11__) {
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 26, 2024 20:20
Complete Recent Discord Quest

Complete Recent Discord Quest

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
  2. Join a vc
  3. Stream any window (can be notepad or something)
  4. Press Ctrl+Shift+I to open DevTools
  5. Go to the Console tab
  6. Paste the following code and hit enter:
let wpRequire;
@danvk
danvk / h-over-15.csv
Created February 9, 2020 17:39
h-index of GitHub organizations/users (down to 15)
h-index organization
347 google
314 microsoft
216 apache
206 fossasia
203 sindresorhus
142 googlearchive
137 mozilla
133 alibaba
132 spatie
@rust-play
rust-play / playground.rs
Created June 8, 2018 04:16
Code shared from the Rust Playground
0nkery/celly: ["nightly"]
0X1A/yabs: ["stable"]
1aim/rust-phonenumber: ["beta","nightly","stable"]
3Hren/cocaine-framework-rust: ["nightly"]
3Hren/msgpack-rust: ["1.16.0","nightly","stable"]
49nord/sec-rs: ["beta","nightly","stable"]
Aaron1011/cargo-urlcrate: ["beta","nightly"]
Aaronepower/ddg: ["beta","nightly","stable"]
Aaronepower/mammut: ["beta","nightly","stable"]
Aaronepower/tokei: ["nightly"]
@cellularmitosis
cellularmitosis / README.md
Last active April 26, 2024 20:19
Tech Links
Found: master for vinta/awesome-python — A curated list of awesome Python frameworks, libraries and software — 16419⭐️ — last updated 4 days ago
🔎 Checking 698 links
🔶 301 https://pip.pypa.io/
✅ https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg
✅ https://pypi.python.org/pypi
✅ https://pypi.python.org/pypi/virtualenvwrapper
✅ http://clarete.li/curdling/
✅ https://pypi.python.org/pypi/virtualenv
✅ https://www.egenix.com/products/python/PyRun/
✅ http://pythonwheels.com/
@paolobarbolini
paolobarbolini / repos.txt
Created March 31, 2024 15:28
Repositories from the top 5k crates by recent downloads (some may be missing)
https://bitbucket.org/marshallpierce/line-wrap-rs/src
https://codeberg.org/jssfr/rxml
https://codeberg.org/valpackett/devd-rs
https://codeberg.org/xfix/array-macro
https://codeberg.org/xfix/enum-map
https://fuchsia.googlesource.com/garnet/
https://github.com/01mf02/hifijson.git
https://github.com/06chaynes/http-cache.git
https://github.com/10xGenomics/lz4-rs.git
https://github.com/1aim/rust-regex-cache.git
@glyn
glyn / console.txt
Created September 7, 2017 09:42
Unexpected reformatting when running bindgen tests
➜ rust-bindgen git:(no-syntex) git st
On branch no-syntex
Your branch is up-to-date with 'fitzgen/no-syntex'.
nothing to commit, working tree clean
➜ rust-bindgen git:(no-syntex) rustup run nightly cargo install rustfmt --force
Updating registry `https://github.com/rust-lang/crates.io-index`
Installing rustfmt v0.9.0
Compiling unicode-segmentation v1.2.0
Compiling getopts v0.2.15
Compiling bitflags v0.9.1
0xpr03/service-daemon
AlexEales/wasm-brnfck
Arekkusuva/actix-web-sample
Arekkusuva/web-sample
BlackHoleFox/Gearbot-Cat-API
Bravo555/simple-auth-server
BrendanBall/example-actix-web-juniper-diesel
BrianLeishman/mysql-format
CL4PTP/dbapp
CallumJHays/wasm-bindgen-futures-test
@hotsphink
hotsphink / text.txt
Created March 6, 2019 00:52
mkgist-created gist
@ 535582:799fe024c000 sfink tip nonunified fix
o 535581:75cdbef5dd91 sfink Split mark stack into black and gray, fix weakmap marking to push gray during black
o 535580:48ffdc88670d sfink Flailing with debugging: marking order
o 535579:d1721198d079 sfink Dump log when crashing due to WM assert
o 535578:686877d224f5 sfink do not insert CCWs
o 535577:a4389b5732dd sfink Bug 1167452 - Incrementalize weakmap marking
o 535576:6b871334f96d sfink Bug 1167452 - Prevent barriers from firing during tracing, refactor a little.
o 535575:1b6746680de8 sfink Bug 1167452 - Split out nursery weak keys from tenured weak keys
o 535574:4ccacc1753e7 sfink Bug 1167452 - Move gcWeakKeys from zone to compartment.
o 535573:f364d07002b5 sfink Bug 1167452 - Implement isMarked, IsForwarded, and Forwarded for GCCellPtr