#Expectations
- Be confident of my hard skills.
- Break free of old bad habits.
- Support others.
- Be a good teammate.
- Take ownership of learning.
- Be adaptable.
- Be successful.
| // Sync Settings |
| #! 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 |
| 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; |
| # 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! | |
| 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 ); |
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