Skip to content

Instantly share code, notes, and snippets.

View akharrou's full-sized avatar

Aymen Kharroubi akharrou

View GitHub Profile
@delagoya
delagoya / 00_aws_batch_tes_map.md
Last active August 5, 2026 19:48
A mapping of the GA4GH Task Execution Service API schema to AWS Batch

Map of Task Execution Service (TES) to AWS

This document is an overview of how concepts from TES map to concepts in AWS Batch.

AWS Batch - Basic Concepts

AWS Batch ("Batch") has a few basic concepts that need to be understood before we can make a comparison to concepts in TES. Some relate directly to TES and others do not.

Job

@atcuno
atcuno / gist:3425484ac5cce5298932
Last active July 26, 2026 12:51
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

@XVilka
XVilka / TrueColour.md
Last active August 31, 2026 12:29
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!

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 5, 2026 15:01
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname