• Stars
    star
    4
  • Rank 3,289,950 (Top 66 %)
  • Language
    Python
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Program written for a first-year introductory civil engineering course. Got fed up with calculating truss bridge geometry over and over for the tiniest changes.

More Repositories

1

cumulative-selection-simulator

Demonstration of "cumulative selection" in biology for a 3rd year high school project. Written in Java. (Really old thing, before I learned what arrays/arraylists were)
Java
1
star
2

csc190-lab-2

Assignment for a first-year introductory C programming course, taught by Elizabeth Patitsas. All code is written by myself and my partner except where noted. The assignment in question is a simulator of the Toronto subway Bloor Line.
C
1
star
3

csc190-lab-3

Assignment for a first-year introductory C programming course, taught by Elizabeth Patitsas. All code is written by myself and my partner except where noted. This assignment focuses on working with binary tree data structures.
C
1
star
4

sta286-quiz

Graphical Java applet for the collection of data for a statistics assignment. Saves responses to the questions in a .csv file. The provided csv file provides column labels. Note that a file called "snake_long.jpg" is required in same directory as program for it to run - a blank jpg works fine.
Java
1
star
5

ece253-assembly-cylon

An assignment for the ECE253 (Digital Logic and Computer Systems) course at U of T, taught by Prof. Stephen Brown. This assignment entails coding an assembly program for the Altera NIOS II microprocessor that will create a scrolling light (like the cylon eyes from BSG) that can be started/stopped by hitting KEY3 on the board. Two versions are included: one that uses interrupts, and one that does not. MADE FOR AND TESTED ONLY WITH ALTERA DE2 BOARD.
Assembly
1
star