Hope you like reading ldd output

Hope you like reading ldd output! GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Trying to deploy WPA3 on my home network

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


@gist.github.com | 6 years ago

How to Add More to Git Bash on Windows

how to add more utilities to git bash for windows, wget, make - gitBash_windows.md | Continue reading


@gist.github.com | 6 years ago

Advise to myself on random topics

Advise to myself on random topics. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

In MacOS Use PHP CLI from MAMP PHP Binaries

Configure the PHP CLI in macOS to use MAMP PHP binaries - readme.md | Continue reading


@gist.github.com | 6 years ago

A playful introduction to Racket, with property-based testing

A playful introduction to Racket (<60 min activity), with example usage of quickcheck (property based testing) - racket_quick_intro.rkt | Continue reading


@gist.github.com | 6 years ago

What Svelte Really Is

The truth about Svelte. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

A Xmas Tree generator in Terminal in 30 lines of code

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


@gist.github.com | 6 years ago

Bulk delete GitHub repos

Bulk delete github repos. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

ByteConf React Native videos (dec 2018)

ByteConf.com React Native videos. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: My first recursive program in x86

My first recursion in x86. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Download a CSV of Wealthfront's Career Launching Companies

Download a CSV of Wealthfront's Career Launching Companies - README.md | Continue reading


@gist.github.com | 6 years ago

Re: “‬In what way is JavaScript any more maintainable than CSS?”

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


@gist.github.com | 6 years ago

Show HN: Star all repos of a list of users on GitHub

Auto star repo in github. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

I made a port scanner using asyncio for Python 3.7

TCP Network scanner using asyncio for Python 3.7. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Why does GitHub require me to login to view this gist?

Clear Mac OS X's icon cache. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

IDEs with output displayed inline

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


@gist.github.com | 6 years ago

Xcode build settings reference

The Xcode Build Settings Reference in a searchable document, as of Xcode 8.3.2 - XcodeBuildSettingsReference.md | Continue reading


@gist.github.com | 6 years ago

ConvertTo-Workout.ps1 – shell command to make workout routine based on a string

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


@gist.github.com | 6 years ago

I3Blocks Analytics Realtime hit snippet

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


@gist.github.com | 6 years ago

Database corruption regression in sqlite 3.26.0

sqlite 3.26.0 db corruption bug. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

How not to handle customers' sensitive data

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


@gist.github.com | 6 years ago

JS async, defer, module, nomodule, src, inline – cheat sheet

async scripts, defer scripts, module scripts: explainer, comparison, and gotchas - async-defer-module.md | Continue reading


@gist.github.com | 6 years ago

HTTP Header field registrations (RFC 4229) – Python helper

HTTP Header field registrations. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Assembly programmer writes in C for first time

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


@gist.github.com | 6 years ago

A very simple example of verification in Idris

Simple verification in Idris. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Open GitHub Issues Like a Pro

How to open a Github issues like a pro. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Create admin token for kubernetes

Create admin token for admin.conf which is free from cert(PKI) in kubernetes - Create_admin_token_in_k8s.sh | Continue reading


@gist.github.com | 6 years ago

Contributing to Clojure

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


@gist.github.com | 6 years ago

The BSD-BTC License

The BSD-BTC License, Version 1.0. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Rich Hickey: Open Source Is Not About You

Open Source is Not About You. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Dominic Tarr’s Statement on the hacker hijacking of the event-stream NPM module

statement on event-stream compromise. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: AWS Re:Invent 2018 Event Catalog – Only Show Available Events

Quick set of functions to make it easier to see what's available at re:Invent 2018. Intended for use from the browser console on the AWS re:Invent 2018 Event Catalog. - reinvent-2018-schedule-h... | Continue reading


@gist.github.com | 6 years ago

Ordering pizza in different programming languages

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


@gist.github.com | 6 years ago

Running Windows Software on the Raspberry Pi (and Other ARM Devices) with Wine

Ever wondered what it takes to run Windows software on ARM? Then this article might be for you! - article.md | Continue reading


@gist.github.com | 6 years ago

JS UUID Golf: a compliant generator in just 112 characters

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


@gist.github.com | 6 years ago

Fundamentals: why state machines?

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


@gist.github.com | 6 years ago

Abusing C macros to render the Mandelbrot Set at compile-time

Compile-time mandelbrot in pure C. Outputs a PGM image file to stdout. - cursed_mandelbrot.c | Continue reading


@gist.github.com | 6 years ago

Keyboard-only Mac Cheatsheet

Keyboard Only OS X. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: Symbolic Math in Ruby

Symbolic Math in Ruby. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Show HN: Mimicking Scheme in Ruby by Implementing the Yin Yang Puzzle

Messing around with mimicking Scheme in Ruby by implementing the Yin Yang puzzle with Kernel#callcc and a fake 'let' macro - yin-yang.rb | Continue reading


@gist.github.com | 6 years ago

What sort algorithm is this and what is it's runtime complexity?

Late night whiteboard session yielded this sort algorithm. I am unsure what the algorithm it is called. - WhatSortIsThis.py | Continue reading


@gist.github.com | 6 years ago

“High five” in Java

"High five" in Java. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Samsung Exynos 9810 Atomics Bug.c

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


@gist.github.com | 6 years ago

Show HN: JavaScript unit testing in under 30 lines

JavaScript unit testing in under 30 lines. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago

Hacker-news-org-mode.md

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


@gist.github.com | 6 years ago

Show HN: FlowNote – Flow-based programming notation (WIP)

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


@gist.github.com | 6 years ago

Single-binary interpreter portability (Linux)

Single-binary interpreter portability (Linux). GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 6 years ago