Find the answer to your Linux question:
Page 69 of 591 FirstFirst ... 19 59 65 66 67 68 69 70 71 72 73 79 119 169 569 ... LastLast
Threads 1361 to 1380 of 11819

Forum: Programming / Scripting

Request help with C/C++, Perl, PHP, Python, Ruby, Bash Scripts, or other Linux programming/scripting related issues

  1. Cool VIM for Writers. Scrivener replacement

    Hi: I want to use vim for writing novels. I have tried things like Scrivener on the mac and they are good but I always miss editing with vim. ...

    Started by jasonmirk, 06-13-2011
    • Replies: 0
    • Views: 1,459
    06-13-2011 Go to last post
  2. New to Bash, can't get Bash script to work (Usually Unary error)

    I'm testing my script on a 32-bit and 64-bit Linux Mint 11 Virtual Box and I can't actually get the script to go to the end. The problem I'm having...

    Started by tahl, 06-12-2011
    • Replies: 6
    • Views: 1,183
    06-13-2011 Go to last post
  3. formated text to list

    Hi, I am looking for a bash script that will convert a formatted piece text in a txt document to a list of words. (The aim is to then to import...

    Started by jtruding, 06-10-2011
    • Replies: 4
    • Views: 592
    06-12-2011 Go to last post
  4. Javascript problem

    So in my experimentation with Javascript, I've been having a major issue regarding iframes. I have a page with 2 frames. The menu is in frame 1,...

    Started by MisterDood, 06-08-2011
    • Replies: 1
    • Views: 420
    06-12-2011 Go to last post
  5. Question Where is GTK+ doc for latest versions?

    I have GTK+ books that show how to accomplish many things, but the functions they use are now deprecated. As I search for documentation that...

    Started by steveheflin, 06-11-2011
    • Replies: 1
    • Views: 475
    06-11-2011 Go to last post
  6. Reading the Daylight Saving Start Date and End date in linux using C/C++

    Hi folks, I would like to read the start date and end date of the Daylight Saving Time for the given timezone in the given year. What's the function...

    Started by suryaemlinux, 12-23-2009
    • Replies: 1
    • Views: 913
    06-10-2011 Go to last post
  7. Help comparing files

    Hi, I hope somebody can help me with this. I need to check two files, if something is in the first file I need to either remove the line from the...

    Started by garylang, 06-09-2011
    • Replies: 4
    • Views: 306
    06-09-2011 Go to last post
  8. Case Menus - knoppix & calling on other scripts

    Hello everyone, I'm new to programming for Linux and had a few questions: I have a build of Knoppix that automatically runs knoppix.sh at the...

    Started by Vincanis, 06-06-2011
    • Replies: 3
    • Views: 673
    06-09-2011 Go to last post
  9. Converting audio archive from .WAV to .FLAC using a bash script

    Hi guys I need your help please I need to write a Bash script that will run on Linux to do the following: 1- Parse a folder tree (full of...

    Started by lithiumion, 06-07-2011
    • Replies: 1
    • Views: 1,639
    06-09-2011 Go to last post
  10. Python GTK digitization question.

    Hi, I'm needing to write a very simple application and I'd like to do it in pygtk as a simple script, but I don't know how to get the Gnu/Gimp...

    Started by andrewr, 06-07-2011
    • Replies: 1
    • Views: 641
    06-09-2011 Go to last post
  11. Exclamation Pls shorten the following code

    Could someone help me in shortening the following bash script to one command without piping. for i in `ls -la | awk '{print $9}' | grep -v...

    Started by dzerueé, 06-08-2011
    • Replies: 2
    • Views: 522
    06-08-2011 Go to last post
  12. Configure not finding header(not on default directory)

    Well, the thing is I have a program which needs libsdl, libsdl_image and mpeg2. I have installed them without problems. Since I'm doing this on a...

    Started by akashic, 06-06-2011
    • Replies: 1
    • Views: 436
    06-08-2011 Go to last post
  13. Best compiler for C/C++?

    I have heard that gcc/g++ is not good enough. It allows a lot of stuff that it shouldn't; i.e int x=5; int a; Are there any other good...

    Started by huckleberry, 06-07-2011
    • Replies: 1
    • Views: 1,145
    06-08-2011 Go to last post
  14. Retrieving real time position data from an iPhone using C++

    Hi Firstly I'd like to apologize if this is not in the right section of this forum (I'm new here), and also that this is sort of only indirectly a...

    Started by Luke1982, 06-07-2011
    • Replies: 0
    • Views: 526
    06-07-2011 Go to last post
  15. Modem monitor

    I created this script to monitor for ppp0 in ifconfig response. When I NOHUP 'd it (modmCk) in the script which starts ppp-go it worked well until...

    Started by clickit, 05-22-2011
    • Replies: 1
    • Views: 452
    06-07-2011 Go to last post
  16. Javascript based website/page

    So I made a 1 page site to use as my resume since Open Office doesn't get along with this computer. It's based almost entirely on Javascsript, and...

    Started by MisterDood, 06-07-2011
    • Replies: 0
    • Views: 221
    06-07-2011 Go to last post
  17. BASIC - Another way to get the total system memory

    Hi, I'm totaly newbie in the world of bash scripting, so here goes the question... How to make this another way? free -m | awk -F" " '{print...

    Started by playerum, 06-06-2011
    • Replies: 0
    • Views: 260
    06-06-2011 Go to last post
  18. Some issues with setting up the Gnu Scientific Library (for C)

    I'm running Ubuntu 10.04. I downloaded the gsl-1.15 zipped archive (current stable release )from the GNU site. I was able to extract it normally....

    Started by Ocifer, 06-05-2011
    • Replies: 5
    • Views: 3,882
    06-06-2011 Go to last post
  19. makefile sourc and dest are in different directory

    Hi, in makefile, if the sourc and dest in different directory, no matter the source file changed or not, it seems the dest always been build, how...

    Started by laopi, 06-06-2011
    • Replies: 0
    • Views: 266
    06-06-2011 Go to last post
  20. [SOLVED] excluding directories from find command

    I keep the file systems on my desktop and laptop synchronized with each other using rsync. I am constantly concerned about accidentally overwriting...

    Started by parminides, 06-05-2011
    • Replies: 2
    • Views: 318
    06-05-2011 Go to last post

Page 69 of 591 FirstFirst ... 19 59 65 66 67 68 69 70 71 72 73 79 119 169 569 ... LastLast

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •