RSS Ubuntu Forums - Programming Talk

this forum is for all programming questions.the questions do not have to be directly related to ubuntu and any language is allowed.
iNeZha robot will deliver the feed updates to your IM or Email in real-time

Delivery Demo of iNezha MSN Robot

Subscribe it
iNezha robot say:
Ubuntu Forums - Programming Talk
Title:Bash script. How to set file $blah = word in a file
Summary:This returns: tripwire --update -r /var/lib/tripwire/report//tmp/tripwire.temp.update I want $twupda... (11/20/2008 7:25:41 AM)
Subscribe it

About "Ubuntu Forums - Programming Talk"

Author:Claim it now
Website:http://ubuntuforums.org
RSS:http://ubuntuforums.org/external.php?forumids=39
Update interval: 1 hours
Last update: 17 hours ago
Tags:
Subscribers:4
Shared Subscribers:4
Bookmarked or Shared Articles:0  

Recent contents of "Ubuntu Forums - Programming Talk"

Bash script. How to set file $blah = word in a file 18 hours ago Read More http://ubuntuforums.org/showthread.php?t=987558&goto=newpost
This returns: tripwire --update -r /var/lib/tripwire/report//tmp/tripwire.temp.update
I want $twupdate = the content in the 'tripwire.temp.update' file not the path.
How would I go on about doing t...
Irssi + audacious.pl some coding help needed... 20 hours ago Read More http://ubuntuforums.org/showthread.php?t=987427&goto=newpost
well am very happy with the script, but wanted to enhance it a bit for my own pleasure but ran in som troubles.
Code:
use strict;
use vars qw($VERSION %IRSSI);
# Audacious Irssi script v1.0.4
#
#...
Mail sent from my website 21 hours ago Read More http://ubuntuforums.org/showthread.php?t=987399&goto=newpost
Why do I have this header in email sent from my website?
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: 20081119190138.23270454EA@997642e3.fb.joyent.us
Date: Wed, 19 Nov 2008 19:0...
HEEEEELLLLP- to build my program 22 hours ago Read More http://ubuntuforums.org/showthread.php?t=987345&goto=newpost
I have a cmd file like build.cmd
in build.cmd cmd file
I want to call 4 diferent build.xml with ant
ant build1.xml
ant build2.xml
ant build3.mxl
ant build.xml4
but the problem is that when I run ...
Reading/Writing INI files in C? 23 hours ago Read More http://ubuntuforums.org/showthread.php?t=987283&goto=newpost
How to read INI files in C?
Is there a library for that?
Or do I have to write one?
Scanner cannot be resolved to a type? Java problem in Eclipse 23 hours ago Read More http://ubuntuforums.org/showthread.php?t=987259&goto=newpost
I looked at the FAQs and on there is this link on posting homework questions:
http://ubuntuforums.org/showthread.php?t=717011
but on there it says
Quote:
Just because posting homework assignment...
Important Agile Programming Metrics 1 days ago Read More http://ubuntuforums.org/showthread.php?t=986527&goto=newpost
I am currently working on my Masters Thesis in Computer Science and am trying to get some information from other programmers who use agile programming methods. I am looking to learn more about what...
IDE that uses qmake project files 1 days ago Read More http://ubuntuforums.org/showthread.php?t=986510&goto=newpost
Does anyone know of an IDE that would let me use a qmake .pro project file as the project file?
Wordpress form not passing $_POST back 1 days ago Read More http://ubuntuforums.org/showthread.php?t=986470&goto=newpost
Hey guys I hope you can help me on this one :D
I have been trying out wordpress on my staging server and I have made a custom form that takes some inputs from a html form and then load them into so...
What is wrong with this code? 1 days ago Read More http://ubuntuforums.org/showthread.php?t=986421&goto=newpost
This is a code I wrote for VPython and I can't figure out why it won't run. It keeps telling me there is a "Token Error: EOF in Multi-Line Statement" but I tried fixing the perenthises and nothing ...