Skip to content

Instantly share code, notes, and snippets.

View xslendix's full-sized avatar
👁️
Hello

Slendi xslendix

👁️
Hello
View GitHub Profile
@xslendix
xslendix / main.c
Created May 30, 2019 19:14
i made this hell
#include "yeet.h"
yeet yEet yEEt yEeT yeeet
yeet i yeET n yeET t1 yeetyeet 0 yeET t2 yeetyeet 1 yeET nextTerm YEEt
YEEEEEEET yEEt YeeeeT yEeT YEEt
YEEEEEEEEEEEEET yEEt YeEEEt, &n yEeT YEEt
YEEEEEEET yEEt YEEEet yEeT YEEt
@xslendix
xslendix / updated.py
Last active September 12, 2021 14:27
#############
# Imports
#############
from string_with_arrows import *
import string
#############
# Constants
#############
#!/bin/sh
set -e
. ./headers.sh
for PROJECT in $PROJECTS; do
(cd $PROJECT && DESTDIR="$SYSROOT" $MAKE install)
done
@xslendix
xslendix / PixelArt.txt
Created February 18, 2019 11:55
Some pixel art I made in school or at home.
--==School==--
_-----_
_--""""--_ / \
/ """ !
! -""- -""- !
\ /
""""""-------__-----"""
! !
! ! __=
! !=
Dim arr1(200)
Set oShell = WScript.CreateObject ("WScript.Shell")
For i = 0 to 110 Step 1
arr1(i) = CStr(i)
oShell.run "cmd.exe /C Z: & cd Z:/info/Desktop & mkdir " & CStr(i)
Next
Dim objShell, strProgram
Set objShell = CreateObject("Wscript.Shell")
/build
#include <Wire.h>
#include <LiquidCrystal_I2C.h>
LiquidCrystal_I2C lcd(0x27, 16, 2);
int buttonState = 0;
int program = 1;
int programs = 1;
#include <Password.h>
#include <Keypad.h>
#define led 5
const byte ROWS = 4;
//four rows
const byte COLS = 4;
//four columns
//define the cymbols on the buttons of the keypads
@xslendix
xslendix / code.ino
Created April 14, 2018 09:40
A simple circuit
#include <Password.h>
#include <Wire.h>
#include <Key.h>
#include <Keypad.h>
#define trigPin_1 3
#define echoPin_1 4
@xslendix
xslendix / code.ino
Created April 14, 2018 09:40
A simple circuit
#include <Password.h>
#include <Wire.h>
#include <Key.h>
#include <Keypad.h>
#define trigPin_1 3
#define echoPin_1 4