Brian A. Larsen
Graduate Student
Magnetospheric Physics
Montana State University
larsen@solar.physics.montana.edu
(406) 994-7375 Office (x7375)
(406) 994-7383 Lab (x7383)
(406) 994-4452 Fax
KD7NMW on 2m or 70cm
Possibly useful programs and code segments that I've written or come across.
Of course I don't guarantee any of them to do what you want (or even work:)
HBrew
HBrew
My open source home brewing software suite. Will be on freshmeat.net soon, and also will move to
www.hbrew.com as well.
Code to help you code
- makeheaders Takes your c/c++ source files and automatically generates header files
- gnu_header.txt The GNU header for your code.
About your machine
- machine_precision.c Calculates the machine precision of your computer, helpful for mathematical computation.
- sizeof.c Gives the size of various variable types on your machine.
Various Functions (math)
- windchill.pro An IDL function to calculate the wind-chill on exposed skin (using the new formula).
- cross.c A cross-product function with vector passing.
- root_finder.c A recursive root finder from ABC.
- pi-st.c A Monte Carlo Pi finder.
- integrate.c A very simple numerical integrator.
- temp.tar.gz An archive of IDL temperature conversion functions.
- plank.pro An IDL function to calculate the Plank function in a wavenumber range.
Various Functions (non-math)
- password.c Code to encrypt passwords using curses.h.
- bytes.c A small and buggy hex-dump program. (use makeheaders)
- hexdump1.c A better hexdump I came across on the web.
- sprintf.c A sprintf() example. (I can never remember how to use this function)
System Admin
Really Random
- alcohol.tcl Calculates the % alcohol in you home-brew.
- ibu.tcl Calculates the IBU of your home-brew.
Of course there is www.snippets.org
I also have a list of sswidl routines, here that may be useful.
back
Last Updated 07/01/2002