Search Results

Search: Posts Made By: darius2
7,569
Posted By darius2
Linux Semantic Web 2.0 and Beyond
Ok.
What you don't understand ?
Just ask a question.

Human cognitive processes reverse enginering is a term coined by AI researchers to build a system providing human-like generated answers
to...
12,567
Posted By darius2
follow-up as I expect get answer from...
follow-up

as I expect get answer from experts in Linux/Unix

tell me what curses.h header should I copy to Linux dialog sources
to compile this example

Curses Example - ncurses Tutorial...
12,567
Posted By darius2
How to compile Linux dialog (curses.h - missing) ?
Hi,

looking for expert's opinion on how to compile Linux dialog for my embedded device (native compilation), as tried and get curses.h messing message.
ncurses-devel package has not been compiled...
4,369
Posted By darius2
write(1): send message to another user - Linux...
write(1): send message to another user - Linux man page (http://linux.die.net/man/1/write)

try this example
write a message to login users through terminal Linux by Examples...
12,567
Posted By darius2
HoHow to compile Linux dialog - "curses.h" missing ?
Hi,

I tried native compile Linux dialog for Linux embedded device
and got "curses.h" error message.

As Linux dialog is already compiled and working as Debian .deb package (installed it).
What...
25,138
Posted By darius2
Hi, are you aware of any problem with...
Hi,

are you aware of any problem with Gnuplot accepting one-liners ?

Data = any data = off-line data, on-line data, data stream, batch job generated data, shell script generated data, data file...
25,138
Posted By darius2
follow-up 2 ===================== What...
follow-up 2
=====================

What Wikipedia says for BATCH JOB
"
Batch processing is execution of a series of programs (http://en.wikipedia.org/wiki/Computer_program) ("jobs...
25,138
Posted By darius2
Thanks. In the meantime tested file.plt run...
Thanks.
In the meantime tested file.plt
run as any another shell script with plot commands
and it worked.

One issue is interaction and parameters entering for interaction and animation.
plot...
4,021
Posted By darius2
Thanks my friend. There is nothing complicated...
Thanks my friend.
There is nothing complicated in asking basic questions.
I will try to describe you the issue.
I have been living on the Internet for the last 20 years
and expected to access...
4,021
Posted By darius2
Hi, spent another day with Makefile and...
Hi,
spent another day with Makefile and Gnuplot, shell scripting, larning gnuplot to read a script, to read output from shell script , to read data file and more.

One example I follow now...
25,138
Posted By darius2
follow-up ======= as you can see from the...
follow-up

=======
as you can see from the referenced materials,
clear should clear a window or a screen
Unfortunately.
What I get using clear is still a tape with plotted frames


Darius
...
4,021
Posted By darius2
Hi, =================== automake approach ...
Hi,
===================
automake approach
Automake - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Automake)
Approach

Automake aims to allow the programmer to write a...
4,021
Posted By darius2
Makefile autogenerated by shell script for a given .c code file
Hi,

I have learned native compilation of basic c code example programs from the net.
The issue is, .c code file doesn't come with respective Makefile.
Visited some web sites with Makefile...
25,138
Posted By darius2
Dear Mr. Johnson, thank you very much for...
Dear Mr. Johnson,

thank you very much for your kind reply.

I have played with gnuplot in the night and here are my basic results.

Having learned loop syntax for code refresh in gnuplot
load...
25,138
Posted By darius2
Gnuplot shell script controlled animation
Hi,

I am looking for basic shell script to feed Gnuplot with live data, to arrange basic animation.
I mean one-liner one variable real function.

Any idea or experiences from the past,...
3,577
Posted By darius2
Hi Ravi, what counts in shell scripting is...
Hi Ravi,

what counts in shell scripting is not only HowTo, but HowItWorks.
You can download hundreds of shell scripts , examples from the net.

The issue is, some one-liner get very very...
6,302
Posted By darius2
Hi, please tell me how to master your level of...
Hi,
please tell me how to master your level of experience in reading shell scripts ?
Frankly speaking I would love parser application, generating
human HowItWorks output for any such script on...
8,013
Posted By darius2
Please stop your philosophy. I did tests , did...
Please stop your philosophy.
I did tests , did experiments, did Google search.

I expect exact answer to basic question, nothing more.
And am sure to contact and get answer from an experienced...
8,013
Posted By darius2
gnuplot pipelined one-liner ?
Hi,

just tested gnuplot and it works fine on dumb monitor.
gnuplot> set term dumb
Terminal type set to 'dumb'
Options are 'feed 79 24'
gnuplot> set yrange [0:1.5]
gnuplot> plot [-2:2]...
12,312
Posted By darius2
Thanks. I need any data I can build routes,...
Thanks.
I need any data I can build routes, tracks, POI, waypoints, lead and so on.
So long, lat, time, speed, lead ..
Moe ideas to come soon.

Just reading NMEA manual.
Ok.
Today I can try...
7,569
Posted By darius2
awk, shell script reverse engineering app generator - project
Hi,

this is fantastic forum for shell programming and scripting,
so please let me to introduce you with my very old concept to
have web form/s with radio, select, input fields
and have an...
12,312
Posted By darius2
Thanks . I tested basic awk scripts in the...
Thanks .
I tested basic awk scripts in the night like

awk '$1 ~ /foo/ { print $0 }'

awk '$1 ~ /GPGGA/) { print $0 }'
awk 'BEGIN { RS = "/" } ; { if ($1 ~ /$GPGGA/) print $1 }'

awk '$1 ~...
10,728
Posted By darius2
Ok. I will try not to give web links in my...
Ok.
I will try not to give web links in my posts to save your time ;)
Another NMEA thread dealt with NMEA static file.
In my case, I succeeded to connect Bluetooth dongle to my server,
get it...
10,728
Posted By darius2
Thanks for your kind reply. It works fine. ...
Thanks for your kind reply.

It works fine.
Followed some awk examples from
The GAWK Manual - Reading Input Files (http://www.cs.utah.edu/dept/old/texinfo/gawk/gawk_5.html)
and did some testing...
10,728
Posted By darius2
gpsd, gpspipe NMEA sentences stream processing
Hi,

running gpsd, gpspipe I get a stream of NMEA sentences.
What I need is to write awk script for pipelining and on-the-fly processing of the streamed NMEA senteces to output (terminal session...
Showing results 1 to 25 of 26

 
All times are GMT -4. The time now is 08:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy