ls /news/developer-tools · home newsdeveloper-tools
grep -r --recent /news/developer-tools | head -20

Developer Tools News

Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.

3163 articles page 158 of 159 0 sources 30 min sync cycle updated 2015-09-23

// latest articles 3163 indexed

17:37
2015-09-23
gist.github.com
developer-tools · 2m read · neu

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 shortcuts specific to iTerm2…

06:22
2015-09-18
gist.github.com
developer-tools · 4m read · neu

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 `offsetHeight`, `getBou…

17:53
2015-08-26
gist.github.com
developer-tools · 1m read · neu

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's update server. The…

09:01
2015-06-11
gist.github.com
developer-tools · 1m read · neu

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 opening or closing fold…

vim
10:24
2015-03-30
gist.github.com
developer-tools · 3m read · neu

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="slider"`, `aria-value…

23:17
2015-03-12
gist.github.com
developer-tools · 3m read · neu

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 masking, along with ac…

23:05
2015-02-17
gist.github.com
developer-tools · 7m read · neu

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 advanced commands for nav…

vim
05:48
2014-05-23
gist.github.com
developer-tools · 5m read · neu

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 details commands for t…

09:19
2013-11-16
gist.github.com
developer-tools · 3m read · neu

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, arrays, and objects…

19:59
2013-11-07
gist.github.com
developer-tools · 13m read · neu

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 corresponding visual…

18:17
2013-10-03
gist.github.com
developer-tools · 6m read · neu

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. It also includes link…

15:27
2013-09-28
gist.github.com
developer-tools · 2m read · neu

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 operations. Sequence contain…

02:11
2013-07-28
gist.github.com
developer-tools · 1m read · neu

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 class A, then replac…

11:24
2013-03-01
gist.github.com
developer-tools · 1m read · neu

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 representations, and algebra…

14:06
2012-12-19
gist.github.com
open-source · 1m read · neu

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; otherwise, it uses the a…

08:15
2012-05-31
gist.github.com
developer-tools · 1m read · neu

Latency Numbers Every Programmer Should Know

The article presents a table of approximate latency times for common computer operations, ranging from L1 cache references (0.5 ns) to transcontinental network round trips (150 ms). Compiled by Jeff Dean and originally b…

← prev page 158 / 159 next →
LIVE [news/developer-tool] indexed:3163 page:158/159 en · ua 2026-05-20 ·