No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Re: 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! | |
Re: 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 /$ … | |
Re: No idea, but installing an anti-virus (AV XP is pretty good) would probably help you out here. | |
Re: 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 … | |
Re: [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 … | |
Re: 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 ;) | |
Re: 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. |
The End.