I wrote this article for the CodeProject back in 2002 during my first consulting career as a web developer as a way to boost my visibility. I am capturing it here for my archives. The article is based on Perl 5.…
Programming
During an email exchange with a friend about the dead programming languages, I did a Google search for "hundreds of frameworks and languages" and got an unexpected result; a link to this list of computer programing language. I like Bradley's breakdown of the list into categories. Looking at that list, I felt a bit of nostalgia. I learned and wrote code in the following programming computer languages over my lifetime. Commodore BASIC (high school) Pascal Motorola 68xx assembly language (symbolic…
Usage ftp.pl [-netrc] [-u <i>user</i>] [-p <i>passwd</i>] -m server -s source_dir -t target_dir [-log_dir <i>/path/to/logs/file</i>] file1 file2 ... # Copyright 2000 Williams Interactive, Inc. # Programmer: Khurt Williams, 2000.10.18 # command switches are # -netrc : uses .netrc file to find user/passwd for the destination server # -u <i>user</i> : specify the user id # -p <i>passwd</i> :specify the passwd for user id # -m server : server ip or name # -s source_dir : source dir # -t target_dir…
This is an excerpt from a much longer article, by writer and programmer Paul Ford, called What is Code. This part caught my attention. It sometimes appears that everyone in coding has a beef. You can feel it coming off the Web pages. There are a lot of defensive postscripts added in response to outrage. “People have reacted strongly to this post,” they’ll read. “I did not mean to imply that Java sucks.” Languages have agendas. People glom onto them.…
A programmer is not a PC repair man. Ritesh Kumar Gupta One of the 9 truths that computer programmers know that most people don’t.. A programmer is one who deals with algorithms and design principles, not the one who repairs a computer. We may know how the internal workings of a computer work, how code fits together (or rather hacked together as I explained in Fact #1). But, that does not mean we know how to fix hardware. That does…