Multiple Vulnerabilities in JQuery Mobile

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Things You Are Doing Wrong in Your Web Components

10 Things You Are Doing Wrong in your Web Components - 10ThingsWrongWebComponents.md | Continue reading


@gist.github.com | 5 years ago

Show HN: Nixos and Sway in a single file with 500 lines

HP Envy x360 + Nixos + Sway + i3statusbar-rs in a single file with 500 lines. - configuration.nix | Continue reading


@gist.github.com | 5 years ago

Orthodox C++, or C+, a minimal subset of C++ that improves C

Orthodox C++. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Discusion on MIT License Birthdate

Archive of Twitter discusion on MIT License birthdate - LICENSE.md | Continue reading


@gist.github.com | 5 years ago

GPU Optimization for Games

GPU Optimization for Games. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Hardening SSH with 2FA

Hardening SSH with 2fa. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Hardening SSH with 2FA

Hardening SSH with 2fa. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

UseContextState React Hook

useContextState. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

I Obtained Satoshi's Treasure Keys 1, 2, and 3 in Minutes

How I Obtained Satoshi's Treasure Keys 1, 2, and 3 in Minutes - satoshistreasure.md | Continue reading


@gist.github.com | 5 years ago

Frequently asked questions about the Lua VM work we (Roblox) are doing

Frequently asked questions about the Lua VM work we (Roblox) are doing. - roblox-lua-vm.md | Continue reading


@gist.github.com | 5 years ago

Bash String Manipulation Cheat Sheet

Bash string manipulation cheatsheet. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

A SASS media query mixin for dealing with various screen pixel densities

A SASS media query mixin for dealing with various screen pixel densities - _pixel_density_mixin.scss | Continue reading


@gist.github.com | 5 years ago

Swift Concurrency Manifesto

Swift Concurrency Manifesto. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Describing Self-Descriptive Data with DFDL and Apache Daffodil

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

K/os: everything we know so far

A summary of everything we know about kOS. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Upgrade your Mac Mini 1,1 to Mac Mini 2,1

Upgrade Mac Mini 1,1 to Mac Mini 2,1. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Letters to my sons for the 50th anniversary of Apollo 11

Apollo! GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

ZephJS

Introducing ZephJS! GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

My HOT TAKE on the Recent CPU Bugs

Ellis on CPU bugs. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Why Semantic Versioning Isn't (2015)

Why Semantic Versioning Isn't. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Swift value constant can mutate using Copy-on-Write (CoW) and multi-threading

Demonstrates how a Swift value constant can mutate when using Copy-on-Write (CoW) and multi-threading. - LetTheCoWGo.swift | Continue reading


@gist.github.com | 6 years ago

A CodePen alternative, that fits inside of a bookmarklet

WEB is a minimalistic HTML, CSS, and JavaScript CodePen-like web editor that fits inside a bookmarklet. - WEB | Continue reading


@gist.github.com | 6 years ago

A Neural Network Framework in 25 LOC

A Neural Network framework in 25 LOC. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Aleph, Async, HTTP, Clojure

A few thoughts on Aleph development. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Stevey's Google Platforms Rant (2011)

Stevey's Google Platforms Rant. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: Test Linux fork/exec performance

Test Linux fork/vfork+exec(dynamic/static binary) performance. Dependecies: gcc, musl-dev, musl-tools (musl-gcc). Usage: $ chmod +x forktest.c $ ./forktest.c 100000 - forktest.c | Continue reading


@gist.github.com | 6 years ago

Type less with onomatopoeia shortcuts for Django management commands

Bakin' soda for Django development - reduce typing 5x with onomatopoeia shortcuts for Django management commands. Add this to your `~/.*rc` config and type `python manage.py *` no more. Comment... | Continue reading


@gist.github.com | 6 years ago

A Python Popen that does not suck

A Python Popen that does not suck. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: Min-char-RNN-rs: A rust implementation of karpathy's min-char-rnn.py

@karpathy's min-char-rnn.py in rust. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

JSON list of main languages with language name and number of speakers

JSON list of main languages with language name and number of speakers - languages.json | Continue reading


@gist.github.com | 6 years ago

Try FoundationDB

This how-to is supposed for learning and was written for developers who wants to try the FoundationDB. - Try-FoundationDB.md | Continue reading


@gist.github.com | 6 years ago

Show HN: Left-pad.S

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Programming: Mostly a hate story

Programming: Mostly A Hate Story. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

It's possible to access private GitHub repos after being kicked out

Some issues with GitHub Forks. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

What you should ask when talking over a code base

A checklist what you should ask when talking over a code base - technical-due-diligence.md | Continue reading


@gist.github.com | 6 years ago

Multi-Site / Single-Server with Linux Containers and HAProxy

Guide: Multi-site / single-server with Linux Containers + HAProxy - haproxy-multisite.md | Continue reading


@gist.github.com | 6 years ago

Scala with explicit Nulls

Scala with Explicit Nulls. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

AutoCAD Lisp Malware

AutoCAD LISP Malware. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Ash HN: Should I use Udemy or Teachable to launch my first programming course?

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Bret Victor’s reading list

Bret Victor’s Reading List. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Code Review Tips

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Multi-dimensional array views for systems programmers

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Seeing how fast Julia can pop count

Making sure Julia can count bits. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Punishment doesn't fit the crime?

Punishment doesn't fit the crime? GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: ~4,700 Geolocation Strings Manually Identified to Be in Japan

List of ~4,700 Geolocation Strings Manually Identified to be in Japan, plus ~600 Not Really Although Seems So - geolocList_jp_manual.py | Continue reading


@gist.github.com | 6 years ago

Merging two ini/env keyval files and remove duplicate keys using awk

Combine two env/ini files and remove duplicate entries - README.md | Continue reading


@gist.github.com | 6 years ago

Open GitLab MR form from the command line

Open a new GitLab Merge Request from the command line - gitlab-mr-cl.md | Continue reading


@gist.github.com | 6 years ago