Coder Social home page Coder Social logo

jaclem's Projects

breve-cafe icon breve-cafe

A website I made for a final project in my class built in 3 days.

c icon c

Any projects and such I did in C programming class

c_project_calculator icon 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 icon jaclem

Config files for my GitHub profile.

network_dump icon network_dump

Dumping important network information on the terminal screen

newemployeeusers icon 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

rock_paper_scissors icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.