Skip to content

Instantly share code, notes, and snippets.

View h2yk's full-sized avatar
🏠
Working from home

hayabusa2yk h2yk

🏠
Working from home
View GitHub Profile
@h2yk
h2yk / README.md
Last active January 4, 2024 19:45
requirements.txt example of Carsmaniac/paintjob-packer

requirements.txt for Carsmaniac/paintjob-packer

self-explanatory - requirements.txt of Carsmaniac/paintjob-packer, not required for most users.
I need this to run it from git on my linux machine. Put here for future reference.
Update deps as needed if you use.

@h2yk
h2yk / keybase.md
Created March 29, 2023 05:13
keybase.md

Keybase proof

I hereby claim:

  • I am h2yk on github.
  • I am h2yk (https://keybase.io/h2yk) on keybase.
  • I have a public key ASABKXzocEWwsTQqHlerA6xQ4hSMhhOkB5x3NwdeYefffgo

To claim this, I am signing this object:

@h2yk
h2yk / singen.c
Created October 28, 2020 07:19
Sinwave array (*255)
#include <stdio.h>
#include <math.h>
#include <string.h>
void dump(int target[]){
printf("[360] {\n");
for (int i = 0; i < 360; i++)
{
printf("%d",target[i]);