Archive for October, 2008

Factor goes to Hollywood

Sunday, October 26th, 2008

Factor, one of the programming languages that intrigue me the most (I made server of not yet released Ask Robi with it and am starting another project), will recieve 3 talks in next days. One of them will be at Hollywood of geeks - Google. The good news is that the talk should be accessible on Google video (hopefully soon).

Link to the post

Reblog this post [with Zemanta]

Whack the dead: PTK on iPhone

Tuesday, October 14th, 2008

I was just mentioning PTK and certain rumors :) and today I saw the review of a game made in PTK for iPhone.


Comment on youtube:

You are killing the good guys too ! this is a big part of the game to not kill the good guys !

You can get the iPhone game here.

Reblog this post [with Zemanta]

Check webpages for text in REBOL

Monday, October 13th, 2008

A guy asked at some forum that I frequent where he can find some apps that test a list of webpages if some text exists on them. Well I don’t know for such programs but this shouted for few quick lines of REBOL so I posted them to him, and here too if I am already writing..

check: func [ url text ] [ if/else find read url text [ "ok" ] [ "OOPS!" ] ]
check-sites: func [ sites ] [ foreach site sites [ print join site/1 [ ": " check site/1 site/2 ] ] ]

so you go to rebol console and use it like this:

check-sites [ [ http://www.najdi.si "najdi.si" ] [ http://www.google.com "microsoft" ] ]

and console says:

connecting to: www.najdi.si
http://www.najdi.si : ok
connecting to: www.google.com
http://www.google.com : OOPS!

Of course this is very simple example script, but it can be a basis for adding logging, sending emails on errors, checking multiple strings per page .. whatever.

Reblog this post [with Zemanta]

Haxe & NekoVM meet PTK

Sunday, October 12th, 2008

I have embedded nekoVM with Haxe compilation into a PTK based 2D game engine. It’s all still very early, but this is the first test app:

neko plus ptk

If you have windows you can download it and try it for yourself. You can see Haxe source in NekoPtkGame.hx inside zip. I will write few tutorials about embedding nekoVM/Haxe into c++ app soon. PTK is one of the most solid and tested 2D game libraries that work on Windows and Mac computers. Direct link here.

//edit: I added the missing link to zip

Reblog this post [with Zemanta]

BraveKid’s Summer Job in Outer Space #2

Monday, October 6th, 2008

Some progress has been made:

BK:SJOS

All graphics is just programmer’s art.. we are talking to / seeking the artists.

RIP ITM Metelko, k.d.

Thursday, October 2nd, 2008

long live REFAKTOR d.o.o.