Skip to content

Instantly share code, notes, and snippets.

View jdkeke142's full-sized avatar

keke142 jdkeke142

  • France
  • 07:19 (UTC +01:00)
View GitHub Profile
@freppp
freppp / Vulcan Checks and Descriptions
Last active March 7, 2026 04:50
Vulcan Checks + Descriptions
Check: Aim (Type B): Invalid yaw change.
Check: Aim (Type C): Repeated yaw values.
Check: Aim (Type D): Invalid pitch change.
Check: Aim (Type E): Invalid yaw change.
Check: Aim (Type F): Invalid yaw change.
Check: Aim (Type G): Too large yaw change.
Check: Aim (Type H): Invalid sensitivity.
Check: Aim (Type I): Not constant rotations.
Check: Aim (Type K): Not constant rotations.
Check: Aim (Type L): Switching directions too quickly.
//PUT YOUR MIXPANEL TOKEN AND SECRET BELOW:
const credentials = {
"token": "your-mixpanel-token-here",
"secret": "your-mixpanel-secret-here"
}
/*
@lukechampine
lukechampine / monads.c
Last active November 10, 2025 23:26
Maybe and Either Monads in C
#include <stdio.h>
#include <stdbool.h>
// Maybe
typedef struct MaybeInt {
int just;
bool nothing;
} MaybeInt;
pm uninstall -k --user 0 com.google.android.apps.tachyon &&
pm uninstall -k --user 0 com.google.android.music &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.sheets &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.slides &&
pm uninstall -k --user 0 com.google.android.apps.docs.editors.docs &&
pm uninstall -k --user 0 com.google.android.videos &&
pm uninstall -k --user 0 com.android.gallery3d &&
pm uninstall -k --user 0 com.android.calendar &&
pm uninstall -k --user 0 com.evernote &&
pm uninstall -k --user 0 com.evernote.promohelper &&