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 47/50 feed RSS
13:11
2018-08-24
gist.github.com
developer-tools

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 wi…

19:22
2018-07-27
gist.github.com
developer-tools

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 exclud…

18:14
2018-06-19
gist.github.com
developer-tools

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 sign…

17:36
2018-05-09
gist.github.com
developer-tools

IT Стажировки в Москве и России

The article lists IT internship programs offered by major Russian companies, including Yandex, Sberbank, VK, Tinkoff, Ozon, and Avito. Each company provides opportunities in various fields such as sof…

18:10
2018-04-12
gist.github.com
hardware

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 …

01:08
2018-02-19
gist.github.com
developer-tools

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 assum…

20:07
2018-01-05
gist.github.com
developer-tools

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 t…

21:51
2017-12-21
gist.github.com
developer-tools

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 a…

18:38
2017-12-13
gist.github.com
developer-tools

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, includi…

00:23
2017-10-19
gist.github.com
developer-tools

Why do I have to write JSON decoders in Elm?

Challenges of choosing a data interchange format between clients and servers, focusing on how formats must evolve as applications change. It compares JSON, Protocol Buffers (protobuf), and GraphQL, hi…

21:19
2017-09-30
gist.github.com
news

A guide to Markdown on Discord.

Discord uses Markdown, a plain text formatting system, to allow users to style their messages by adding specific characters before and after text. The system supports various formatting options includ…

19:07
2017-09-16
gist.github.com
developer-tools

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 tit…

10:36
2017-09-11
gist.github.com
developer-tools

Adb useful commands list

The article provides a comprehensive list of useful Android Debug Bridge (ADB) commands for tasks such as device management, file transfer, app installation, and log analysis. It also introduces ADBug…

01:35
2017-08-11
gist.github.com
developer-tools

Swift Concurrency Manifesto

The Swift Concurrency Manifesto, authored by Chris Lattner, outlines a long-term vision for introducing a first-class concurrency model to Swift, focusing on task-based abstractions like async/await a…

15:55
2017-08-08
gist.github.com
cybersecurity

Generate Kerberos AES keys from a known password

The article describes a PowerShell function called `Get-KerberosAESKey` that generates Kerberos AES 128/256 encryption keys from a known password, salt (comprising the Kerberos realm and username/host…

13:35
2017-07-27
gist.github.com
cybersecurity

Export TOTP tokens from Authy

In August 2024, Authy discontinued its desktop app, and subsequent backend changes have prevented users from logging into older versions, making token export difficult for those not already logged in.…

22:41
2017-05-15
gist.github.com
developer-tools

Semantic Commit Messages

Structured format for writing Git commit messages: `<type>(<scope>): <subject>`. It explains that using specific types like `feat`, `fix`, or `docs` in the message makes the commit's purpose clear and…

07:47
2017-02-23
gist.github.com
developer-tools

How to fix and recover a “corrupt history file” in zsh

The article provides a step-by-step method to fix a corrupt history file in the zsh shell. It instructs users to rename the existing `.zsh_history` file, extract printable strings from the corrupted f…

← prev page 47 / 50 next →