Sponsored Content
The Lounge What is on Your Mind? New 'member_project' tag with DarkGreen (was Magenta) Color Post 303039655 by wisecracker on Friday 11th of October 2019 05:45:32 AM
Old 10-11-2019
Hi Neo...
Thanks for the comments...
I hadn't even thought about it. I only do these tasks because when searching there are SOOO many people asking for solutions to problems like these.
I really love it when one of our big guns modify the ideas to make them better, the GOTO fun project is but one.
I don't look at the subtleties like the pros' do as I am more interested in solving them, usually relatively naively.
The PURE ksh[93] DFT is a prime example on here too, boy did I learn a lot from Corona688 there.
They are mainly for the AMIGA because we don't have these luxuries on that platform. My next challenge for a POSIX shell is a DWT, (Discrete Wavelet Transform), already done for AMIGA Python 1.4.0 right up to current 3.8.0 on any platform because 'pywt' was not even around for the AMIGA. We don't have 'numpy' or 'scipy' or any others so I do these primarily for that machine.
I love the idea of a vivid colour like MAGENTA because if a problem is searched for and the researcher is pointed to here it catches one's eye. It only needs to plant the idea to the researcher and, (if bright enough), [s]he should be able to do the rest.

I will add to this thread a simple idea for find the SQRT of a pseudo-floating point number and its limitations.
I not bothering with complex number solutions as no genius is required for that modification, especially after I have mentioned how to do it.

And to finish, a great idea.

Bazza...
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to change the background color in the init 3 mode(not line color)

Hello, I am using RHEL 6.1 on VMware I am searching for a way to change background color (not line by line color wich one can using tput command) basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to... (2 Replies)
Discussion started by: Dexobox
2 Replies

2. Shell Programming and Scripting

To search for a particular tag in xml and collate all similar tag values and display them count

I want to basically do the below thing. Suppose there is a tag called object1. I want to display an output for all similar tag values under heading of Object 1 and the count of the xmls. Please help File: <xml><object1>house</object1><object2>child</object2>... (9 Replies)
Discussion started by: srkmish
9 Replies
PHILOSOPHY(1)						User Contributed Perl Documentation					     PHILOSOPHY(1)

NAME
PDL::Philosophy -- what's behind PDL? DESCRIPTION
This is an attempt to summarize some of the common spirit between pdl developers in order to answer the question "Why PDL"? If you are a PDL developer and I haven't caught your favorite ideas about PDL, please let me know! An often-asked question is: Why not settle for some of the existing systems like Matlab or IDL or GnuPlot or whatever? Major ideas The first tenet of our philosophy is the "free software" idea: software being free has several advantages (less bugs because more people see the code, you can have the source and port it to your own working environment with you, ... and of course, that you don't need to pay anything). The second idea is a pet peeve of many: many languages like matlab are pretty well suited for their specific tasks but for a different application, you need to change to an entirely different tool and regear yourself mentally. Not to speak about doing an application that does two things at once... Because we use Perl, we have the power and ease of perl syntax, regular expressions, hash tables etc at our fingertips at all times. By extending an existing language, we start from a much healthier base than languages like matlab which have grown into existence from a very small functionality at first and expanded little by little, making things look badly planned. We stand by the Perl sayings: "simple things should be simple but complicated things should be possible" and "There is more than one way to do it" (TIMTOWTDI). The third idea is interoperability: we want to be able to use PDL to drive as many tools as possible, we can connect to OpenGL or Mesa for graphics or whatever. There isn't anything out there that's really satisfactory as a tool and can do everything we want easily. And be por- table. The fourth idea is related to PDL::PP and is Tuomas's personal favorite: code should only specify as little as possible redundant info. If you find yourself writing very similar-looking code much of the time, all that code could probably be generated by a simple perl script. The PDL C preprocessor takes this to an extreme. Minor goals and purposes We want speed. Optimally, it should ultimately (e.g. with the Perl compiler) be possible to compile PDL::PP subs to C and obtain the top vectorized speeds on supercomputers. Also, we want to be able to calculate things at near top speed from inside perl, by using dataflow to avoid memory allocation and deallocation (the overhead should ultimately be only a little over one indirect function call plus couple of ifs per function in the pipe). We want handy syntax. Want to do something and cannot do it easily? Tell us about it... We want lots of goodies. A good mathematical library etc. AUTHOR
Copyright(C) 1997 Tuomas J. Lukka (lukka@fas.harvard.edu). Redistribution in the same form is allowed but reprinting requires a permission from the author. perl v5.8.0 1999-12-09 PHILOSOPHY(1)
All times are GMT -4. The time now is 02:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy