newLisp competition - FINAL CALL -
newLisp competition - FINAL CALL -
Its almost time, you'll have 1 month left to finish and join the newLisp
competition. I have already seen some very nice codings but its upto you
to descide who will win ;-)
*****************************************************
* POST YOUR SUBSCRIPTION IN THIS THREAD TO JOIN *
*****************************************************
(include link/code or whatever makes it able to test your contribution
- only post it here if its finished for the contest, I think we better include
http links here :-)
*****************************************************
YOU HAVE UPTO 27TH OF DECEMBER
*****************************************************
after all the contributions have been posted in this thread then at the
28th of December people (you) can vote for the best/nicest/ingenious/or whatever
newLisp related code you think its listed. (Anything related to newlisp counts, Ofcourse you may publish as many contributions as you like!)
How we are going to Vote is currently on my mind ;-)
*****************************************************
PRICES to WIN at this competition.
*****************************************************
1st place: A printed and signed by Lutz, newlisp manual
Also a very nice newLisp T-Shirt. And ofcourse the ever lasting Fame
2nd and 3th place: A very cool newLisp T-Shirt
The prices are made available by Lutz, Thanks lutz!
*****************************************************
Enjoy!
competition. I have already seen some very nice codings but its upto you
to descide who will win ;-)
*****************************************************
* POST YOUR SUBSCRIPTION IN THIS THREAD TO JOIN *
*****************************************************
(include link/code or whatever makes it able to test your contribution
- only post it here if its finished for the contest, I think we better include
http links here :-)
*****************************************************
YOU HAVE UPTO 27TH OF DECEMBER
*****************************************************
after all the contributions have been posted in this thread then at the
28th of December people (you) can vote for the best/nicest/ingenious/or whatever
newLisp related code you think its listed. (Anything related to newlisp counts, Ofcourse you may publish as many contributions as you like!)
How we are going to Vote is currently on my mind ;-)
*****************************************************
PRICES to WIN at this competition.
*****************************************************
1st place: A printed and signed by Lutz, newlisp manual
Also a very nice newLisp T-Shirt. And ofcourse the ever lasting Fame
2nd and 3th place: A very cool newLisp T-Shirt
The prices are made available by Lutz, Thanks lutz!
*****************************************************
Enjoy!
Last edited by newdep on Fri Dec 09, 2005 9:23 am, edited 2 times in total.
-- (define? (Cornflakes))
newLisp comp
Hi all,
here is some code implementing an (extremely) simple Olap system. At runtime the data is stored in a hashmap, MS Excel is used as a frontend.
Just extract all the files into one directory, open Excelsheet, enable macros, press ctrl-L and start playing around.
As I don't know much about (new)Lisp the code looks ugly. It just illustrates some ideas about implementing such systems. More challenging are consolidations between dimensions (aka rules). No time to finish this.
Files:
1) Olap.lsp contains the code
2) olap-demo-model.lsp contains a simple model.
3) olap-demo.xls contains the frontend. The approach makes more sense with models with more than 3 dimensions. These models are somewhat complicated in plain XL.
4) cube-demo.ldb The datastore. It is maintained automatically.
5) newlisp.dll This one is 8.4.0 but newer versions should work. Just replace the dll with a newer version.
You find the necessary files at http://jprise.de/olap.zip
In case you have any questions just send me a mail to j dot kalsbach at t-online dot de.
Regards,
Jörg
here is some code implementing an (extremely) simple Olap system. At runtime the data is stored in a hashmap, MS Excel is used as a frontend.
Just extract all the files into one directory, open Excelsheet, enable macros, press ctrl-L and start playing around.
As I don't know much about (new)Lisp the code looks ugly. It just illustrates some ideas about implementing such systems. More challenging are consolidations between dimensions (aka rules). No time to finish this.
Files:
1) Olap.lsp contains the code
2) olap-demo-model.lsp contains a simple model.
3) olap-demo.xls contains the frontend. The approach makes more sense with models with more than 3 dimensions. These models are somewhat complicated in plain XL.
4) cube-demo.ldb The datastore. It is maintained automatically.
5) newlisp.dll This one is 8.4.0 but newer versions should work. Just replace the dll with a newer version.
You find the necessary files at http://jprise.de/olap.zip
In case you have any questions just send me a mail to j dot kalsbach at t-online dot de.
Regards,
Jörg
Time to post my 2 contributions.
1) GL4newLisp:
http://www.turtle.dds.nl/gl4newlisp/
2) LZW compression/decompression (improved!):
http://www.turtle.dds.nl/newlisp/lzw.lsp
Enjoy,
Peter
1) GL4newLisp:
http://www.turtle.dds.nl/gl4newlisp/
2) LZW compression/decompression (improved!):
http://www.turtle.dds.nl/newlisp/lzw.lsp
Enjoy,
Peter
Here's my contribution:
http://hpwsoft.de/anmeldung/html1/newLI ... ontest.php
(Sorry, no newLISP source)
;-(
Merry christmas to all newLISP'ers!
http://hpwsoft.de/anmeldung/html1/newLI ... ontest.php
(Sorry, no newLISP source)
;-(
Merry christmas to all newLISP'ers!
Hans-Peter
Because it contains confidential data-structures of my employee.Why no source code? Where is it available?
And in topic:
http://www.alh.net/newlisp/phpbb/viewto ... ht=contest
it allow to post such sample. Also the lisp code may not be the fantastic lispy small code. It is partly a port of some existing autolisp code and adapted to the neobook GUI enviroment. It should show that newLISP can be used to write complex software for windows for non-techie/non-lisper users.It may be commercial code as well, but for the people to
judge the application (for the final voting) it would be a nice option
to test the application/code for free.
(Interested newLISP user can also ask about details and use free newLISP enabled plugins for neobook)
Hans-Peter
I contribute my newlisp ncurses console.
It is not completely finished yet, but is quite usable already.
http://en.feautec.pp.ru/SiteNews/NewlispConsole
It is not completely finished yet, but is quite usable already.
http://en.feautec.pp.ru/SiteNews/NewlispConsole
WBR, Dmi
*****************************************************
-------------- YOU HAVE 1 DAY LEFT FOR PUBLISHING ------------
*****************************************************
....This thread will be closed at the end of 27th of December...(USA time)
Voting will start at the 28Th upto the 31th of december
and the winners will be made public on the 1st Of January 2006.
Voting can only be done by registered newLisp Forum members.
Good luck...
Norman.
-- (define? (Cornflakes))
-
- Posts: 429
- Joined: Tue Nov 11, 2003 2:11 am
- Location: Brisbane, Australia
...(USA time)?
Eastern (UT-5) West Coast (UT-8)? Hawaii (UT-10)? Samoa (UT-11 I believe)?
See http://nist.time.gov/
Nigel
Eastern (UT-5) West Coast (UT-8)? Hawaii (UT-10)? Samoa (UT-11 I believe)?
See http://nist.time.gov/
Nigel
-
- Posts: 429
- Joined: Tue Nov 11, 2003 2:11 am
- Location: Brisbane, Australia
My contributions:
1) Swarm
http://www.volny.cz/fsodomka/newlisp/lsp/swarm.lsp
2) Fractals
http://www.volny.cz/fsodomka/newlisp/lsp/fractals.lsp
http://www.volny.cz/fsodomka/newlisp/c/fractals.c
Fanda
PS: I am not sure, if I can contribute 2 things.
1) Swarm
http://www.volny.cz/fsodomka/newlisp/lsp/swarm.lsp
2) Fractals
http://www.volny.cz/fsodomka/newlisp/lsp/fractals.lsp
http://www.volny.cz/fsodomka/newlisp/c/fractals.c
Fanda
PS: I am not sure, if I can contribute 2 things.
Pffiew.. well here is mine, The stupid thing was I did not had anything
ready until today. All half projects and ofcourse i needed to join....;-)
Well becouse of the time limit (Dumb Dumb) I only have the linux version
here available as window version is available but not ready! sorry!
Here is the contest data "binary" and readme/source.
Compiled to run on Linux machines wich have libstdc++-libc6.2-2.so.3
http://nodep.nl/downloads/newlisp/covvi.tar.gz
Here is a screendump for those using windows..

Enjoy, Norman.
ready until today. All half projects and ofcourse i needed to join....;-)
Well becouse of the time limit (Dumb Dumb) I only have the linux version
here available as window version is available but not ready! sorry!
Here is the contest data "binary" and readme/source.
Compiled to run on Linux machines wich have libstdc++-libc6.2-2.so.3
http://nodep.nl/downloads/newlisp/covvi.tar.gz
Here is a screendump for those using windows..

Enjoy, Norman.
-- (define? (Cornflakes))
And I think Ill also post my sudoku.lsp game generator.
Had a lot of fun from that game. Can be found here ->
http://nodep.nl/downloads/newlisp/sudoku.lsp
Regards, Norman.
Had a lot of fun from that game. Can be found here ->
http://nodep.nl/downloads/newlisp/sudoku.lsp
Regards, Norman.
-- (define? (Cornflakes))