Language
Any
Platform
Linux
Remove
License
Any
make it a cgi file
if you are on linux here's a library you can use
http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html
if you are on windows here's a little tutorial:...
Hi,
There could be two aspects to embedded linux development. If you are interested on the platform specifics, like porting of linux, boot loaders and device drivers... try...
1. Building Embedded...
I found that my problem was that I was secretly seg faulting in the child, which was causing the child to silently fail. The code works if you substitute the strcpy() with "arglist = strdup(tok...
Is there any shorter way to make a tar ball on linux when you have maybe a 100 dependencies
Please Help needed to compile my first kernel program
I have compile & install new kernel 2.6.32.3 on path: /root/linux2.6.32.3/
I have written small program at path: /root/abc/
I already...
I have a script which assigns the output of a shell command to a string, for later comparison.
The command typically outputs either "Idle" or
"Uploading 1 file (102.8 KB/sec, 1 min left)"
I...
how to write code for an application that makes it open source? hope, i am clear with my view.
i mean windows was written in C and its closed whereas linux written in c is open.where is the...
I'm trying to make a script that sort's numbers that are passed as parameters.( bubblesort)
#!/bin/sh
MINPARAMETERS=2
declare -a EXITNUMBERS
HELPNUMBER
if
then
echo "The script needs...
I'm trying to make a script that sort's numbers that are passed as parameters.( bubblesort)
#!/bin/sh
MINPARAMETERS=2
declare -a EXITNUMBERS
HELPNUMBER
if
then
echo "The script...
Okay, so I had these three bat files I converted to shells so I could run this on Linux, which I'm operating through PuTTy.
I made another shell file which would run the other three: 1.sh, 2.sh,...
Hi everybody!
Is there a free software availaible to emulate/generate an Ethernet loopback on a desktop/notebook/netbook?
I have searched the net for that kind of software but didn't get any...
The reason to use a shared library is that is saves memory space. Imagine that you develop a library that is going to be used by a lot of softwares (like zlib), it doesn't make sense that each...
= 2.1.4...
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB
: (2.6.4)
: *** was found! If pkg-config was correct, then it is best
: *** to remove the old version of GLib....
hi all
i want to know how simple module is inserted in kernel?
how that module is compiled?
how 2 make makefile of that module?
plz help me.
: Hehe, well he is writing in C. The C standard states that main()
: shall return int if the program is running in a "hosted
: environment", such as on Windows / Linux / Mac. If the program is...
hi
i want to a write performance profiler in c .. i have no idea of how to go about it . any suggestion's would be helpful for me..
thanks
Hi,
I don't know what it means.
But, did you notice this : gcc -Wall -DWINDOZE -O2 disc.c -o ... failed
Did you dl and installed gcc, g++ for Windows?
MinGW: Minimalist GNU for Windows ?...
: How do I read the size of installed memory?
: Do I use BIOS interrupt?
: If so I im also interested how bios is doing this.
: Perhaps by writeing and reading io mapped north bridge registers.
:...
: I am writing a program that uses a library that needs root access in
: linux and administator rights in Windows. How do I gain access in
: code?
: Just my 2 bits
under linux you can write a...