[Factor-talk] Back to the future

2013-03-26 Thread Fox McCloud
Some ideas reminiscent of philosophies of Factor ...

http://www.youtube.com/watch?v=tc4ROCJYbm0
--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] a script

2013-03-16 Thread Fox McCloud
Anyone know how to write some factor code to
 get the 5-year high and low from the historical prices list of a stock
symbol on yahoo finance?
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] a script

2013-03-16 Thread Fox McCloud
Found some code at ...

http://re-factor.blogspot.com/2011/06/yahoo-finance.html

Added some words to be able to list the 5-year-high and 5-year-low of each
of a sequence of stock symbols.

The code seems to work on a few test values.

IN: scratchpad: { DTEGY EONGY RWEOY } list

However, it fails on a longer list.

IN: scratchpad: dax30adr.txt utf8 file-lines list

Wondering if one stock symbol is typed incorrectly.

Is there a way to determine the specific value in a sequence on which map
fails?
DTEGY
EONGY
RWEOY
DDAIF
MURGF
DBOEY
AZSEY
KPLUY
DPSGY
BASFY
SI
BAYRY
BAMXY
VLKAY
LNEGY
IFNNY
DB
MRK
HENKY
SAP
ADDYY
FSNUY
DLAKY
MAN
FMS
HLBZF
BDRFY



finance.factor
Description: Binary data
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk