Forum: MySQL Oct 6th, 2004 |
| Replies: 3 Views: 6,081 I don't know much about DBase 4. Is that still even on the market? I believe that it should be powerful enough to do regular database stuff, but I really don't know until I get a better handle on... |
Forum: Viruses, Spyware and other Nasties Sep 30th, 2004 |
| Replies: 1 Views: 3,376 Have you tried ad-ware from lavasoft.de yet?
-Tino |
Forum: Windows 95 / 98 / Me Sep 30th, 2004 |
| Replies: 1 Views: 2,429 For two machines to be on the internet at the same time from home. You need a router. Some common brands that you can go buy are Belkin, Linksys, D-Link, and 3-com. It set you back anywhere from 20... |
Forum: *nix Software Sep 30th, 2004 |
| Replies: 3 Views: 6,571 Sandy, can you be a little more specific?
-Tino |
Forum: PHP Sep 30th, 2004 |
| Replies: 1 Views: 5,163 Post a sample please (without real data PLEASE)!
-Tino |
Forum: PHP Sep 30th, 2004 |
| Replies: 7 Views: 15,620 That is very subjective question. I know both php and perl well(not pearl, that is something you give your gf). Perl can become very messy very quickly and can become quite unreadable. But on the... |
Forum: Java Sep 30th, 2004 |
| Replies: 4 Views: 3,900 Try
double price=0.00;
-Tino |
Forum: Web Browsers Sep 29th, 2004 |
| Replies: 2 Views: 4,236 Get firefox
http://www.mozilla.org/products/firefox/
It will save you the hassle of spyware and, it doesn't have nearly as many security problems.
-Tino |
Forum: *nix Software Sep 29th, 2004 |
| Replies: 8 Views: 14,726 Ok, first thing is:
-Try to boot up using single user mode. If you are using grub, I think the keystroke are e (for edit) and the append single onto the end.
-If that doesn't work, grab... |
Forum: Viruses, Spyware and other Nasties Sep 29th, 2004 |
| Replies: 2 Views: 1,996 Get firefox
http://www.mozilla.org/products/firefox/
It will save you the hassle of spyware and, it doesn't have nearly as many security problems.
-Tino |
Forum: Web Browsers Sep 29th, 2004 |
| Replies: 3 Views: 8,051 Get firefox
http://www.mozilla.org/products/firefox/
It will save you the hassle of spyware and, it doesn't have nearly as many security problems.
-Tino |
Forum: Web Browsers Sep 29th, 2004 |
| Replies: 1 Views: 5,615 I think that sndssvc is a virus (unsure). You might want to give it a once over with AVG http://www.grisoft.com . As for your long email, I think that is toast (yes, that is a technical term).
... |
Forum: Web Browsers Sep 29th, 2004 |
| Replies: 1 Views: 4,064 Ok:
You need to do a couple of things. Do you have an AV? If not, go out and get one. Second, get a spyware removal tool. Third, switch to firefox:
http://www.mozilla.org/products/firefox/.... |
Forum: Geeks' Lounge Sep 29th, 2004 |
| Replies: 4 Views: 2,493 Gaim 1.0 is pretty cool. The thing I like most about it (at least on linux), is that it has encryption for all of the major protocols.
-Tino |
Forum: Community Introductions Aug 17th, 2004 |
| Replies: 317 Views: 127,889 Name: Tino
Nickname: oberoc
age; 31
eyes: Black
Hair: Black |
Forum: PHP Aug 17th, 2004 |
| Replies: 4 Views: 11,161 Ok, here is a couple of places that you can look. I know that php doesn't have types, but you want to make sure that you aren't truncating the value of $Price_Ex. Another place you want to look is... |
Forum: *nix Software Apr 11th, 2004 |
| Replies: 7 Views: 5,021 Check out http://www.eclipse.org. If you wanto any serious programming in Java, this is the way to go |
Forum: Java Nov 9th, 2003 |
| Replies: 5 Views: 18,311 Try this:
http://home-1.worldonline.nl/~bmc88/java/jdbc/
That is a how-to to access Access from Java
-Tino |
Forum: Java Nov 9th, 2003 |
| Replies: 5 Views: 23,363 Actually, you could probably use
public static void main (String[] main) {
Initialize your class
Write a loop to get your numbers
send to method in that classs
} |
Forum: Java Nov 9th, 2003 |
| Replies: 1 Views: 4,585 Hi there,
I was looking over your code, and I would use the following method. I would use an array of 4x13 ( for the four suits). When the card is dealt, it will have a certain number and a... |