Skip to content

Instantly share code, notes, and snippets.

@oliveratgithub
oliveratgithub / emojis.json
Last active June 25, 2024 12:42
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z
@Gerst20051
Gerst20051 / yobit_automated_script.js
Last active April 1, 2023 08:39
YoBit.Net FreeCoins Script
$(function() {
var levels = [ 100, 10, 1, 0.1, 0.01, 0.001, 0.0001, 0.00001, 0.000001, 0.0000001, 0.00000001 ];
var readyRows = [], levelRows = [];
function isCaptchaVisible() {
return 0 < $('#window_captcha:visible').length;
}
function restoreRows() {
$('#freecoins_table > tbody > tr:hidden').show();
@dmnsgn
dmnsgn / WebGL-WebGPU-frameworks-libraries.md
Last active June 25, 2024 09:41
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries ⚙️

Name Stars Last Commit Description
three.js ![GitHub
@Gerst20051
Gerst20051 / All Roms Full List Stats.txt
Last active December 7, 2017 23:06
Retro Game Roms List
[$]> find . ! -name . ! -name .DS_Store | cut -c 3- | rev | cut -f2- -d'.' | rev > ~/Dropbox/Misc/Other/All\ Roms\ Full\ List.txt
[$]> paste -d':' <( du -h -- "." | \grep -v 'Automatically Import\|unsorted' | cut -f1 ) <(( \ls -fo -- "." | \grep -v 'total\|\.\|Automatically Import\|unsorted' | awk '{ print $2 }' & \ls -fo -- "." | \grep -v 'total\|\.\|Automatically Import\|unsorted' | awk '{ print $2 }' | paste -sd+ - | bc )) <( \ls -f -- "." | \grep -v 'total\|\.\|Automatically Import\|unsorted' ) | column -t -s':'
Stats
11M 1763 Atari 2600
1.3M 81 Atari 5200
14M 185 Atari 7800
43M 302 Atari Lynx
@ebidel
ebidel / load_import.js
Last active November 11, 2017 00:13
Helper method to imperatively load an (async) HTML import
/**
* Convenience for dynamically loading an HTML Import.
*
* This method creates a new `<link rel="import">` element with
* the provided URL and appends it to the document to start loading. By default,
* it loads async to not blocking rendering.
*
* @param {string} href The URL to load.
* @param {boolean} opt_async True if import should be async. Default: true.
* @return {Promise(HTMLLinkElement, Error)} A promise that resolves with the
@ebidel
ebidel / app.html
Last active May 1, 2021 15:42
Fast Polymer app loading - optimized for first render, progressively enhanced lazy loading
<!DOCTYPE html>
<html>
<head>
<style>
body.loading #splash {
opacity: 1;
}
#splash {
position: absolute;
top: 0;
@nicksheffield
nicksheffield / flexy.css
Last active August 29, 2015 14:19
HTML attribute based flexbox framework
[layout], [data-layout] { display: flex; }
[layout~="row"], [data-layout~="row"] { flex-direction: row; }
[layout~="col"], [data-layout~="col"] { flex-direction: column; }
[layout~="full-col"], [data-layout~="full-col"] { flex-direction: column; min-height: 100vh; }
[justify~="start"], [data-justify~="start"] { justify-content: flex-start; }
[justify~="end"], [data-justify~="end"] { justify-content: flex-start; }
[justify~="center"], [data-justify~="center"] { justify-content: center; }
[justify~="between"], [data-justify~="between"] { justify-content: space-between; }
[justify~="around"], [data-justify~="around"] { justify-content: space-around; }
[align~="start"], [data-align~="start"] { align-items: flex-start; }
@addyosmani
addyosmani / limitLoop.js
Last active April 25, 2024 19:10
Limit the frame-rate being targeted with requestAnimationFrame
/*
limitLoop.js - limit the frame-rate when using requestAnimation frame
Released under an MIT license.
When to use it?
----------------
A consistent frame-rate can be better than a janky experience only
occasionally hitting 60fps. Use this trick to target a specific frame-
rate (e.g 30fps, 48fps) until browsers better tackle this problem
@malarkey
malarkey / Three Wise Monkeys.md
Created December 2, 2012 14:26
Three Wise Monkeys (NDA)

Date: [date]

Between us [company name] and you [customer name].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?