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 46/50 feed RSS
17:32
2019-12-29
gist.github.com
developer-tools

Commit Message Guidelines

The article outlines strict formatting rules for Git commit messages, which consist of a required header (with optional scope) and optional body and footer, with each line limited to 100 characters. T…

01:19
2019-09-05
gist.github.com
robotics

Euler angles to rotation matrices and vice versa

This Python module provides utility functions for converting between 4x4 homogeneous transformation matrices and Euler angles, supporting all six rotation orders ('xyz', 'xzy', 'yxz', 'yzx', 'zxy', 'z…

21:18
2019-07-20
gist.github.com
web3

Bitcoin For Kids

The article provides a step-by-step guide for minors in the U.S. to buy Bitcoin and stocks using CashApp, requiring a parent or guardian to open a UTMA checking account and complete identity verificat…

23:00
2019-06-12
gist.github.com
developer-tools

vimgrep cheatsheet

The article explains that `vimgrep` is a Vim command that searches across multiple files using native Vim regex patterns and populates the quickfix list with results. It supports features like searchi…

22:24
2019-06-09
gist.github.com
open-source

You need spice-vdagent

Debian and Kali Linux virtual machines running under KVM/libvirtd lack pre-installed agents like qemu-guest-agent and spice-vdagent, which prevents smooth mouse cursor movement between the guest and h…

14:40
2019-06-07
gist.github.com
cybersecurity

Google dork cheatsheet

The article provides a cheatsheet of Google search operators and "dork" queries used to find specific types of files and directories, such as unsecured media files, documents, and configuration files.…

12:07
2019-06-05
gist.github.com
hardware

How to update Lenovo Laptop BIOS with USB stick

This article provides instructions for creating a bootable USB stick to update a Lenovo laptop's BIOS using a Mac or Linux system. It explains how to download the BIOS update as an ISO file, extract i…

18:30
2019-05-29
gist.github.com
developer-tools

Installing Ghidra Server on Ubuntu 18.04.2 LTS

This article provides step-by-step instructions for installing a Ghidra server on Ubuntu 18.04.2 LTS. The process involves installing the Java JDK, creating a dedicated system user, and configuring th…

11:14
2019-05-08
gist.github.com
developer-tools

Curated directory of the best startup tools

This article presents a curated directory of free and low-cost tools for startups in 2019, covering categories like version control (GitHub, GitLab), cloud computing (Google Cloud, AWS, Azure), and we…

04:37
2019-04-18
gist.github.com
developer-tools

Um modelo para fazer um bom README.md

This article presents a template for creating a comprehensive README.md file. It outlines essential sections including project description, installation instructions, testing guidelines, deployment no…

16:14
2019-03-01
gist.github.com
cybersecurity

README.md

This README file explains that the provided script cannot use `YAML.dump(payload)` to generate a useful payload, as it only produces a worthless YAML representation of a `Gem::Requirement` object. Ins…

14:54
2019-01-25
gist.github.com
developer-tools

C++ metaprogramming Knuth's arrows

This article presents two C++ implementations of Knuth's up-arrow notation for representing extremely large numbers through repeated exponentiation. The first implementation uses `constexpr` functions…

16:33
2019-01-15
gist.github.com
developer-tools

Prompt for choice in PowerShell

The article provides a PowerShell script example demonstrating how to use the `$host.UI.PromptForChoice` method to present a user with three options: "Yes", "No", and "Cancel". It sets a title, prompt…

11:33
2018-12-18
gist.github.com
developer-tools

Conventional Commits Cheatsheet

The article summarizes the Conventional Commits specification, a standardized format for Git commit messages that uses a structured `<type>(<optional scope>): <description>` format. It defines various…

08:32
2018-12-01
gist.github.com
cybersecurity

PEiD "userdb.txt" full (3 compilaction merged)

This article is a compiled database file for PEiD, a popular software tool used to identify packers, cryptors, and compilers in executable files. The file merges three separate "userdb.txt" sources in…

13:43
2018-11-21
gist.github.com
developer-tools

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

10:14
2018-11-20
gist.github.com
developer-tools

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

05:54
2018-09-24
gist.github.com
developer-tools

Send files to Nextcloud/Owncloud shared folder using curl

This article provides a bash script called `cloudsend.sh` that uses `curl` to upload files to shared folders on Nextcloud or Owncloud. The script accepts a file path and a folder link as arguments, an…

21:16
2018-08-31
gist.github.com
open-source

crockford-on-json-license

Douglas Crockford explains that he chose the MIT License for his JSON reference implementation but added the clause "The Software shall be used for Good, not Evil" in 2002. He notes that this clause h…

10:20
2018-08-25
gist.github.com
cybersecurity

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

← prev page 46 / 50 next →