Soren Cslab Scripts

Scripts for fixing firefox locks, printing, timing algorithms, and checking your quota.
Alternatives To Soren Cslab Scripts
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Algorithms Sedgewick Wayne1,967
2 months ago3mitJava
Solutions to all the exercises of the Algorithms book by Robert Sedgewick and Kevin Wayne
Mir Algorithm16810299 days ago610February 07, 202327otherD
Dlang Core Library
Floaxie28
5 months agoapache-2.0C++
Floating point printing and parsing library based on Grisu2 and Krosh algorithms
Strip Packing14
4 years ago1mitPython
Algorithm for the strip packing problem with guillotine cuts constraint
Prettyprint8
2 months ago2bsd-2-clauseRuby
This class implements a pretty printing algorithm.
Gopprint5
5 years agomitGo
Implementation of Kiselyov et al's pretty printing algorithm in Go.
Algorithms4
a year ago3mitC++
A collection of templates/algorithms for competitive coding.
Packager3
7 years agoJavaScript
Binary tree bin packing algorithm for packing pictures to sheet for printing
Diff Java2
7 years agogpl-3.0Java
Clone and improvements
Soren Cslab Scripts2
7 years agomitShell
Scripts for fixing firefox locks, printing, timing algorithms, and checking your quota.
Alternatives To Soren Cslab Scripts
Select To Compare


Alternative Project Comparisons
Readme

Soren’s CS Lab Scripts

This repository lives in ~bjornsta/bin on the St. Olaf users directory. Anyone with lab access can copy or run scripts directly from that directory (just do ~bjornsta/bin/scriptname <arguments>).

Script descriptions

  • cs241_setup: Bash version of the csh script for Hardware Design. (If you’re not sure what that is, you don’t need it.)
  • fix_lockfiles: Delete old Firefox lockfiles preventing Firefox from opening without having to remember the directories or commands. Just run the script and try again.
  • print_rns202: Works on Linux and will probably work on OS X. Copy this script onto your personal machine and set the SSHTO variable at the top of the file to the string you use to ssh to a CS lab computer (e.g., [email protected]). You can now use print\_rns202 filename to print a file directly to the CS lab printer from your personal machine.
  • timer_table: For Algorithms, try running several executables with various input sizes and keep track of the number of cycles they take to run. See timer_table --help for further information.
  • warn_quota: Check to make sure you aren’t approaching your quota. The best way to use this is to put it in your ~/.cshrc or ~/.bashrc so that it runs the check every time you open a terminal. (If you’re not close to your quota, there is no output at all, so it won’t be annoying.) You can just place ~bjornsta/bin/warn_quota at the end of the file to start using it.

(Some of these scripts were renamed when I cleaned this up for StoDevX; all of those that I think other people were using have had aliases and warning messages added.)

Bugs

Send bug reports or questions to [email protected].

Popular Algorithms Projects
Popular Printing Projects
Popular Computer Science Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Shell
Script
Algorithms
Printing