Welcome to jentor.org
Check Digit Calculator
Objective
- Create a python program that would determine
the check digit from several types.
- The program interacts with html
- All aspects of the html are aesthetic
- Adding types of check digits does not call for
changes in the html code
- The python code must be interactive at the shell level.
|
Parts
- Python code: This uses python2.7 on centos 7
- Html code:
- Drop down box for types
- Table for input, dropdown box, error messages,
check digit, calculate button
- Java scripts internal and external
- Images internal
- Apache web server
|
Rotate a vector
Objective
- Given a venctor on the x-y plane show it rotates about
the x-y plane.
- Allow the user to place in the initial x,y vector and the
degrees at which to rotate
- Display on the graph the formula used
- Show the attributes of the formula as it rotates
|
Parts
- Java Script: used to calculate rotation of vector
- css file
- html file
|
St Paul Crime
Objective
- Given a list of case number create a graph that
organizes it by inscedents and neighborhoods.
- Allow users to select neighborhoods and select
incidents
|
Parts
- Java Script: used to create graph and choose the
data from the click of the neighborhoods
- css file
- html file
- Java Script to scrape data and populate DB
|
Covid 19 rates
Objective
- Given a list of daily deaths from each country
graph the 7 day average
- Do daily updates from worldometer
- Display the continents and the regions associated
with them.
|
Parts
- Python: scrape site for updates and update DB
with 7 day averages
- Java Script: create a graph
|
Aircraft Carriers of World War II
Objective
- Scrape data off of wikipedia of all aircraft carriers of WW II
- Display the list
- Display bar graphs and pie charts of tonnage and counts distribution
|
Parts
- Created in Laravel
- Used chart.js for the charts
|
Twin Cities Weather
Objective
- Show daily forcast of selected cities.
- Let the user hit on the map of weather sites
- Let the user show the historical averga
|
Parts
- Created in Laravel
- Used api from google maps
- Used the api from Dark Sky
|