Skip to content

Instantly share code, notes, and snippets.

View sachahjkl's full-sized avatar
🪂
Working from "${HOME}"

Sacha sachahjkl

🪂
Working from "${HOME}"
View GitHub Profile
@sachahjkl
sachahjkl / index.html
Last active July 10, 2024 11:46
Lossless Scaling HTML (Tailwind)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lossless Scaling</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
@sachahjkl
sachahjkl / loopey.c
Created February 24, 2024 07:55
Supermaven generating recursive code
// function that generates c code to a file called "resources.c"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char *argv[])
{
FILE *fp;
char *filename;
@sachahjkl
sachahjkl / hn_favicons.js
Created October 9, 2023 12:14
Favicons for HN Google
// ==UserScript==
// @name Favicons for HN Google
// @namespace Violentmonkey Scripts
// @match https://*.ycombinator.com/*
// @grant none
// @version 1.0
// @author [email protected]
// @description 12/19/2022, 9:34:53 AM
// @inject-into content
// ==/UserScript==
@sachahjkl
sachahjkl / linkedin_profile.json
Last active January 30, 2025 14:16
LinkedIn profile for sachafroment in JSON format
{"public_identifier":"sachafroment","profile_pic_url":"https://s3.us-west-000.backblazeb2.com/proxycurl/person/sachafroment/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20250130%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20250130T141656Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=135e3cfe67338340b1d2fb6b52d36dab8952776d769deee85412811b7bfeb608","background_cover_image_url":"https://s3.us-west-000.backblazeb2.com/proxycurl/person/sachafroment/cover?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20250130%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20250130T141656Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=ebaa85b59c28a1c53ebee887346e0a6433fa48b73328ed28ea9b5cae8454ae8f","first_name":"Sacha","last_name":"Froment","full_name":"Sacha Froment","follower_count":null,"occupation":"Product Owner Caroline/UDI at AG2R LA MONDIALE","headline":"Ingénieur en Informatique spécialisé dans les systèmes d'information",
@sachahjkl
sachahjkl / cloudSettings
Last active March 2, 2022 15:31
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-03-02T15:31:20.273Z","extensionVersion":"v3.4.3"}