Skip to content
@stafford-coding-club

SHS Coding Club

Github page for stafford high coding club

Popular repositories Loading

  1. prime-web prime-web Public

    Using sockets to control a robot from the internet

    JavaScript

  2. equations equations Public

    Create a program that can calculate the answer of a basic math equation (+, - *, /) while using at least two variables. Bonus points if you can let the user type in the values for those variables.

    C

  3. text-based-adventure text-based-adventure Public

    Create a game where the player is given a situation and can choose different ways to act. Depending on their actions, different things can happen. You can have them choose from a list of actions or…

  4. math-quiz math-quiz Public

    Create a program that gives the user an equation and allows them to type in an answer. A message should pop up saying if their answer was correct or not.

  5. user-input-JS user-input-JS Public

    Create a program that gets user input and displays it in an HTML element

    HTML

  6. math-quiz-functions math-quiz-functions Public

    Create a math quiz that allows users to type in their answers while using functions in Python or methods in Java. Bonus (imaginary) points if you let them select a difficulty.

Repositories

Showing 10 of 24 repositories
  • Tic-Tac-Toe Public

    Make a tic tac toe game against a computer. It can be text based or graphics based.

    stafford-coding-club/Tic-Tac-Toe’s past year of commit activity
    C 0 MIT 0 0 0 Updated May 8, 2019
  • madlib Public

    Create a program that allows the user the enter in certain kinds of words that would be put into a story of some kind, like a madlib.

    stafford-coding-club/madlib’s past year of commit activity
    C 0 0 0 0 Updated May 2, 2019
  • bubble-sort Public

    Given an array of integers, sort the array in ascending order using the Bubble Sort algorithm. Once sorted, print sorted array. If you don't know what bubble sort is you can read about it here: (https://www.geeksforgeeks.org/bubble-sort/)

    stafford-coding-club/bubble-sort’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 30, 2019
  • equations Public

    Create a program that can calculate the answer of a basic math equation (+, - *, /) while using at least two variables. Bonus points if you can let the user type in the values for those variables.

    stafford-coding-club/equations’s past year of commit activity
    C 0 0 0 0 Updated Apr 29, 2019
  • calculate-interest Public

    Create a program that will calculate how much interest a deposit will earn for the three different types of interest. You can look them up as well as how to perform the necessary math functions.

    stafford-coding-club/calculate-interest’s past year of commit activity
    C 0 0 0 0 Updated Apr 29, 2019
  • prime-web Public

    Using sockets to control a robot from the internet

    stafford-coding-club/prime-web’s past year of commit activity
    JavaScript 0 MIT 0 1 0 Updated Apr 26, 2019
  • discord-bot Public

    Make any type of discord bot. You'll need to make a bot account at (https://discordapp.com/developers/applications/)

    stafford-coding-club/discord-bot’s past year of commit activity
    JavaScript 0 MIT 0 0 0 Updated Apr 26, 2019
  • binary-search Public

    make a program that finds where a specific number is located within a sorted list. The most efficient way to solve this problem is implementing binary search, which has a worse case performance of O(log(n)). You can read about binary search here: https://en.wikipedia.org/wiki/Binary_search_algorithm

    stafford-coding-club/binary-search’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 26, 2019
  • find-odd-numbers Public

    Given a range of numbers, find the amount of odd numbers within the range. An odd number is 1,3,5,7,9,... defined mathematically as 2n + 1

    stafford-coding-club/find-odd-numbers’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 26, 2019
  • credit-card-validator Public

    Create a program that validates any given credit card number. You can read how the algorithm works here: (https://gizmodo.com/how-credit-card-numbers-work-1493331190)

    stafford-coding-club/credit-card-validator’s past year of commit activity
    C 0 MIT 0 0 0 Updated Apr 26, 2019

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…