mkdir <my-new-project>cd <my-new-project>npm i --save express express-handlebars drizzle-orm better-sqlite3npm i --save-dev @types/express @types/express-handlebars @types/nedb @types/node ts-node typescript drizzle-kit
mkdir <my-new-project>cd <my-new-project>npm i --save express express-handlebars drizzle-orm better-sqlite3npm i --save-dev @types/express @types/express-handlebars @types/nedb @types/node ts-node typescript drizzle-kit
| package virtual_pet; | |
| import java.util.Scanner; | |
| public class VirtualPetApplication { | |
| public static void main(String[] args) { | |
| //Interact with a VirtualPet object in this method | |
| VirtualPet theDangDog = new VirtualPet( "The Dang Dog", 25, 30, 0, 0 ); |
| # We Can Code IT Expectations | |
| ## Individual | |
| - Learn the things! | |
| - * Ask questions. | |
| - Be open, relaxed, and have fun. | |
| - Don't take things personally. | |
| - * Don't be afraid of failure! | |
| import java.util.Scanner; | |
| public class ShippingCost { | |
| private static Scanner input = new Scanner(System.in); | |
| public static void main(String[] args) { | |
| int shippingType; | |
| double shippingCost, productCost, totalCost; |
| #! usr/bin/env python3 | |
| #This script will compile lifetime rattle profiles of long term snakes and spit out their ID and a list of segment values, newest to oldest | |
| #load required modules | |
| import sys | |
| import os | |
| import re | |
| import argparse |
| // Sync Settings |