cd/sources/gist-auto-discovered· home sources Gist (auto-discovered)
cat /sources/gist-auto-discovered.feed | wc -l → 984

Gist (auto-discovered)

articles 984 domain gist.github.com → page 48/50 feed RSS
12:29
2017-01-24
gist.github.com
cybersecurity

A List of Ephemeral File Sharing Services

The article provides a list of ephemeral file sharing services and recommends encrypting files locally before uploading, even if the service is trusted. It includes a brief tutorial on using OpenSSL t…

10:43
2017-01-16
gist.github.com
open-source

Linux on MacBook Pro Late 2016 and Mid 2017 (with Touchbar)

This article documents the process of installing Linux on 2016 and 2017 MacBook Pro models with Touch Bar, focusing on Fedora 27 with kernel 4.14.x. It provides detailed instructions for partitioning,…

06:30
2017-01-15
gist.github.com
cloud-computing

index.html

The article contains the source code for an HTML file that implements a button to initiate an OAuth 2.0 authentication flow with Microsoft Azure Active Directory (AAD). The script constructs a URL to …

09:45
2016-10-24
gist.github.com
developer-tools

JQ to filter JSON by value

The article explains how to use the `jq` command-line tool to filter JSON data by a specific value. It provides the syntax `cat <filename> | jq -c '.[] | select( .<key> | contains("<value>"))'` and no…

21:26
2016-10-08
gist.github.com
developer-tools

Summary of 'Clean code' by Robert C. Martin

The article summarizes Robert C. Martin's principles for writing "clean code," which is code that is easily understood, read, and enhanced by any developer on a team. It lists numerous specific practi…

21:19
2016-09-19
gist.github.com
developer-tools

A Beginners Guide to writing a Kickass README ✍

This article provides a beginner's guide to writing a comprehensive README file for a software project. It recommends including sections for a project overview, motivation, build status, code examples…

08:54
2016-09-16
gist.github.com
developer-tools

tmux Cheat Sheet

The article provides a cheat sheet for using the terminal multiplexer tmux, including commands to start sessions, manage windows and panes, and select text using modifier keys. It also explains how to…

14:27
2016-08-25
gist.github.com
developer-tools

cmangos server commands

The article provides a summary of server commands for the CMaNGOS (Classic MaNGOS) game server emulator, listing each command's name, required account level, and syntax. Commands include account manag…

15:20
2016-08-13
gist.github.com
developer-tools

Computer Science Tools, Books & Articles

This article provides a curated list of computer science resources, including books and PDFs, covering topics from basic computer hardware and software principles to advanced subjects like compilers, …

06:23
2016-06-16
gist.github.com
news

Alphabetical list of subreddits with 50,000+ subscribers.

The article provides an alphabetical list of subreddits that have over 50,000 subscribers. The file contains hidden or bidirectional Unicode text, which may appear differently than intended and requir…

08:53
2016-03-08
gist.github.com
developer-tools

Hexadecimal color code for transparency

The article explains how to add transparency to hexadecimal color codes by appending a two-character value representing the alpha channel. For example, to achieve 40% opacity on black (#000000), the c…

22:03
2016-03-07
gist.github.com
developer-tools

Clang format file.

This is a configuration file for clang-format, a code formatting tool, created by Ingmar Delsink. It specifies formatting rules for C++ code, including a tab width and indent width of 4, no tab charac…

09:05
2016-02-06
gist.github.com
developer-tools

System Design Cheatsheet

This article provides a factual summary of system design principles, emphasizing the importance of clarifying scope, identifying constraints, and managing trade-offs. It outlines key steps including h…

15:11
2016-01-27
gist.github.com
products

macOS and BootCamp Latest

This article provides a comprehensive list of direct download links for various macOS versions, ranging from OS X Mavericks (10.9.5) to macOS Sequoia (15.3), along with their corresponding build numbe…

01:02
2016-01-12
gist.github.com
developer-tools

Configure Git to use a proxy

This article explains how to configure Git to use a proxy server, which is necessary when encountering errors while cloning or fetching from remote repositories. It provides commands for setting a glo…

20:16
2016-01-06
gist.github.com
robotics

DrawBot: Generate a jellyfish-like pulsating blobby animation.

The article describes a Python script that generates an animated GIF of a jellyfish-like, pulsating blobby shape. The code creates multiple layered blobs that vary in size and phase, using random offs…

17:37
2015-09-23
gist.github.com
developer-tools

An iTerm2 Cheatsheet

This article provides a cheatsheet of keyboard shortcuts for iTerm2, clarifying that capital letters in shortcuts do not imply the Shift key unless explicitly stated. It distinguishes between shortcut…

06:22
2015-09-18
gist.github.com
developer-tools

What forces layout/reflow. The comprehensive list.

Comprehensive list of JavaScript properties and methods that trigger forced synchronous layout (reflow) in browsers, a common performance bottleneck. It explains that accessing layout metrics like `of…

← prev page 48 / 50 next →