Language
Any
Platform
Linux
Remove
License
Any
Hi,
Need Help!
I'm porting VxWorks code to Linux. Here in VxWorks I have a structure called ether_tag_header.
What is the equivalent structure in Linux?
Note:
struct ether_tag_header {
u_char...
I have a c++ cgi program that uses cURL to communicate to paypal. I'm attaching the whole file. There's a lot of commented out nonsense in there from various things I've tried, but I don't think...
Well, I decided to try and learn PHP. I download Apache, MySQL, and PHP. I can't even get started on the PHP because of the ridicules complications with programs like Apache. I don't know what the...
With Linux, you can use PHPMyAdmin for your datababase, with LAMP environment : http://lamphowto.com/
Withg Linux, you can use PHPMyAdmin for your datababase, with LAMP environment : http://lamphowto.com/
Hi am very new to php having complex task. pls let me know how to pass data between php page and linux software?.
Well, this post is rather old. I am returning to Programmers Heaven, so I just saw it.
Ok, my sugesstion is that you could create two pipe files. You would perform this outside from your program....
Nice to meet you.
I am involved in the development of software in Japan.
The tool that can maintain it by accessing Linux from Web a browser by the hobby is made with PHP now.
This maintenance...
I've been trying to call a perl program (an entire program not just a subroutine)and I really don't want to use call() or any exec() functions as I'd like to not have to initialize the perl...
hi,
I try to use ndbm.h header file and its methods...
I wrote a simple test program that just makes a call to
dbm_open();
when I try to compile with gcc, it works ok.
But with g++ it...
Hi, I am writing all my presentations in LaTeX. LaTeX creates .pdf files. I would like to be able to include certain movies in the .pdf files which could then be played by one single click. Is this...
Hi,
I am using semaphore to implement Single Writer Multiple Readers (Reader / writer) lock.
The problem is that semaphores are critical resources in linux systems, and there is a limit on the...
Since PHP is Linux server bases, is there a way I can learn PHP on my PC without purchasing web space equipped with PHP? By that I mean without purchasing any web space at all, just learning on my PC...
:
: I can't test it right now, 'cause I don't have VB installed, (I
: don't have Windows, I'm a Linux user) ... but I think you should try
: :
:
: : Hi I'm trying to call a simple Sub...
I can't test it right now, 'cause I don't have VB installed, (I don't have Windows, I'm a Linux user) ... but I think you should try :
: Hi I'm trying to call a simple Sub “ChangeColor” in the...
http://sourceforge.net/project/showfiles.php?group_id=165727
Version 2.3 of the StdLib is now on SourceForge.
- Improvements: Linux support is now more complete.
- Includes: Automated Test...
: I need someone that can help us design a site that can do the basic.
:
: Enroll a client for content acess. The login can determine fraud
: for sharing of password by detecting IP.
:
: We...
undefined reference means that the compiler has never heard of rtupdate0, rtupdate1, etc.
you must tell gcc where to find these functions so for example if you are using a unix based system you...
May be you have put main in more than one file...
: Hello,
:
: While trying to build our code base on Red hat linux using gcc (see details below), we get the following link error:
:
:...
one of my favourite programming website is the manual gnu c library because it generally covers the concepts being implemented as well as the functions to use, so i suggest that you start here....