Pinned Repositories
tip-calculator
Phoenix-Air-Official
Phonix Air HVAC Official Website
NewEmployeeUsers
A script in python that allows new employees that are added to one of two text files to be sorted through and given both a user name and password
javascript-exercises
etch-a-sketch
Py
cv-project
book-types
breve-cafe
A website I made for a final project in my class built in 3 days.
C
Any projects and such I did in C programming class
Jaclem's Repositories
Jaclem/cv-project
Jaclem/obsidian-notes
Jaclem/task-app
Jaclem/coffee-shop
Jaclem/testing-git
Jaclem/todo-list
Jaclem/jitters-coffee-haus
Jaclem/book-types
Jaclem/tic-tac-toe
Jaclem/calculator_app
Jaclem/portfolio
Jaclem/etch-a-sketch
Jaclem/tip-calculator
Jaclem/Phoenix-Air-Official
Phonix Air HVAC Official Website
Jaclem/Jaclem.github.io
Jaclem/op-library
Jaclem/Jaclem
Config files for my GitHub profile.
Jaclem/javascript-exercises
Jaclem/network_dump
Dumping important network information on the terminal screen
Jaclem/Py
Jaclem/NewEmployeeUsers
A script in python that allows new employees that are added to one of two text files to be sorted through and given both a user name and password
Jaclem/rock_paper_scissors
Very basic rock paper scissors game in Python I built. Still trying to work on a few things to make it more intuitive but as of right now it does work.
Jaclem/breve-cafe
A website I made for a final project in my class built in 3 days.
Jaclem/C
Any projects and such I did in C programming class
Jaclem/c_project_calculator
A project that I had to do for my c programming class where I had to create a sort of calculator that could do various functions that we had to create ourselves, without using libraries. Here is the directions given : Print instructions explaining how to operate the calculator Allow the user to continue entering calculations until they quit the program Allow the user to perform the following operations: add ( + ) should add to doubles subtract ( - ) should subtract to doubles multiply ( * ) multiply two doubles divide ( / ) divide two doubles, do not allow division by zero power ( ^ ) a double and an integer, calculate the double raised to the integer. zero and negative exponents should work. exponential ( e ) raise the constant e to the power of the integer provided. zero and negative exponents should work. (you must define the constant) factorial ( ! ) given an integer, calculate the factorial. store your result as a long random range ( r ) given two integers, generate a random integer between the two integers (inclusively). Be sure the lower bound is less than the upper bound sum range ( s ) calculate the sum of consecutive integers between two given integers (inclusively) round ( ~ ) given a double, round to the nearest integers roundup ( ' ) given a double, round to the nearest integers rounddown ( _ ) given a double, round to the nearest integers minimum ( < ) given two doubles, determine the lesser maximum ( > ) given two doubles, determine the greater Allow the user to input the calculation all at once (examples below) + 3 4 / 4.3 2.3 ^ 3.1 2 r 5 10 Your code must meet the following technical specifications use at least two variables of different types no global variables allowed use a constant, global constants are ok use at least one if or if else statement use at least one switch statement use at least one for loop use at least one while or do while loop use at least three functions with prototype. at least one must return a value at least one must take input
Jaclem/epicodus
Jaclem/intro-to-github
Jaclem/typographic-insets
Use the CSS float property to add some insets into a piece of text.
Jaclem/my-repository