Pinned Repositories
BikeProj
Bike project
birds
Project for CS290, based on birds that frequent my yard
CommonPythonTools
Things that are often needed
CS162Lab1
The purpose of this lab is to get familiar with the software environment we will be using this term, and review some C++ concepts to get prepared for future projects and labs.
CS290-Server-Side-Examples
CS290HW1
Repository for CS290 Homework 1
DataStructures
Exercises in Data Structures
DataStructuresPractice
Notes and exercises in Data Structures
FirstGitKrakenRepo
Using GitKraken for the first time
hello-world
Hello World! This is my first GitHub repository.
JimNastic316's Repositories
JimNastic316/BikeProj
Bike project
JimNastic316/birds
Project for CS290, based on birds that frequent my yard
JimNastic316/CommonPythonTools
Things that are often needed
JimNastic316/CS162Lab1
The purpose of this lab is to get familiar with the software environment we will be using this term, and review some C++ concepts to get prepared for future projects and labs.
JimNastic316/CS290-Server-Side-Examples
JimNastic316/CS290HW1
Repository for CS290 Homework 1
JimNastic316/DataStructures
Exercises in Data Structures
JimNastic316/DataStructuresPractice
Notes and exercises in Data Structures
JimNastic316/FirstGitKrakenRepo
Using GitKraken for the first time
JimNastic316/hello-world
Hello World! This is my first GitHub repository.
JimNastic316/hw5
This week you will write a web application that will receive incoming POST and GET requests. You will write a single server to handle BOTH types of requests (i.e. the use the same URL). The server needs to do the following: Upon receiving a POST request "Render" a page that has a H1 tag displaying "POST Request Received" Upon receiving a GET request "Render" a page that has a H1 tag displaying "GET Request Received" For both POST and GET Below the H1 tag, create an HTML table that shows all parameter names and values which were sent in the URL query string for BOTH GET and POST (you can still send parameters in the URL when making POST requests) For POST: Below the URL parameter table, create another table that displays the property names and values that were received in the request body. Your server needs to be able to accept request bodies formatted as BOTH URL encoded query strings or JSON data.
JimNastic316/Input-Validation-C-Plus-Plus
This repository contains input validation examples in C++. See Examples folder for examples.
JimNastic316/JimNastic316.github.io
Final Project for CS290
JimNastic316/Learning-CPP
A collection of exercises I did as I learned to program C++
JimNastic316/public-apis
A collective list of free APIs
JimNastic316/Python-Data-Science-and-Machine-Learning-Bootcamp
JimNastic316/python-masterclass
Exercises while learning Python
JimNastic316/PythonExercise
Brushing up on Python
JimNastic316/PythonPractice
Python exercises
JimNastic316/StockLookup
Using an API to get stock prices
JimNastic316/Testing-Repl
Trying to figure out how to use Repl IDE. Took an old practice problem to see what happens when you use Repl
JimNastic316/TestRepository
JimNastic316/WDW-Pin-Collecting-Game
Final Project for OSU CS 162
JimNastic316/WebDev
Web development exercises
JimNastic316/WebDevBootcamp
Web Developer Bootcamp
JimNastic316/Week3Activity4
JimNastic316/wickStuff