Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

25 Killer Apps of All Time ~ for the Personal Computing Age....
Technospin Blog ^ | Friday, December 15th, 2006 at 12:05 pm | Richard Graber

Posted on 12/18/2006 10:09:46 AM PST by Ernest_at_the_Beach

click here to read article


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-71 last
To: vamoose
"grep is my pick"

I use grep constantly too. I deal with a lot of output files from an engineering structural analysis. There are many post processing tools to filter out specific pieces of information. But if I need to know something unique about the results I grep it out.

I left sed in there even though I've started using perl command line more often.

Anything that I've been doing with let's say:

sed "s/regex/stuff/" file
I can do with
perl -p -e "s/regex/stuff/" file
and I even have the option of in-place editing with -i

But the biggest reason is that my "time" tests of perl line processing beats sed for large files.

61 posted on 12/18/2006 5:22:50 PM PST by avg_freeper (Gunga galunga. Gunga, gunga galunga)
[ Post Reply | Private Reply | To 57 | View Replies]

To: tacticalogic

"EDLIN"

I remember using EDLIN back in '83.


62 posted on 12/18/2006 5:31:42 PM PST by toddlintown (Six bullets and Lennon goes down. Yet not one hit Yoko. Discuss.)
[ Post Reply | Private Reply | To 22 | View Replies]

To: avg_freeper

If you like the linux-y stuff, but circumstances dictatate Windows, you might want to have a look at Powershell.

$a %| -match "regex" | out-file


63 posted on 12/18/2006 5:39:31 PM PST by tacticalogic ("Oh bother!" said Pooh, as he chambered his last round.)
[ Post Reply | Private Reply | To 61 | View Replies]

To: Ernest_at_the_Beach
Coolest Program Ever .... Celestia.

Excellent Celestia Addons:  Celestia Motherload.

Wikipedia Entry 

Yeah, I know. They were talking about other kinds of software, but Celestia is da bomb.

64 posted on 12/18/2006 5:41:12 PM PST by zeugma (If the world didn't suck, we'd all fall off.)
[ Post Reply | Private Reply | To 1 | View Replies]

To: toddlintown
I remember using EDLIN back in '83.

I'm trying to forget.

65 posted on 12/18/2006 5:46:26 PM PST by tacticalogic ("Oh bother!" said Pooh, as he chambered his last round.)
[ Post Reply | Private Reply | To 62 | View Replies]

To: tacticalogic
I'm looking forward to trying out Powershell if and when they ever install it on my computer at work.

A good terminal and shell is all I need to start doing much of my work on my PC. I already have perl, a good intel fortran compiler, and Matlab.

66 posted on 12/18/2006 6:21:52 PM PST by avg_freeper (Gunga galunga. Gunga, gunga galunga)
[ Post Reply | Private Reply | To 63 | View Replies]

To: avg_freeper

It's been RTM for about a month. As long as you've got XP SP2 and .net 2.0 you should be good to go.


67 posted on 12/18/2006 6:32:21 PM PST by tacticalogic ("Oh bother!" said Pooh, as he chambered his last round.)
[ Post Reply | Private Reply | To 66 | View Replies]

To: Bloody Sam Roberts; jaydubya2
> DOS 4.0, DOS 5.0 were the Operating systems. Windows 3.0 and 3.1 were applications that overlayed the OS....i.e, you could delete the Windows directory from the command line using DOS. With the advent of Windows 95....Windows WAS the OS.

Nope, not even Win95 or Win98 or WinME were independent operating systems. They were all still just GUI applications over DOS. You could delete any of those Windows directories from the DOS command line (not from a DOS box within the GUI, of course).

In 95/98/ME, when DOS booted, it ran through AUTOEXEC.BAT, and you could set a line in MSDOS.SYS that would prohibit the automatic transfer to Windows at the end of AUTOEXEC.BAT. It would boot to DOS, and stop at the command line. You could type "WIN" and it would launch Windows. With WinME they made that harder to do, but WinME was still running on DOS.

With the advent of NT -- NT 3.1, 4, 5 (2000), 5.1 (XP), and 6 (Vista) -- Windows was the OS.

Yes, "Vista" is in fact merely "NT6". That designator is all over the Vista codebase -- the old 13-year old NT codebase. With some window-dressing, yes; but it's still NT.

68 posted on 12/18/2006 6:57:35 PM PST by dayglored (Listen, strange women lying in ponds distributing swords is no basis for a system of government!)
[ Post Reply | Private Reply | To 53 | View Replies]

To: Ernest_at_the_Beach
"Big deal. I wrote code on a DEC PDP-11 using a Hazeltine terminal at Univ of Miami back in 1979."

OK, I'm older! I programmed IBM 1401's using Autocoder back in 1966, and learned BASIC on a teletype machine connected to Dartmouth (Kiewit).

69 posted on 12/18/2006 10:12:14 PM PST by LibFreeOrDie (L'Chaim!)
[ Post Reply | Private Reply | To 1 | View Replies]

To: avg_freeper
There is a reluctance to go with a proprietary language [matlab] though.

It's better than Excel, with matlab at least, when you buy the application, you own it. Also, Mathworks sells matlab to ANSII C "compilers". I've written functions in matlab in a day that would take weeks (or more) to code and unit test in C.

70 posted on 12/19/2006 2:17:36 AM PST by Lonesome in Massachussets (The hallmark of a crackpot conspiracy theory is that it expands to include countervailing evidence.)
[ Post Reply | Private Reply | To 59 | View Replies]

To: GoldCountryRedneck
MS Flight Simulator

Numbers don't lie. The last time I checked, more copies of Flight Simulator had been sold than any other application (other than operating systems), ever.

HF

71 posted on 12/19/2006 7:10:39 AM PST by holden
[ Post Reply | Private Reply | To 32 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-71 last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson