Forum: Visual Basic .NET
Sep 24th, 2008, 9:21 AM
|
|
Replies: 4
Views: 212
|
Forum: C#
Jul 14th, 2008, 4:46 PM
|
|
Replies: 1
Views: 209
Visual Studio C# 2005 Auto-update feature
Hi. I am using the helpful built in feature of Visual Studio C# 2005 to auto-update my program when there is a new version out or when there is an update. But I don't want to update every single...
|
Forum: Other Programming Languages
Jul 10th, 2008, 2:35 PM
|
|
Replies: 7
Views: 327
|
Forum: Perl
Jun 30th, 2008, 10:58 AM
|
|
Replies: 1
Views: 248
use strict and typeglobs
I am trying to experiment with using typglobs using the following code:
#!/indigoperl/bin/perl
#use warnings;
#use strict;
our ($spud,@spud);
$spud = "I am a scalar";
@spud = qw(I am an array);
sub...
|
Forum: C#
Jun 12th, 2008, 3:32 PM
|
|
Replies: 4
Views: 309
Re: Thread.AllocateNamedDataSlot
Sorry I am not that good with threads perhaps you can clear this up for me. If I have the following code:
main()
{
new Thread(doit).start(1);
new Thread(doit).start(2);
}
public void...
|
Forum: C#
Jun 12th, 2008, 1:41 PM
|
|
Replies: 4
Views: 309
Thread.AllocateNamedDataSlot
The method Thread.AllocateNamedDataSlot allocates a data slot on all threads, is there something like this but acts on the local thread instead of all the threads?
|
Forum: Other Web Development Languages
Jun 11th, 2008, 1:53 AM
|
|
Replies: 6
Views: 403
Re: Security
Also look into sanitizing all your user generated content to protect against cross site scripting.
|
Forum: Coder's Corner Lounge
Jun 10th, 2008, 10:40 AM
|
|
Replies: 6
Views: 257
Re: I'm Back...
Hey IR welcome back, thought the forum was missing something. Good to have you back.
|
Forum: C#
Jun 6th, 2008, 10:29 AM
|
|
Replies: 1
Views: 140
Re: SelectSingleNode more than one criteria
Sorry seems like I haven't search enough before posting, I found this http://www.stylusstudio.com/xsllist/200409/post10360.html link useful and the solution to the problem was:
//user[username='tom'...
|
Forum: C#
Jun 6th, 2008, 9:41 AM
|
|
Replies: 1
Views: 140
SelectSingleNode more than one criteria
I am using the SelectSingleNode method from the XmlDocument class, I am not very good with XPath I sort of tried searching the net but can't seem to find an obvious answer, so I just though i post...
|
Forum: C#
May 31st, 2008, 3:35 AM
|
|
Replies: 2
Views: 264
Re: HttpWebRequest proxy
I tried that and I still get the same error. Does anybody know any proxy url that works with this. Because most of the proxies on the web you just submit a form, I don't know how the webproxy works...
|
Forum: Coder's Corner Lounge
May 31st, 2008, 3:32 AM
|
|
Replies: 16
Views: 624
Re: Yeeaaaah! I did it!!
Wow that's bloody amazing Sane. Have you even began the CS degree yet because I think I remember you asking about college recommendation?
|
Forum: C#
May 29th, 2008, 5:03 PM
|
|
Replies: 2
Views: 264
HttpWebRequest proxy
I have a program which makes for a request for a document using the HttpWebRequest, But i need to go though a proxy such as the ones on this page http://proxy.org/. However when i try to use any of...
|
Forum: Other Programming Languages
May 28th, 2008, 1:46 PM
|
|
Replies: 15
Views: 877
|
Forum: PHP
May 28th, 2008, 1:46 PM
|
|
Replies: 5
Views: 311
Re: php forum
You can't create him alone, it takes two.
phpBB is a good example of a php forum system, you might want to look at that for inspiration. I think it's also opensource so have a look at their code.
|
Forum: Python
May 18th, 2008, 3:48 PM
|
|
Replies: 10
Views: 633
Re: Listing HD's
Not a python person but a quick google turned up this (http://mail.python.org/pipermail/python-win32/2004-January/001562.html)
Hope it helps
|
Forum: C#
May 16th, 2008, 6:36 AM
|
|
Replies: 2
Views: 236
Re: no Copy in C#???
This link (http://www.devcity.net/Articles/61/1/func_dir.aspx) has a nice list of file functions
|
Forum: PHP
May 14th, 2008, 7:31 AM
|
|
Replies: 10
Views: 473
|
Forum: Coder's Corner Lounge
May 9th, 2008, 4:09 PM
|
|
Replies: 3
Views: 267
Orthogonal array calculation
I am having a bit of a trouble understanding orthogonal array calculation. I am trying to understand the following example given by the lecturer: (not exact words, just what I managed to jot...
|
Forum: Paid Job Offers
May 3rd, 2008, 5:59 PM
|
|
Replies: 20
Views: 1,318
|
Forum: C#
May 3rd, 2008, 4:11 PM
|
|
Replies: 7
Views: 297
|
Forum: Paid Job Offers
May 3rd, 2008, 4:08 PM
|
|
Replies: 20
Views: 1,318
|
Forum: Coder's Corner Lounge
May 3rd, 2008, 5:23 AM
|
|
Replies: 1
Views: 219
tinyurl with query string?
I am giving a demonstration on a Cross Site Scripting (Only to lecture). I am thinking of show a live exploit. I managed to find the vulnerability but my attack string is too long, the problem is...
|
Forum: PHP
May 2nd, 2008, 3:20 AM
|
|
Replies: 2
Views: 278
|
Forum: C#
May 2nd, 2008, 2:48 AM
|
|
Replies: 6
Views: 258
Re: getting timer to return booleen variable?
If you are using a timer just for the sake of waiting then just put the thread to sleep for 4 seconds. IF you require some activity on the main thread whilst waiting then just create a new thread and...
|
Forum: C#
May 1st, 2008, 3:32 PM
|
|
Replies: 6
Views: 258
|
Forum: Coder's Corner Lounge
May 1st, 2008, 1:59 PM
|
|
Replies: 2
Views: 129
Understanding P2P
I am looking at options for my final year project. I am thinking of doing this project which was suggested to me by one of my lectures,it involves P2P.
At the moment I don't know much about P2P so...
|
Forum: C
Apr 26th, 2008, 9:49 AM
|
|
Replies: 4
Views: 208
|
Forum: C#
Apr 21st, 2008, 4:06 AM
|
|
Replies: 3
Views: 263
Re: Cross-Thread Exception
How are you getting the data being added to the listview, is it by network or disk. If so load the data into memory first then add it to the list. Also since you're in the main thread why not have an...
|
Forum: Coder's Corner Lounge
Apr 20th, 2008, 5:28 PM
|
|
Replies: 3
Views: 184
Visual C# 2008 Express Edition installation fail
I've been trying to install Visual C# 2008 Express Edition for the past couple of days. I managed to get the setup file from MS website but the setup needs to download files but it's having trouble...
|
Forum: Java
Apr 19th, 2008, 2:59 PM
|
|
Replies: 6
Views: 287
|
Forum: Coder's Corner Lounge
Apr 13th, 2008, 8:53 AM
|
|
Replies: 3
Views: 199
Driver Scan
I need to do a clean install on couple of computers(around 25) but I would like to backup the drivers from it before doing it. Does anybody know of any good programs that scan your computers for...
|
Forum: C#
Apr 8th, 2008, 5:33 PM
|
|
Replies: 5
Views: 354
Re: Program not closing?
Is your application creating any threads, if so it could be some thread is refusing to terminate cause it's still working. Check this ebook (http://www.albahari.com/threading/)out, I think it...
|
Forum: Coder's Corner Lounge
Apr 5th, 2008, 8:23 PM
|
|
Replies: 4
Views: 184
Re: web hosting
Beware of cirtexhosting, their customer services is next to shit. There down time is horrendous, they are totaly biased on their forums, so anything deemed too negative that might put of potential...
|
Forum: C#
Apr 4th, 2008, 7:57 AM
|
|
Replies: 5
Views: 256
|
Forum: Coder's Corner Lounge
Apr 4th, 2008, 4:16 AM
|
|
Replies: 3
Views: 218
|
Forum: ASP.NET
Apr 2nd, 2008, 5:03 PM
|
|
Replies: 9
Views: 531
Re: Slide Show
Try getting the current working directory and go from there, not sure of exact syntax but I think it goes something like this:
Directory.GetCurrentDirectory()
|
Forum: C#
Apr 2nd, 2008, 4:32 AM
|
|
Replies: 6
Views: 357
Re: Returning data from a class
Have an attribute in your class which is a delegate, (I think delegates work like function pointers, look it up) and when you receive data invoke the delegate. You need to set the delegate before the...
|
Forum: Coder's Corner Lounge
Apr 2nd, 2008, 4:26 AM
|
|
Replies: 14
Views: 410
|
Forum: Coder's Corner Lounge
Apr 2nd, 2008, 4:23 AM
|
|
Replies: 14
Views: 580
Re: What is your occupation?
I am also a student. I am in penultimate year and can't wait to get it out of the way.
Yeah this is what I really dislike about uni right now. Too much emphasis put on essays. For example in my...
|