Find the answer to your Linux question:
Page 152 of 593 FirstFirst ... 52 102 142 148 149 150 151 152 153 154 155 156 162 202 252 ... LastLast
Threads 3021 to 3040 of 11843

Forum: Programming / Scripting

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

  1. [help]segmentation fault

    i've problem with my source code #include<stdio.h> main() { int j; float t,dt,dx,*r; dt=0.01;

    Started by hakagiri, 03-17-2010
    • Replies: 3
    • Views: 356
    03-19-2010 Go to last post
  2. Question How do I pipe output from Wget & Curl into a textfile?

    I want to capture the data displayed on the screen when I run wget or curl. I don't need the data over the entire time the command is run as it has...

    Started by integritycs, 03-19-2010
    • Replies: 2
    • Views: 6,729
    03-19-2010 Go to last post
  3. Unhappy How to convert String to Hex in Shell

    Anyone has idea to convert a string to hex. I have a string containing so many special char and numbers. Due to this I am not able compare them...

    Started by jaigs_27, 03-17-2010
    2 Pages
    1 2
    • Replies: 12
    • Views: 8,493
    oz
    03-19-2010 Go to last post
  4. Exclamation Please help me

    I need a Java program code to show the errors from the log files of a Linux system, possibly with a GUI. Is there a good Samaritan here to help me?

    Started by badeavasile, 03-18-2010
    • Replies: 5
    • Views: 529
    03-18-2010 Go to last post
  5. I'am a student; I need help

    :Dthank you guys i need help I'am making A Payroll system in Java any help would be nice I,am starting from scratch

    Started by johnFrederick, 03-18-2010
    • Replies: 1
    • Views: 350
    03-18-2010 Go to last post
  6. gawk and shell variables

    Hi I need to use a shell variable inside a gawk expression, but i don't manage to do it the way i want to. To be more specific: Assume...

    Started by jody, 03-18-2010
    • Replies: 1
    • Views: 904
    03-18-2010 Go to last post
  7. Shell script for adding users! help needed

    Hi everyone im new in the forum. I got to speak about a script that add users. What i want is a Simple bash script that addusers with password.Also...

    Started by cortez, 03-18-2010
    • Replies: 1
    • Views: 1,180
    03-18-2010 Go to last post
  8. file deletion problem

    when i am working with a file that opened file also deleting when some one deleting that file .How to prevent a file not to be deleted when it is in...

    Started by suresh2many, 03-17-2010
    • Replies: 5
    • Views: 355
    03-17-2010 Go to last post
  9. Shared Memory - Should they show the same address?

    Afternoon all :) So I'll try to be brief and to the point here: I've got a couple of C / C++ apps that communicate with one another via shared...

    Started by qwertygeek, 03-17-2010
    • Replies: 1
    • Views: 426
    03-17-2010 Go to last post
  10. Script to grab data from Twitter

    Has anyone ever found a script that can login to Twitter and grab the latest tweets? The idea being I want to grab them and email them, rather...

    Started by thehemi, 03-16-2010
    • Replies: 2
    • Views: 632
    03-17-2010 Go to last post
  11. [SOLVED] Thread class in c++ isn't releasing stack

    I have written a C++ thread class to process a socket connection. Basically, the main process listens for incoming connection requests and then when...

    Started by fredheeks, 03-08-2010
    • Replies: 4
    • Views: 2,090
    03-17-2010 Go to last post
  12. problem with time sync

    Hi NG, I try to sync my linux machine with a NTP server. The time has to be written to hardware clock and all has to work at runtime - my machine...

    Started by TFrei, 03-16-2010
    • Replies: 2
    • Views: 1,335
    03-17-2010 Go to last post
  13. Korn Shell Scripting / User Monitor

    Hello all! I was fooling around with my home system today and was wondering if anyone has a kshell script that could monitor a user indefinitely....

    Started by SodiumBenzoate, 03-16-2010
    • Replies: 1
    • Views: 575
    03-17-2010 Go to last post
  14. Help with Perl Search and Replace - Backreferences

    Hi, I'm trying to replace a load of 14400's in my zone files with 600's... perl -pi.bak -e "s/( |\s)14400( |\s)/$1600$2/g if /^\s*\$TTL/"...

    Started by santrix, 03-16-2010
    • Replies: 2
    • Views: 1,185
    03-16-2010 Go to last post
  15. OS project!!

    Hello everyone, this is salman ansari and this is my first post on this forum. I need your need help as i am doing my operating system project. The...

    Started by salmanansari, 03-16-2010
    • Replies: 1
    • Views: 385
    03-16-2010 Go to last post
  16. Checking for Exisiting Screen+Irssi Sessions on login

    I'm trying to create a login script for someone who is not familiar with linux at all. Basically what I want it to do is, on login, check to see if...

    Started by kary, 03-13-2010
    • Replies: 2
    • Views: 1,095
    03-16-2010 Go to last post
  17. Communication between c++ project and SPI driver

    Hi I am moving some code for to work with SPI interface from windows to Linux SUSE platform and for to make it working I have to communicate with...

    Started by Mactub, 03-15-2010
    • Replies: 4
    • Views: 1,549
    03-16-2010 Go to last post
  18. dlmod cmd not found

    Hello!!! Im not able to use dlmod command in ma fedora ... it says command not found on trying to execute is there any other way i can get this...

    Started by ramziur, 03-16-2010
    • Replies: 0
    • Views: 933
    03-16-2010 Go to last post
  19. [SOLVED] vim editor always show row col

    Hello, Vim users, How can I get the information line which shows the current row and column always displayed? Not talking about status line,...

    Started by Alice1cmd, 03-15-2010
    • Replies: 3
    • Views: 1,485
    03-16-2010 Go to last post
  20. cleaning .o files

    I Have one Makefile like.. OBJS: a.o b.o c.o d.o clean: rm -rf $(OBJS) Here my question is, suppose if i do 'make clean' it will...

    Started by rajkumarmadhani, 03-15-2010
    • Replies: 3
    • Views: 472
    03-15-2010 Go to last post

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
  •