Forum: Oracle May 13th, 2007 |
| Replies: 0 Views: 1,838 |
Forum: Java Apr 24th, 2007 |
| Replies: 1 Views: 1,000 Problem upgrading RedHat to Sun Java 5 JRE I have RedHat Fedora 4/5/6, they all have IBM Java 1.4 which doesn't do GUI correctly, and is not supported in FireFox browser for Applets.
Anybody know how to setup Sun Java 5 and FireFox browser... |
Forum: Java Dec 24th, 2006 |
| Replies: 2 Views: 1,596 Anyone know how to use "enum" in Java? The following code compiles, but I don't have any documentation on how to use the "enum" structure. I cant find any info on it in my books or Sun's language documentation...
class Test {
enum... |
Forum: Java Dec 24th, 2006 |
| Replies: 4 Views: 2,404 How is colon : used in for{} loop? Taking a Java test I found a for{} loop which had a : character in it?... like this...
for { : }
I was supposed to fill in some objects, but I have no idea how a : character does in a for loop?
Any... |
Forum: Java Dec 15th, 2006 |
| Replies: 2 Views: 2,725 How to dynamically add Nodes to JTree? I can add nodes to my JTree, but after expanding a node, I can not add any child nodes to that node, or at least they dont show on the screen? Actually I can use the .add(new... |
Forum: Java Nov 21st, 2006 |
| Replies: 14 Views: 13,832 |
Forum: Java Nov 20th, 2006 |
| Replies: 14 Views: 13,832 |
Forum: Java Nov 5th, 2006 |
| Replies: 1 Views: 3,873 |
Forum: *nix Software Oct 22nd, 2006 |
| Replies: 0 Views: 871 PPPd and IPsec on Linux VPN - how to? I can't get IPsec (for a VPN) to start on Linux because it doesn't recognize the interface, which should be PPP I believe, I have PPPd installed and my question is...
Does a ppp connection such as... |
Forum: C++ Oct 13th, 2006 |
| Replies: 0 Views: 1,481 How to do 64bit fstream file access in Linux In Visual C++ you can create a 64 bit int like this...
long long int xyz;
But in Linux with GNU C++ you can't seem to do it. I need to manage files larger then 9 gigs, how can you get fstream to... |
Forum: C++ Jul 15th, 2006 |
| Replies: 3 Views: 905 |
Forum: PHP Jun 15th, 2006 |
| Replies: 2 Views: 1,668 |
Forum: JavaScript / DHTML / AJAX Jun 11th, 2006 |
| Replies: 3 Views: 2,711 |
Forum: *nix Software Jun 8th, 2006 |
| Replies: 3 Views: 1,414 Re: Linux Samba help needed... #======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = MYGROUP
# server string is the equivalent of... |
Forum: *nix Software Jun 5th, 2006 |
| Replies: 3 Views: 1,414 Linux Samba help needed... I have tried the instructions from Red Hat, the instructions from a guy on JustLinux.org and I cant get Samba to work. I downloaded the latest version of Samba and it installed ok. I can view shares... |
Forum: C++ Jun 2nd, 2006 |
| Replies: 4 Views: 1,202 |
Forum: C++ Jun 1st, 2006 |
| Replies: 2 Views: 1,352 Re: How to make Linux c++ link-modules like DLLs Can these "shared libraries" in Unix be loaded into the same process space of Apache for instance, and executed from PHP possibly? Or can "shared libraries" be used with Apache in any manner?
... |
Forum: *nix Software Jun 1st, 2006 |
| Replies: 2 Views: 1,205 |
Forum: C++ Jun 1st, 2006 |
| Replies: 4 Views: 1,202 |
Forum: C++ May 31st, 2006 |
| Replies: 4 Views: 1,202 My c++ cgi-bin program wont allow access to files I'm running Apache 3.0, and have a c++ cgi-bin program working fine with Apache... except the cgi-bin program wont create or even read from files it uses as a database? Anybody know the answer to... |
Forum: *nix Software May 31st, 2006 |
| Replies: 1 Views: 975 Samba problem! I'm setting up Linux with Samba on a small LAN for a friend. I got everything working except on the Windows computers I can't go to the files under a shared folder (shared on the Samba computer), I... |
Forum: *nix Software May 31st, 2006 |
| Replies: 2 Views: 1,205 Bench-marks of MySQL compared to Oracle I would like to know if anyone has bench marked MySQL server, compared to Oracle. I have developed a database that will sort 1,000,000 records in less then 22 seconds (100 byte record sorting on 2... |
Forum: Linux Servers and Apache May 31st, 2006 |
| Replies: 2 Views: 2,945 Re: Getting CGI-BIN to work in Apache The cgi-bin program has all execute permissions, I log on as root in Linux when I use Firefox and try to view the output of the cgi-bin program. The cgi-bin program returns all output through Apache... |
Forum: Kernels and Modules May 30th, 2006 |
| Replies: 2 Views: 3,203 Kernel modules vs. common program-process In Linux you have what I belive are called Kernel-modules, they operate faster and are more efficient then common programs. The TUX web server for Linux is a Kernel module if I am correct?
How do... |
Forum: C++ May 30th, 2006 |
| Replies: 2 Views: 1,352 How to make Linux c++ link-modules like DLLs I am wanting to create C++ modules to load with Linux Apache web server, to give it additional functionality while not requiring a new process to be executed. I want to do this because I believe it... |
Forum: Oracle May 24th, 2006 |
| Replies: 4 Views: 3,818 How many records does Oracle allow? What is the limit on how many records you can have in a table in Oracle? It must have a limit.
Also, has anyone ever benchmarked Oracle on sorting records... say 1,000,000 records of a small... |
Forum: C++ May 24th, 2006 |
| Replies: 1 Views: 1,749 Apache & c++ cgi-bin programs on Linux I wrote a cgi-bin program to run with Apache/Linux. When I do a form-post operation from a web page to my cgi-bin program, the form fields are not passed to the cgi-bin program? The cgi-bin program... |
Forum: Assembly May 24th, 2006 |
| Replies: 1 Views: 2,749 |
Forum: Linux Servers and Apache May 22nd, 2006 |
| Replies: 2 Views: 2,945 Getting CGI-BIN to work in Apache I was writing a C++ CGI-BIN program, but couldn't get it to work in Linux Apache web server. It just seemed to display the c++ program as binary garbage in the Firefox browser, it didn't execute it... |
Forum: *nix Software May 20th, 2006 |
| Replies: 0 Views: 1,151 Apache vs. TUX web servers Does the Linux TUX web server support CGI-Bin executables? I know it doesn't have some of the scripting support that Apache has, but what about just straight CGI executibles that support form-submit... |
Forum: *nix Software May 9th, 2006 |
| Replies: 1 Views: 1,157 Linux and NAT...Network Address Translation I need to setup Network Address Translation (NAT) for a LAN, which uses Samba to support Windows clients. There is only one DSL IP address, but about 4 computers on the LAN. They all need to have... |
Forum: C++ Apr 22nd, 2006 |
| Replies: 4 Views: 801 Re: Help with classes It may be your compiler, you should try putting the class constructor and other members in the same file as the class declaration.
Personally I declare the member functions in the class {}... |
Forum: C++ Apr 22nd, 2006 |
| Replies: 0 Views: 1,086 |
Forum: C++ Apr 22nd, 2006 |
| Replies: 10 Views: 1,101 Re: string? First declare a C standard char string..
char str1[100];
Once you create your input file object...
ifstream fin("filename");
Then you do the fin >>...
fin >> str1; |