Forum: Website Reviews Apr 10th, 2006 |
| Replies: 2 Views: 1,087 |
Forum: PHP Apr 9th, 2006 |
| Replies: 16 Views: 46,116 |
Forum: Perl Apr 7th, 2006 |
| Replies: 3 Views: 2,649 Re: Faircom C-Tree Yeah I agree the C version would perform better the problem I have is application development time, I only 1 month to develop a very large application consisting of multiple script and programs, if... |
Forum: Website Reviews Apr 7th, 2006 |
| Replies: 2 Views: 1,087 |
Forum: C Apr 7th, 2006 |
| Replies: 0 Views: 663 Checking for file differences Hi All
I am writing an application for work that will be distributed across about 200 servers, installing is going to be a big enough pain but what I am looking to do is ensure that after the... |
Forum: Perl Apr 7th, 2006 |
| Replies: 3 Views: 2,649 Faircom C-Tree I am writing an application to interact with a Faircom c-tree database, there will be thousands of entries in the database I am trying to decide if I should impliment in perl or C++
Has anyone used... |
Forum: MS Access and FileMaker Pro Nov 6th, 2005 |
| Replies: 27 Views: 35,730 Re: MS Access vs. MySQL Of course it is, there is always people available to fix any problem with any system, especially now that MySQL has become such a major competitor in the database market.
But when a project gets... |
Forum: Window and Desktop Managers Aug 7th, 2005 |
| Replies: 9 Views: 6,376 |
Forum: Getting Started and Choosing a Distro Aug 7th, 2005 |
| Replies: 6 Views: 6,656 Re: Overview of UNIX uname -a
CSGAL:
UNIX isn't always open source, there is still a few versions of true UNIX operating systems that don't have the source code open to the public until recently this included Sun... |
Forum: Getting Started and Choosing a Distro Aug 7th, 2005 |
| Replies: 18 Views: 25,222 Re: Quick Reference for Linux Commands This should work in linux, since korn is what does the work in this instance basically if ksh can interprete this in AIX it should work in linux, unless you are using pdksh (public domain korn shell)... |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 18,954 |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 18,954 |
Forum: JavaScript / DHTML / AJAX May 19th, 2005 |
| Replies: 6 Views: 18,954 |
Forum: JavaScript / DHTML / AJAX May 18th, 2005 |
| Replies: 6 Views: 18,954 |
Forum: Perl Jan 9th, 2005 |
| Replies: 14 Views: 6,097 Re: where to start with perl? I agree perl does kick ass, it is in my opinion the best scripting language there is (python affectionados need not flame it is just an opinion), however, this said shell languages do have an... |
Forum: Window and Desktop Managers Dec 7th, 2004 |
| Replies: 10 Views: 4,536 What desktop and why Hi everyone
Out of interest what windows managers are people running and why?
I use fvwm2 because it is so light and fast but with powerful configuration options that let me set my desktop up to... |
Forum: Getting Started and Choosing a Distro Dec 7th, 2004 |
| Replies: 4 Views: 2,164 Re: which distribution ??? Gentoo is a great distribution for a programmer, of course everyone will say that about their personal favourite distro, however, my "opinion" is that gentoo is put together in a way that appeals to... |
Forum: C Nov 21st, 2004 |
| Replies: 4 Views: 2,103 |
Forum: C Nov 20th, 2004 |
| Replies: 4 Views: 2,103 Re: Weird segfault involving popen Damn you are good lol:
char files_to_open[ kMaxFileSize ];
Causes failure to compile:
shell_interp.cpp: In member function `int Shell_Interp::runshellscript(char*,
... |
Forum: Geeks' Lounge Nov 20th, 2004 |
| Replies: 31 Views: 5,810 Re: Which browser are you using? Windows - Firefox
Linux - Firefox
FreeBSD - Firefox
IE is too insecure, I recently installed firefox on wifeys computer too.
Mozilla too much for what I need
Opera too pretty and if I want mouse... |
Forum: C Nov 20th, 2004 |
| Replies: 4 Views: 2,103 Weird segfault involving popen Hi guys
It has been quite a long time since my last post, but I am having some very weird behaviour on a program I am writing and I was hoping to get a little community feedback ;)
I am writing a... |
Forum: C++ Aug 21st, 2004 |
| Replies: 2 Views: 14,109 Re: sorting stl::map Hi Dave
I kinda figured there wasn't a sort() algorithm on map<> but I was hoping that maybe someone had written some efficient code to do a sort, and if so if they could give a few pointers on how... |
Forum: C++ Aug 20th, 2004 |
| Replies: 2 Views: 14,109 sorting stl::map Does anyone know of a good way to sort an stl map?
I have something like the following example:
#include <iostream>
#include <map>
#include <algorithm>
int main() |
Forum: PHP Jul 30th, 2004 |
| Replies: 10 Views: 3,430 |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 3,430 |
Forum: Getting Started and Choosing a Distro Jul 28th, 2004 |
| Replies: 17 Views: 6,074 Re: unix or linux ?? Solaris is also a decent price last time I looked a month or so ago the full solaris media kit (books, install, oracle, extra software) cost $89, if you wanted to save money you can just download the... |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 3,430 |
Forum: PHP Jul 27th, 2004 |
| Replies: 14 Views: 3,358 Re: what does this code do? Slight alteration I don't know if it makes a difference to the interpreter but for the sake of readability:
<?php print "hey";
// Have a space
?> |
Forum: PHP Jul 27th, 2004 |
| Replies: 8 Views: 2,919 |
Forum: PHP Jul 26th, 2004 |
| Replies: 8 Views: 2,919 Re: sveing php files Yes that is because notepad often saves it with the .txt extention you need to remove that.
Ben |
Forum: PHP Jul 26th, 2004 |
| Replies: 8 Views: 2,919 Re: sveing php files First I don't know if lycos supports php but unless you have a paid account I doubt it and secondly, you have the wrong file name it should be hey.php not hey.php.txt you need to get rid of the .txt... |
Forum: PHP Jul 26th, 2004 |
| Replies: 14 Views: 3,358 Re: what does this code do? Don't worry it isn't a hack, you are just not using it in the right way, php scripts need to be parsed by the php executable in order to work correctly, there is text editors you can use that will... |
Forum: PHP Jul 26th, 2004 |
| Replies: 14 Views: 3,358 Re: what does this code do? It should display in a browser as:
<html>< head >< title > php test< /title > < /head >
< body >
hello world<P>
< /body></html>
You will need to save the file with a .php extention, and in... |
Forum: IT Careers and Business Jul 25th, 2004 |
| Replies: 13 Views: 5,461 Re: Where to head with C++ programming? I would disagree with this, it is something covered in several other threads about paths to programming and stuff. Basic is a dead language, learning to program by using it is a waste of time, I... |
Forum: Growing an Online Community Jul 22nd, 2004 |
| Replies: 3 Views: 6,608 Re: Mailing list script A couple of years ago I was writing a program to do just this, send out the monthly news letter for the ecommerce company I was working for. I wrote it in C and linked to libesmtp, it was a very... |
Forum: MS Access and FileMaker Pro Jul 22nd, 2004 |
| Replies: 27 Views: 35,730 Re: MS Access vs. MySQL Actually my opinion is based on facts, if you had more carefully read my post you would have seen I have a lot of experience using all kinds of databases, this experience extends about 7 years... |
Forum: MS Access and FileMaker Pro Jul 21st, 2004 |
| Replies: 27 Views: 35,730 Re: MS Access vs. MySQL By this definition a telephone book is a database since it stores information in a structural way.
Okay to correct myself earlier yes Access is a database, however, it doesn't compare on any level... |
Forum: Perl Jul 12th, 2004 |
| Replies: 14 Views: 6,097 Re: where to start with perl? I don't think C++ is a great language to begin with, I think most people should start with a procedural language and then move to object orientated.
I begin with:
pascal
delphi
c
perl
visual basic... |
Forum: Shell Scripting Jul 12th, 2004 |
| Replies: 2 Views: 29,602 |
Forum: C++ Jul 11th, 2004 |
| Replies: 14 Views: 2,809 Re: storing references to classes Wow the same year I was born!
Thanks for the help with this though I was in a real bind my boss wants this program ready for testing in 3 weeks and this was my last major obstacle (I hope)... |