Skip to content

Instantly share code, notes, and snippets.

View ForLoopCodes's full-sized avatar
😌
need for a gf

ForLoop ForLoopCodes

😌
need for a gf
View GitHub Profile
@ForLoopCodes
ForLoopCodes / instructions.md
Last active February 16, 2026 12:17
vscode is HIGHLY customizable if you edit the core files 🧡 (windows edition)

edit files:

"C:\Users<name>\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\workbench.desktop.main.css"

and

"C:\Users<name>\AppData\Local\Programs\Microsoft VS Code\resources\app\out\media\letterpress-dark.svg"

paste your svg code.

#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main() {
char grid[RADIUS * 2][RADIUS * 4];
for (int i = 0; i < RADIUS * 2; i++) {