Skip to content

Instantly share code, notes, and snippets.

@HyperVx2
HyperVx2 / bytesOfChina-script.sql
Created February 11, 2026 06:19
Codecademy - Design Databases With PostgreSQL - Build A Menu For Bytes Of China
-- CREATION
CREATE TABLE restaurant (
id integer PRIMARY KEY,
name varchar(20),
description varchar(100),
rating decimal,
telephone varchar(10),
hours varchar(100)
);
@HyperVx2
HyperVx2 / LCD2ic.ino
Last active January 15, 2024 15:17
Code for Arduino device with DHT11 + LCD Display + BMP180.
#include <DHT.h>
#include <LiquidCrystal_I2C.h>
#include <Adafruit_BMP085.h>
// arduino-DHT: https://github.com/markruys/arduino-DHT
// LiquidCrystal: https://www.arduino.cc/reference/en/libraries/liquidcrystal/
// Adafruit-BMP085-Library: https://github.com/adafruit/Adafruit-BMP085-Library
// Format => (ADDRESS,Width,Height)
LiquidCrystal_I2C lcd(0x27, 16, 2);
## ## ===============
## Weapons
## ## ===============
- Grandmas Walking Stick
- Grandpas Walking Stick
- Sword of Beheading
- Blade of Vampires
- Seismic Axe
- Soulbound Sword
- Soulbound Bow