Pinned Repositories
alphastacker
arrays-for-foreach-CSharp
articles
async-file-io
bag-O-loot
bangazonDatabase
dose
Dose is a full-stack medication tracking application built with Node.js, jQuery, Express, Sequelize, PostgreSQL, Pug, Bootstrap, and Passport.
group-project-movie-history-netflixandcode
group-project-movie-history-netflixandcode created by GitHub Classroom
portfoliosite
wiseOwlLatin
Wise Owl Latin is an educational application with learning videos and games meant to supplement a beginning Latin curriculum.
mozecode's Repositories
mozecode/dose
Dose is a full-stack medication tracking application built with Node.js, jQuery, Express, Sequelize, PostgreSQL, Pug, Bootstrap, and Passport.
mozecode/arrays-for-foreach-CSharp
mozecode/portfoliosite
mozecode/banking-app-CSharp
mozecode/banking-app-functions-CSharp
mozecode/build-a-car-CSharp
mozecode/build-a-robot-CSharp
mozecode/CSharpPracticeUdemy1
mozecode/CSharpPracticeUdemy10
C# exercise dealing with turning a string into a character array, reversing the array, and converting it back into a string.
mozecode/CSharpPracticeUdemy11
C# exercise dealing with preventing a program from saving duplicate data, lists, sorting a list, do while loops, and limiting attempts to enter data
mozecode/CSharpPracticeUdemy12
C# practice exercise to sort user-entered numerical values, parse into numbers, and find the lowest 3.
mozecode/CSharpPracticeUdemy13
C# exercise to take all user-entered numbers, show a list of only the unique values using the distinct method, and quit on demand.
mozecode/CSharpPracticeUdemy2
Includes array practice, TryParse with while loop, and min/max values.
mozecode/CSharpPracticeUdemy3
includes C# ternary, data validation with TryParse
mozecode/CSharpPracticeUdemy4
includes C# ternary statements, data validation with TryParse, basic conditionals
mozecode/CSharpPracticeUdemy5
add C# do while loop for user-entered numbers to sum, add quit on ok command
mozecode/CSharpPracticeUdemy6
C# exercise to create a factorial calculator using for loop
mozecode/CSharpPracticeUdemy7
C# exercise to create a random number guessing game with do while loop and basic conditionals
mozecode/CSharpPracticeUdemy8
C# exercise to create max number generator given a user-entered string of comma-separated numbers. Uses max and split methods.
mozecode/CSharpPracticeUdemy9
C# exercise creating 'likes' tracker with lists and list methods
mozecode/for-versus-while-loops-CSharp
mozecode/Gizmo-calc-CSharp
mozecode/http-server-exercise
Exercise 19
mozecode/inventory-app-arrays-CSharp
mozecode/JavaScript30for30-exercises
"Practice exercises using vanilla JS by Wes Bos"
mozecode/package-shipping-calc-CSharp
mozecode/sales-log-CSharp
mozecode/sweetness-and-light
mozecode/valentine-gift-calc-CSharp
mozecode/window-calc-CSharp
Includes default constructor, perameterized constructors, helper functions, getters and setters, and separate window class within namespace