This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############# | |
# Imports | |
############# | |
from string_with_arrows import * | |
import string | |
############# | |
# Constants | |
############# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
. ./headers.sh | |
for PROJECT in $PROJECTS; do | |
(cd $PROJECT && DESTDIR="$SYSROOT" $MAKE install) | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--==School==-- | |
_-----_ | |
_--""""--_ / \ | |
/ """ ! | |
! -""- -""- ! | |
\ / | |
""""""-------__-----""" | |
! ! | |
! ! __= | |
! != |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Wire.h> | |
#include <LiquidCrystal_I2C.h> | |
LiquidCrystal_I2C lcd(0x27, 16, 2); | |
int buttonState = 0; | |
int program = 1; | |
int programs = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Password.h> | |
#include <Wire.h> | |
#include <Key.h> | |
#include <Keypad.h> | |
#define trigPin_1 3 | |
#define echoPin_1 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Password.h> | |
#include <Wire.h> | |
#include <Key.h> | |
#include <Keypad.h> | |
#define trigPin_1 3 | |
#define echoPin_1 4 |