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 156 of 159 0 sources 30 min sync cycle updated 2018-12-18

// latest articles 3163 indexed

13:43
2018-11-21
gist.github.com
developer-tools · 1m read · neu

jq Tips

This article provides a curated list of practical tips for using **jq**, a command-line JSON processor. The tips cover common tasks such as extracting key names, prettifying JSON, counting array elements, and retrieving …

jq
10:14
2018-11-20
gist.github.com
developer-tools · 2m read · neu

Resize VIM windows

This article explains how to efficiently resize split windows in Vim version 7.0. It covers commands like `:resize` and `:vertical resize` for adjusting height and width by specific values or increments, as well as keybo…

10:20
2018-08-25
gist.github.com
cybersecurity · 1m read · neu

uninstall Wireshark

The article provides a step-by-step guide for completely uninstalling Wireshark from a macOS system. The instructions include removing the application, support files, command-line scripts, launch daemon, and system confi…

00:00
2018-08-25
spader.zone
developer-tools · 10m read · neu

2D Collisions with Minkowski Differences

The article explains how to use Minkowski differences for collision detection between two axis-aligned rectangles in 2D games. It describes the Minkowski difference as the shape formed by subtracting every point of one r…

13:11
2018-08-24
gist.github.com
developer-tools · 1m read · neu

How to print ZPL file using terminal on linux

To print a ZPL file on Linux using the terminal. First, the `lpstat -p -d` command lists available printers and identifies the system default, such as a Zebra label printer. Then, the `lpr` command with the `-o raw` opti…

19:22
2018-07-27
gist.github.com
developer-tools · 1m read · neu

Convert all files to UTF-8 using powershell

The article provides a PowerShell script named `Convert-Encoding.ps1` that converts files (specifically `.aspx`, `.master`, and `.cs` files) to UTF-8 without a Byte Order Mark (BOM). The script excludes certain directori…

18:14
2018-06-19
gist.github.com
developer-tools · 2m read · neu

Zero to Hero -- HTML, CSS & JS

This article outlines a learning path for web development, starting with basic HTML and CSS before progressing to JavaScript, jQuery, and Bootstrap. It emphasizes that the learning curve steepens significantly with moder…

18:10
2018-04-12
gist.github.com
hardware · 2m read · neu

a 4x4 pixels font

This article describes a 4x4 pixel font stored in a C++ header file called `half_font.h`. The font is defined as a 95-character array of byte values, where each character is represented by four bytes that encode its pixe…

01:08
2018-02-19
gist.github.com
developer-tools · 25m read · neu

What is Strict Aliasing and Why do we Care?

The article explains that strict aliasing is a rule in C and C++ that specifies which types of pointers can legally access the same memory location, allowing compilers to optimize code under the assumption that these rul…

20:07
2018-01-05
gist.github.com
developer-tools · 1m read · neu

Code colors for embed discord.js

This article provides a factual reference list of color names, their corresponding integer values, and hex codes for use in Discord.js, including standard colors like Aqua, Red, and Blue, as well as the official Discord …

21:51
2017-12-21
gist.github.com
developer-tools · 1m read · neu

Install Clang 5.0

The article provides a step-by-step command-line guide for installing Clang 5.0 and related LLVM tools on Ubuntu 16.04 (Xenial). It includes commands to add the LLVM repository, install the compiler and debugging tools, …

18:38
2017-12-13
gist.github.com
developer-tools · 1m read · neu

GitHub spoiler markdown.md

The article explains how to create a spoiler warning in Markdown using the HTML `<details>` and `<summary>` tags. It notes that a space is required after the summary tag and that any Markdown, including code blocks, can …

19:07
2017-09-16
gist.github.com
developer-tools · 1m read · neu

Palette navigation bar

The article provides a Swift code extension for `UINavigationBar` that applies a custom theme using a `Palette` class. The `setTheme()` method configures the navigation bar's background, tint, and title text colors, and …

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