Forum: Bash / Shell Scripting
Aug 28th, 2006, 11:26 AM
|
|
Replies: 2
Views: 261
Counter
I have this bash script:
#! /bin/bash
# Script which shows how many Microsoft programs are
# on the computer.
PTH="C:\Program Files"
cd $PTH
ls -1 | grep "Microsoft" | wc -l
|
Forum: Sed and Awk
Aug 28th, 2006, 5:51 AM
|
|
Replies: 3
Views: 542
Just playing
Although I've been using Linux for a while (in various forms - such as Slackware and Cygwin), I never got around to learning the likes of grep, sed and awk. That's what I've been doing over the past...
|
Forum: Coder's Corner Lounge
Aug 28th, 2005, 8:50 AM
|
|
Replies: 1,430
Views: 23,545
|
Forum: Coder's Corner Lounge
Aug 21st, 2005, 5:17 PM
|
|
Replies: 1,430
Views: 23,545
|
Forum: Coder's Corner Lounge
Aug 15th, 2005, 5:53 AM
|
|
Replies: 30
Views: 804
|
Forum: Coder's Corner Lounge
Jul 30th, 2005, 3:47 PM
|
|
Replies: 101
Views: 4,887
|
Forum: Existing Project Development
Jul 26th, 2005, 9:42 AM
|
|
Replies: 1
Views: 80
|
Forum: Existing Project Development
Jul 26th, 2005, 6:17 AM
|
|
Replies: 1
Views: 80
Excalibur
I've decided to follow trends and go back to giving my projects codenames (BTW, don't get me started on the release name for the next version of Windows). The codename for my current C# project is...
|
Forum: C#
Jul 26th, 2005, 6:00 AM
|
|
Replies: 5
Views: 284
This is annoying. You can add a ppt file in...
This is annoying. You can add a ppt file in Access and I'm fairly sure you used to be able to embed one in good ol' VB6, but I can't think of anything that would allow you to do this in C#...
|
Forum: Coder's Corner Lounge
Jul 24th, 2005, 7:10 AM
|
|
Replies: 88
Views: 2,200
|
Forum: Community Announcements and Feedback
Jul 24th, 2005, 7:09 AM
|
|
Replies: 12
Views: 431
|
Forum: Coder's Corner Lounge
Jul 24th, 2005, 7:06 AM
|
|
Replies: 1,430
Views: 23,545
|
Forum: Coder's Corner Lounge
May 10th, 2005, 3:48 PM
|
|
Replies: 92
Views: 1,603
|
Forum: Coder's Corner Lounge
Apr 4th, 2005, 4:49 AM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Other Programming Languages
Mar 29th, 2005, 5:49 PM
|
|
Replies: 2
Views: 235
|
Forum: Community Introductions
Mar 29th, 2005, 5:43 PM
|
|
Replies: 10
Views: 300
Out of the two I would recommend Java as a...
Out of the two I would recommend Java as a teaching language. Although C++ is more powerful, then syntax can be too complex for a beginner in some places. Being competant in another language first -...
|
Forum: Coder's Corner Lounge
Mar 27th, 2005, 8:38 AM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Coder's Corner Lounge
Mar 26th, 2005, 6:21 AM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Coder's Corner Lounge
Mar 23rd, 2005, 4:24 PM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Coder's Corner Lounge
Mar 23rd, 2005, 4:21 PM
|
|
Replies: 14
Views: 577
I've seen this before. It has to be a joke,...
I've seen this before. It has to be a joke, because I've never seen such a pile of utter crap in my life. Virtually 100% of the things which are supposed to be factual are wrong. Perl is a scripting...
|
Forum: Coder's Corner Lounge
Mar 22nd, 2005, 8:11 AM
|
|
Replies: 217
Views: 3,473
|
Forum: Java
Mar 20th, 2005, 5:06 PM
|
|
Replies: 3
Views: 321
|
Forum: C++
Mar 20th, 2005, 5:02 PM
|
|
Replies: 13
Views: 1,224
I would recommend the following books:
C++ - A...
I would recommend the following books:
C++ - A Software Engineering Approach
Fundamentals of C++, Second Edition
Fundamentals of C++ and Data Structures, Second Edition
ANSI/ISO C++ Programmer's...
|
Forum: Community Introductions
Mar 20th, 2005, 4:57 PM
|
|
Replies: 17
Views: 481
|
Forum: Coder's Corner Lounge
Mar 20th, 2005, 1:08 PM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Coder's Corner Lounge
Mar 19th, 2005, 5:27 PM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Coder's Corner Lounge
Mar 19th, 2005, 5:26 PM
|
|
Replies: 217
Views: 3,473
|
Forum: Coder's Corner Lounge
Mar 19th, 2005, 12:18 PM
|
|
Replies: 1,808
Views: 23,769
|
Forum: Visual Basic .NET
Mar 19th, 2005, 11:58 AM
|
|
Replies: 5
Views: 326
It's true, MS are planning to withdraw free...
It's true, MS are planning to withdraw free support for VB6 and eventually there will be no support at all. Although there will still be apps with VB code out there, the number of them will probably...
|
Forum: Coder's Corner Lounge
Mar 19th, 2005, 11:52 AM
|
|
Replies: 217
Views: 3,473
Personally, I don't think that beer solves the...
Personally, I don't think that beer solves the problem. Getting completely drunk is even worse because then the person you're trying to ask out doesn't see the real you. I do agree that shaking...
|
Forum: Community Announcements and Feedback
Mar 19th, 2005, 11:37 AM
|
|
Replies: 3
Views: 261
|
Forum: Community Announcements and Feedback
Mar 19th, 2005, 6:43 AM
|
|
Replies: 3
Views: 261
Sig
For some reason my new forum signature doesn't show up in the threads, but it looks fine in the preview in 'Edit Signature'. I've made use of the PHP tags and normal text - both don't show up at...
|
Forum: Coder's Corner Lounge
Nov 20th, 2004, 5:39 PM
|
|
Replies: 5
Views: 172
|
Forum: Coder's Corner Lounge
Oct 24th, 2004, 1:15 PM
|
|
Replies: 4
Views: 223
|
Forum: Coder's Corner Lounge
Oct 24th, 2004, 6:35 AM
|
|
Replies: 4
Views: 226
In the UK we have an education organistaion...
In the UK we have an education organistaion called BTEC. They have various types of qualifications and I found a group called Humberside IT Services who offered a BTEC qualification in Computer...
|
Forum: Coder's Corner Lounge
Oct 23rd, 2004, 4:51 PM
|
|
Replies: 4
Views: 226
1. From a pay perspective, you can earn quite a...
1. From a pay perspective, you can earn quite a respectable wage as a computer engineer. You'll probably earn more if you work on your own and are not working for a company though. Having said that,...
|
Forum: Coder's Corner Lounge
Oct 22nd, 2004, 4:56 PM
|
|
Replies: 61
Views: 1,938
Books can teach you how to program to a certain...
Books can teach you how to program to a certain extent, but I found it's much better when you have an incentive to learn. Me going for a degree is my incentive and it's allowing me to learn things...
|
Forum: Coder's Corner Lounge
Oct 16th, 2004, 5:55 PM
|
|
Replies: 59
Views: 1,969
I use Firefox. I try to avoid Internet Explorer...
I use Firefox. I try to avoid Internet Explorer like the plague. TBH, I haven't used IE in quite while. After staying on IE for quite a while, I moved onto FlashPeak's Slimbrowser. This was my first...
|
Forum: Bash / Shell Scripting
Oct 14th, 2004, 4:19 AM
|
|
Replies: 6
Views: 680
Thanks for that - it does look easier. I'll try...
Thanks for that - it does look easier. I'll try and work that into a future version. At the moment though I'm working on another Bash script where I enter the name of a particular folder, creates a...
|
Forum: Bash / Shell Scripting
Oct 12th, 2004, 2:01 PM
|
|
Replies: 6
Views: 680
Thanks for the help. Seems to make...
Thanks for the help. Seems to make sense.
Yes, I am just doing it to learn more about shell scripting. I don't intend to use it regularly and should be making much more advanced things in the...
|