Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #13.9K

7 Posted Topics

Member Avatar for jchaike

On PlanetSourceCode, there are examples of 'VB Operating Systems' - they aren't realy OS's though. You can't make a true OS in VB. [url]http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=41529&lngWId=1[/url] might give you some more information about this. Good luck!

Member Avatar for Comatose
1
2K
Member Avatar for hotlantas69

IMHO you can keep it much simpler than liliafan's script, by using 'the right tool for the right job' as they say ;) [code]#!/bin/bash echo Total: $(ls | wc -l) echo Total files: $(ls -F | grep -v /$ | wc -l) echo Total dirs: $(ls -F | grep /$ …

Member Avatar for liliafan
0
580
Member Avatar for Lep

No idea, but installing an anti-virus (AV XP is pretty good) would probably help you out here.

Member Avatar for Ludootje
0
201
Member Avatar for pravesh18

I thought the same about download accelerators at first. I've got prozilla installed now though, and it's excellent. What it does is create 4 connections (by default, that canbe changed though) to get a file. It's extremely fast. Much better than wget imho. (to be honest, I don't have statistics …

Member Avatar for Ludootje
0
138
Member Avatar for WEATHER CHANNEL

[QUOTE=alc6379]Hrm... I'm thinking Computer Science would be a better forum for this? Mind telling us a bit more about Ada? If it doesn't belong in the Scripting forum, I'm assuming it's compiled, right? What platforms does it run on? What programs are out there to interpret/compile it? I personally am …

Member Avatar for Ludootje
0
231
Member Avatar for hotlantas69

You didn't say what language it is... This should really be in your manual though, as it's pretty basic stuff. Otherwise, I'd recommend finding a better one ;)

Member Avatar for Ludootje
0
200
Member Avatar for Wampuscat

Posting your code would help :) It's really not the number of boxes which matters, you probably just have a small mistake in the large webpage.

Member Avatar for Ludootje
0
116

The End.