Forum: Perl
Sep 11th, 2007, 1:47 PM
|
|
Replies: 1
Views: 378
Interpolation
I was learning hashes and one part has really confused me. I think that i may have misunderstood the concept of interpolation.
I wanted to print a value in the hash table so i used the code:
print...
|
Forum: Bash / Shell Scripting
Aug 24th, 2007, 10:03 PM
|
|
Replies: 2
Views: 426
|
Forum: Coder's Corner Lounge
Oct 6th, 2006, 8:02 AM
|
|
Replies: 9
Views: 204
google code
Click the happy face
:) (http://www.google.com/codesearch)
|
Forum: Coder's Corner Lounge
Sep 16th, 2006, 6:04 PM
|
|
Replies: 53
Views: 877
i don't care if your athletic and i don't care...
i don't care if your athletic and i don't care about that stadium thing. good webpage though. and that how not to ask a question link is good- i thought it was going to be a link to the rules page;...
|
Forum: Coder's Corner Lounge
Aug 29th, 2006, 6:06 PM
|
|
Replies: 2,124
Views: 26,184
|
Forum: Community Introductions
Aug 29th, 2006, 4:26 PM
|
|
Replies: 15
Views: 243
|
Forum: Visual Basic .NET
Aug 28th, 2006, 4:43 PM
|
|
Replies: 1
Views: 172
strange phenomenon
I got some working code but there seems to be a strange phenomenon.
I got 2 forms that I want to pass data back and forth to.
In this example I am passing the data in 3 text boxes on form2 to...
|
Forum: Coder's Corner Lounge
Aug 28th, 2006, 3:22 PM
|
|
Replies: 10
Views: 193
|
Forum: Bash / Shell Scripting
Aug 28th, 2006, 11:38 AM
|
|
Replies: 2
Views: 259
|
Forum: Coder's Corner Lounge
Aug 27th, 2006, 8:23 PM
|
|
Replies: 7
Views: 201
|
Forum: Coder's Corner Lounge
Aug 27th, 2006, 6:17 PM
|
|
Replies: 7
Views: 201
Irc
I’ve never done any IRC and I was wondering what it was like and whether it was worth doing?
|
Forum: Coder's Corner Lounge
Aug 27th, 2006, 6:15 PM
|
|
Replies: 2,124
Views: 26,184
|
Forum: Community Introductions
Aug 27th, 2006, 9:41 AM
|
|
Replies: 14
Views: 240
|
Forum: Coder's Corner Lounge
Aug 26th, 2006, 6:16 PM
|
|
Replies: 2,124
Views: 26,184
|
Forum: Visual Basic .NET
Aug 26th, 2006, 12:35 PM
|
|
Replies: 4
Views: 151
|
Forum: Visual Basic .NET
Aug 26th, 2006, 10:44 AM
|
|
Replies: 4
Views: 151
|
Forum: Visual Basic .NET
Aug 26th, 2006, 10:26 AM
|
|
Replies: 4
Views: 151
strange symbol
The following code works well apart from one slight floor. I can’t seem to figure it out.
The job it is doing it essentially removing a given section of the string by splitting it up and then...
|
Forum: Community Introductions
Aug 25th, 2006, 5:47 PM
|
|
Replies: 21
Views: 370
|
Forum: Visual Basic .NET
Aug 25th, 2006, 10:20 AM
|
|
Replies: 4
Views: 236
VB.NET vs C#
As both VB.NET and C# get compiled into a common language is there a real difference in what the two languages can do?
Is one better at certain things then others or are they truly equal.
hush
|
Forum: Visual Basic .NET
Aug 24th, 2006, 5:39 PM
|
|
Replies: 3
Views: 178
Thanks RS
i was trying all sorts as i like to...
Thanks RS
i was trying all sorts as i like to figure this stuff out myself, i even tried that without the 's' on the end of imports.
i won't be forgeting that in a while.
is it the same for c#?
|
Forum: Visual Basic .NET
Aug 24th, 2006, 4:42 PM
|
|
Replies: 3
Views: 178
import namespace
I created a streamreader:
Dim sOut As System.IO.StreamReader
But the code I got off a web-page was:
Dim sOut as streamreader
I know this is a basic question but I haven’t quite got my head around...
|
Forum: Coder's Corner Lounge
Aug 12th, 2006, 5:17 PM
|
|
Replies: 102
Views: 1,770
|
Forum: Coder's Corner Lounge
Aug 11th, 2006, 6:43 PM
|
|
Replies: 70
Views: 1,219
No. I am simply parodying your ultra critical...
No. I am simply parodying your ultra critical posts. I’m sorry if I didn’t use the correct conventions for shortcut keys but I am under the impression that I am in a programming forum where the...
|
Forum: Coder's Corner Lounge
Aug 11th, 2006, 5:23 PM
|
|
Replies: 70
Views: 1,219
poor use of English for someone so...
poor use of English for someone so fastidious:
neither of them do anything
not
neither of them do nothing
and Windows Key + L does nothing as it only works with a lower case l.
|
Forum: Coder's Corner Lounge
Aug 11th, 2006, 4:17 PM
|
|
Replies: 70
Views: 1,219
|
Forum: Coder's Corner Lounge
Aug 11th, 2006, 4:05 PM
|
|
Replies: 70
Views: 1,219
|
Forum: Coder's Corner Lounge
Aug 11th, 2006, 6:06 AM
|
|
Replies: 70
Views: 1,219
|
Forum: Visual Basic .NET
Aug 3rd, 2006, 6:06 PM
|
|
Replies: 2
Views: 116
|
Forum: Visual Basic .NET
Jul 26th, 2006, 6:58 PM
|
|
Replies: 2
Views: 116
gdi+
i wish to do some graphics with vb.net-nothing major, for (very) small games e.t.c. i have heard that this isn't the best language to do it with but any way, the two books that i have are pretty...
|
Forum: Visual Basic .NET
Jul 25th, 2006, 3:55 PM
|
|
Replies: 19
Views: 330
try - catch statements
i was wondering if people used try-catch-end try statements in there code? (not just when debugging but all the time)
is this best practice?
do pro programs use them when producing code?
when i...
|
Forum: Other Programming Languages
Jul 22nd, 2006, 6:33 AM
|
|
Replies: 1
Views: 141
excel manipulation
How could I manipulate text in an excel file?
Can I do this with vb.net?
If not what?
I wish to sort columns and then delete various sections depending on outcome and then sort and delete a few...
|
Forum: Community Introductions
Jul 16th, 2006, 4:15 PM
|
|
Replies: 17
Views: 312
|
Forum: Bash / Shell Scripting
Jul 9th, 2006, 7:25 AM
|
|
Replies: 4
Views: 222
|
Forum: Visual Basic .NET
Jul 8th, 2006, 7:24 PM
|
|
Replies: 10
Views: 245
|
Forum: Visual Basic .NET
Jul 8th, 2006, 5:47 PM
|
|
Replies: 10
Views: 245
vb build
I wrote a program for work in VB 2005.
I “build” it and copy what I think is the executable to a flash dive, I then copy it onto another computer and it does not work.
There is an “application...
|
Forum: Bash / Shell Scripting
Jul 8th, 2006, 5:48 AM
|
|
Replies: 4
Views: 222
Path=$path:
I redirected env into a file, and then altered it a little so that I could set the environmental variables when a script is executed.
I was having a problem when the script was being executed by...
|
Forum: Coder's Corner Lounge
Jul 7th, 2006, 5:11 PM
|
|
Replies: 23
Views: 372
|
Forum: Coder's Corner Lounge
Jul 5th, 2006, 4:58 PM
|
|
Replies: 7
Views: 189
You can set up a new hardware profile and use...
You can set up a new hardware profile and use that when you are out and about. I have done it with mine and its worked well.
>System properties
>Hardware tab
>Hardware profile
>copy profile
>rename...
|
Forum: Coder's Corner Lounge
Jun 28th, 2006, 2:53 PM
|
|
Replies: 19
Views: 320
|
Forum: Assembly
Jun 21st, 2006, 7:00 PM
|
|
Replies: 69
Views: 2,146
|