Skip to content

Instantly share code, notes, and snippets.

View AdrieanKhisbe's full-sized avatar
🤷
🌬️ Quand ça change, ça change. Faut pas se laisser démonter 🎐

Adrien Becchis AdrieanKhisbe

🤷
🌬️ Quand ça change, ça change. Faut pas se laisser démonter 🎐
View GitHub Profile
@soxofaan
soxofaan / README.md
Last active May 2, 2025 22:26
Simple pretty CSV and TSV file viewer.
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Cloudformation stack to manage permission to deploy a serverless service'
Parameters:
ServiceName:
Description: Name of the Service you want to deploy
Type: String
ServiceName2:
Description: Name of the 2nd Service you want to deploy
@gasparrobi
gasparrobi / headlessChrome.md
Last active December 22, 2025 11:22
headless chrome from terminal in osX

1. set an alias for chrome:

alias chrome="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"

2. To remote control your chrome headless:

chrome --headless --disable-gpu --remote-debugging-port=9222