Emiland De Cubber‘s excellent instructional on how to make good slideshows.
De Cubber also gives an excellent demonstration of how to fix a terrible slideshow by improving the NSA’s atrocious, leaked slideshow.
Middle and High School … from a Montessori Point of View
Emiland De Cubber‘s excellent instructional on how to make good slideshows.
De Cubber also gives an excellent demonstration of how to fix a terrible slideshow by improving the NSA’s atrocious, leaked slideshow.
I’ve been using the command line program SoX to generate tones for my physics demonstrations on sound waves.
Single frequency tones can be used for talking about frequency and wavelength, as well as discussing octaves.
Combine two tones allows you to talk about interference and beats.
SoX can do a lot more than this, so I though I’d compile what I’m using it for in a single, reference post. For the record: I’m using SoX in Terminal on a Mac.
To play a single note (frequency 173.5 Hz) for 5 seconds, use:
> play -n synth 5 sin 347
To save the note to a mp3 file (called note.mp3) use:
> sox -n note.mp3 synth 5 sin 347
The SoX command to play two notes with frequencies of 347 and 357 Hz is:
> play -n synth 15 sin 347 sin 357
and to make an mp3 file use:
> sox -n beat_10.mp3 synth 15 sin 347 sin 357
[Updated: 7/22/17] The open-source and free-software movements have matured to the point where a teacher or student can reliably outfit a new computer with software that is free and compatible with their proprietary cousins.
The first place to look for free software for whatever purpose you need should probably be SourceForge. It feels odd having to say this, but it’s legal, free software. Mind you, it has a lot of programs that are still in development, many are not terribly polished, and not everything will be available for your operating system. Add in a few other pieces, like Firefox and OpenOffice, and you have all the basics you need for a basic loadout. I typically find these to be most useful.
There are other odds and ends that you’ll find on my computer, like vlc for playing DVD’s, Combine PDF for rearranging pages in pdf documents, and TexShop for really nice typsetting, but there are a lot of good, free alternatives out there. Not a whole lot of games however.
If you’re comfortable using the Linux command line there are a number of programs, most of which have been ported to the major operating systems (and you can use the Cygwin program to use a lot of Linux commands if you’re on Windows), that can also be very useful: