Skip to content

Instantly share code, notes, and snippets.

View xtaran's full-sized avatar
😷
FFP3 + 4× vaccinated

Axel Beckert xtaran

😷
FFP3 + 4× vaccinated
View GitHub Profile
@Rob--W
Rob--W / README.md
Last active August 8, 2020 03:02
Analysis of WOT 20151208
@markcwebster
markcwebster / neverssl.html
Created October 24, 2016 17:30
Some CSS for NeverSSL
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>NeverSSL - Helping You Get Online</title>
<style>
body {
font-family: Montserrat, helvetica, arial, sans-serif;
font-size: 16x;
color: #444444;
@avih
avih / equalizer.lua
Last active February 26, 2025 19:12
Visual equalizer script for mpv
--[[
mpv 5-bands equalizer with visual feedback.
Copyright 2016 Avi Halachmi ( https://github.com/avih )
License: public domain
Default config:
- Enter/exit equilizer keys mode: ctrl+e
- Equalizer keys: 2/w control bass ... 6/y control treble, and middles in between
- Toggle equalizer without changing its values: ctrl+E (ctrl+shift+e)
@gbaman
gbaman / HowToOTGFast.md
Last active April 30, 2025 02:59
Simple guide for setting up OTG modes on the Raspberry Pi Zero, the fast way!

Setting up Pi Zero OTG - The quick way (No USB keyboard, mouse, HDMI monitor needed)

More details - http://blog.gbaman.info/?p=791

For this method, alongside your Pi Zero, MicroUSB cable and MicroSD card, only an additional computer is required, which can be running Windows (with Bonjour, iTunes or Quicktime installed), Mac OS or Linux (with Avahi Daemon installed, for example Ubuntu has it built in).
1. Flash Raspbian Jessie full or Raspbian Jessie Lite onto the SD card.
2. Once Raspbian is flashed, open up the boot partition (in Windows Explorer, Finder etc) and add to the bottom of the config.txt file dtoverlay=dwc2 on a new line, then save the file.
3. If using a recent release of Jessie (Dec 2016 onwards), then create a new file simply called ssh in the SD card as well. By default SSH i

@olih
olih / jq-cheetsheet.md
Last active May 10, 2025 20:55
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@dex4er
dex4er / tcp_server_on_line.pl
Last active September 26, 2018 20:05
Mojo TCP server which emits signal for each line
use v5.14;
use Mojo::IOLoop;
use Data::Dump;
my %opts = (address => '0.0.0.0', port => 1514, map { split /=/, $_, 2 } @ARGV);
Mojo::IOLoop->server(%opts, sub {
my ($loop, $stream, $id) = @_;
@keithchambers
keithchambers / gist:80b60559ad83cebf1672
Last active October 21, 2021 01:12
Ansible role to set 'noop' i/o scheduler (CentOS 7)
---
- name: test if grub configured for noop i/o scheduler
command: egrep -q 'elevator=noop' /boot/grub2/grub.cfg
register: grub
changed_when: no
failed_when: grub_test.rc == 2
- name: configure grub for noop i/o scheduler
sudo: yes
command: grubby --update-kernel=ALL --args=elevator=noop
Dear Mr. Nick Ruest,
I am Barbara Taylor from the editorial team of Lambert Academic Publishing.
I’m getting in touch with you today concerning an interesting work from 2013 which I found at the York University Canada.
Is it correct that you authored the work entitled “Warc? Warkwark wark? Wark Warrrk”?
A short confirmation would be greatly appreciated. I believe this particular topic could be of interest to a wider audience and we would be glad to consider publishing it.
Should the commercialisation of your work as printed book meet your interest, kindly let me know. I will be glad to provide you with further details in an electronic brochure.
Dear Nick Ruest,
As stated by the McMaster University's electronic repository, you authored the work entitled "McMaster University Library & Digital Commons" in the framework of your postgraduate degree.
Due to the fact that we are currently planning publications in this subject field, we would be pleased to know whether you would be interested in publishing the above mentioned work with us.
LAP LAMBERT Academic Publishing is a member of an international publishing group, which has almost 10 years of experience in the publication of high-quality research works from well-known institutions across the globe.
Besides producing printed scientific books, we also market them actively through more than 80,000 booksellers.
Kindly confirm your interest in receiving more detailed information in this respect.
@XVilka
XVilka / TrueColour.md
Last active April 27, 2025 10:17
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!