Sponsored Content
Full Discussion: Information from screen
Top Forums Programming Information from screen Post 302335449 by AnnaLynn on Sunday 19th of July 2009 11:20:27 AM
Old 07-19-2009
Information from screen

Hi,

Just wondering if anybody could point me in the right direction on this one.

What I'm basically trying to do is write a program to grab information off a webpage which is continually updating itself. I dont want to say take millions of screen shots, I just want the program to constantly monitor a particular part of the screen and store information.

Basically Im not necessarily looking for the cleverest way of doing this, rather a way which I can program myself. My background is that I have a functional knowledge of C programming for scientific purposes but very little knowledge of computers themselves. For instance I can write programs but dont even know how to take information in from the screen.

Thanks for any help.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

screen problem

Hi Can anyone help with the following problem. I have an ultra 5 box running SunOS 5.6, since a reboot last week the following error message has appeared on the servers screen resulting in no one being able to login to the box direct: - INT: Command is respawning too rapidly. check for... (2 Replies)
Discussion started by: superuser
2 Replies

2. Linux

Screen on Fedora3

I'm using Fedora3 and Screen when i do that, Scree dont load my Bash profile so my MC, centericq and swedish keyboard is mesed up.. how can i use screen and my bash_profile? or is there another way to fix it? (0 Replies)
Discussion started by: snort
0 Replies

3. UNIX for Dummies Questions & Answers

Help with screen

Hello everyone! I'm trying to figure out how to send commands from one screen to another. For example i wish to send a simple "ls -all" from screen #1 to screen #2, can it be done, and how? :confused: Thank you! (12 Replies)
Discussion started by: Gurth
12 Replies

4. OS X (Apple)

Virtual screen accessed by Screen Sharing

Hi, I'm trying to create a virtual screen, (maybe xvfb? or any other virtual screen buffer) and be able to use Screen Sharing to connect to it. The setup is that I have a Mac Mini connected to the TV. But when my girlfriend is using Front Row, I can't use Screen Sharing at the same time from... (0 Replies)
Discussion started by: linge
0 Replies

5. Solaris

screen resolution

how to change screen resolution in CDE prompt (2 Replies)
Discussion started by: tirupathi
2 Replies

6. Shell Programming and Scripting

Run a bash script, display on the screen and save all information in a file including error info

Hi all, How to: Run a bash script, display on the screen and save all information in a file including error information. For example: I have a bash script called test.sh now I want to run the test.sh and display the output on the screen and save the output including error info to a file. ... (1 Reply)
Discussion started by: Damon sine
1 Replies

7. Solaris

Screen Resolution

Hi all. I have a very peculiar problem in Solaris 10. The output of the m64config -prconf command with regards the Card Adapter is the following. Card possible resolutions: 720x400x85, 640x480x60, 640x480x72, 640x480x75 800x600x56, 800x600x60, 800x600x72, 800x600x75, 1024x768x60 ... (0 Replies)
Discussion started by: lynxman
0 Replies

8. Red Hat

command line tool to disable screen lock and/or screen saver

Hi, I have a simple question : how to disable screen lock and/or sreen saver with command line with RHEL5.4 ? (1 Reply)
Discussion started by: albator1932
1 Replies

9. UNIX for Dummies Questions & Answers

Accidentally made a screen within a screen - how to move it up one level?

I made a screen within a screen. Is there a way to move the inner screen up one level so that it is at the same level as the first screen running from the shell? (2 Replies)
Discussion started by: phpchick
2 Replies

10. Shell Programming and Scripting

O/P same as on screen

#Random Scripts 4 #Desc: clear echo "1. To see all processes currently running on the system" echo "2. To kill any given process" echo "Choose between the two" read x case $x in "1")print `ps aux`;; "2") echo "Choose a process to be killed" read y check=`ps ax | grep... (1 Reply)
Discussion started by: targetshell
1 Replies
SCREEN-IR(1)							   Axel Beckert 						      SCREEN-IR(1)

NAME
screen-ir -- Interactively Reattach to GNU Screen sessions SYNOPSIS
screen-ir [additional screen options ...] DESCRIPTION
screen-ir uses iSelect(1) to interactively reattach to running screen sessions. Use the screen option -d or -D if you want to reattach to attached screen sessions. Use the screen option -x if you want to attach to screen sessions without detaching them. FILES
screen-ir sources ~/.screen-irrc if it exists. It recognizes two variables: The contents of SCREEN_OPTIONS is given to screen(1) as command-line options. Default is -r. Use e.g. -rd if you always want to reattach to already attached screen sessions. The contents of ISELECT_OPTIONS is given to iselect(1) as command-line options. Default is empty. Use e.g. -f if you always want to see the interactive selection, even if there's only one screen session running, i.e. you have no choice. AUTHOR
Axel Beckert <abe@debian.org> SEE ALSO
screen(1), iselect(1) EN
2011-09-04 SCREEN-IR(1)
All times are GMT -4. The time now is 12:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy