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

Gist (auto-discovered)

articles 985 domain gist.github.com → page 49/50 feed RSS
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…

17:53
2015-08-26
gist.github.com
developer-tools

How to view-source of a Chrome extension

The article explains two methods to view the source code of a Chrome extension. The first method involves using a command-line tool to download and unzip the extension's CRX file directly from Google'…

09:01
2015-06-11
gist.github.com
developer-tools

vim folding cheatsheet

This article provides a cheatsheet of Vim commands for creating, navigating, and managing text folds. It lists commands for creating folds by line count or search string, moving between folds, and ope…

10:24
2015-03-30
gist.github.com
developer-tools

Accessible noUiSlider

The article describes a JavaScript plugin called `noUiSliderA11y.js` that adds an accessibility layer to the noUiSlider range slider. It enhances the slider by adding ARIA attributes (such as `role="s…

23:17
2015-03-12
gist.github.com
developer-tools

A full .htaccess file

This article provides the full contents of an `.htaccess` file, a configuration file used by Apache web servers. The file includes commented-out directives for password protection and PHP code type ma…

23:05
2015-02-17
gist.github.com
developer-tools

VIM: A Great Vim Cheat Sheet

The article provides a comprehensive cheat sheet of essential Vim commands, organized by categories such as cursor movement, text editing, visual mode, and file management. It includes basic and advan…

05:48
2014-05-23
gist.github.com
developer-tools

Lista de comandos úteis do GIT

This article provides a list of useful Git commands, covering configuration, file management, commits, branches, and remote repositories. It explains how to set up Git via the `.gitconfig` file and de…

09:19
2013-11-16
gist.github.com
developer-tools

JSON formater

JavaScript function called `JSONFormat` that converts JSON data into a formatted HTML string with syntax highlighting. It uses recursive functions to handle different data types like strings, numbers,…

19:59
2013-11-07
gist.github.com
developer-tools

Complete list of github markdown emoji markup

This article provides a comprehensive list of GitHub Markdown emoji markup codes, organized by category such as people, nature, and objects. It pairs each emoji's shortcode (e.g., `:smile:`) with its …

20:45
2013-10-30
gist.github.com
policy-regulation

French Encryption Import Compliance

Starting in July, apps distributed in France that use non-standard encryption algorithms or implement standard encryption (like AES or RSA) independently of iOS/macOS built-in encryption must comply w…

18:17
2013-10-03
gist.github.com
developer-tools

Git CLI Cheatsheet

This article provides a comprehensive Git command-line interface (CLI) cheatsheet, listing essential commands for tasks such as initialization, staging, committing, branching, merging, and stashing. I…

15:27
2013-09-28
gist.github.com
developer-tools

C++ Standard Template Library (STL) containers

The C++ STL containers are categorized into sequence containers (vector, deque, list) and associative containers (set, map), each with specific iterator capabilities and time complexities for operatio…

02:11
2013-07-28
gist.github.com
developer-tools

Monkey patching a C++ class by modifying its VTABLE.

The article demonstrates a technique called "monkey patching" in C++ by directly modifying an object's virtual table (vtable) at runtime. It shows how to obtain the vtable pointer from an instance of …

11:24
2013-03-01
gist.github.com
developer-tools

superscript test

The article is a test page containing various examples of superscript text, mathematical formulas, and symbolic character references. It includes HTML markup demonstrations, quadratic formula represen…

14:06
2012-12-19
gist.github.com
open-source

Calibre template: sending to device

The article describes a Calibre template for naming files when sending books to a device. If a book belongs to a series, the file is named using the series and index title followed by the author; othe…

← prev page 49 / 50 next →