blog.bogojoker.com
BogoJoker » Too Many Unproductive Comments
http://blog.bogojoker.com/2009/06/too-many-unproductive-comments
Too Many Unproductive Comments. It seems as though there is an epidemic across the web. Bad comments. Not spam, not flames, not even rude remarks… just plain drivel. I spent the last few weeks reading all the comments (or as many as I could stand) on the hundreds of blog articles I read every week. They fall into two major categories, which I’ll discuss below. I’ve linked to this in the past but I’ve really taken it to heart: Your Shit Does Stink — Good Friends Are Hard to Find. I took a well written art...
snakelemma.blogspot.com
snakelemma blog: Verlet integration in Haskell
http://snakelemma.blogspot.com/2009/12/verlet-integration-algorithm-written-in.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Martedì 29 dicembre 2009. Verlet integration in Haskell. Verlet integration algorithm written in 3 minutes. Vt atph * h * 0.5. Xt h * vt 0.5 * acc. Xtph, vtph , n-1 , acc. H ) : nextStepInt. Xtph, vtph , n-1 , acc. H ) = map. Example ( spring ) :. TimeInt (0 , 1 , 10000 , ( x - 0.1 * ( - x ) ) , 0.2 ). Nice post and this fill someone in on helped me alot in my college assignement. Say thank you you on your information. My Ma...
snakelemma.blogspot.com
snakelemma blog: A method to exchange keys and values in a python dictionary
http://snakelemma.blogspot.com/2011/05/method-to-exchange-keys-and-values-in.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Martedì 24 maggio 2011. A method to exchange keys and values in a python dictionary. Around the web i've found this method to exchange keys and values in a python dictionary:. The dict = { 'a': 1, 'b': 2, 'c': 3 } inverted dict = dict(zip(*zip(*the dict.items() [: -1]). 1:'a', 2:'b', 3:'c' }. It is nice isn't it? But how does it work? Switch the tuples and re-create a dictionary. 3 - a list[: -1] to revert a list. Zip(*zip(*...
snakelemma.blogspot.com
snakelemma blog: my delicious
http://snakelemma.blogspot.com/2009/12/my-delicious.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Giovedì 24 dicembre 2009. Now i'm in delicious: http:/ delicious.com/koteth. A lot of Haskell links. Questo commento è stato eliminato da un amministratore del blog. Iscriviti a: Commenti sul post (Atom). Quick plot dialect (Rebol). A nice Villetta in Acireale! My files, snippets and code. Mandelb.r (Rebol) Mandelbrot. RungeKutta0.1.r (Rebol) Req:q-plot.r. Mandel.rb -(Ruby) Mandelbr Fract. RebTest.r (Rebol) simple gui ex.
snakelemma.blogspot.com
snakelemma blog: Similarity Matrix in Text Mining
http://snakelemma.blogspot.com/2010/03/similarity-matrix-in-text-mining.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Venerdì 26 marzo 2010. Similarity Matrix in Text Mining. In this post i'm testing http:/ www.mathjax.org. For latex math formulas ). What is a similarity matrix ( in text mining ) and why is important? We have to start from a corpus composed by k documents:. Left { D i right } {i=1} k $. A corpus is merely collection of documents ). A way to find semantic structures in the corpus is to study the occurrence and the. Distance ...
snakelemma.blogspot.com
snakelemma blog: Dungeon ( Quinta da Regaleira - Portugal )
http://snakelemma.blogspot.com/2009/08/dungeon-quinta-da-regaleira-portugal.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Domenica 16 agosto 2009. Dungeon ( Quinta da Regaleira - Portugal ). Iscriviti a: Commenti sul post (Atom). Quick plot dialect (Rebol). A nice Villetta in Acireale! My files, snippets and code. Mandelb.r (Rebol) Mandelbrot. RungeKutta0.1.r (Rebol) Req:q-plot.r. Mandel.rb -(Ruby) Mandelbr Fract. RebTest.r (Rebol) simple gui ex. Numbers.r (Rebol) numbers toy. Haarscala (Scala) haar wavelets. Re: Mandelbrot Set in Haskell.
snakelemma.blogspot.com
snakelemma blog: Esoteric ruby Mandelbrot
http://snakelemma.blogspot.com/2008/10/esoteric-ruby-mandelbrot.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Martedì 14 ottobre 2008. Inspired from this article. Play with code in order to create my version of Madelbrot set program in ruby. This is the code:. Not true, the code is here. Because the blogger editor didn't work fine when a code contain. The code is intentionally obscure. Is possible to decide: position, zoom factor, number of iterations, and number of lines. The output should be like this:. Quick plot dialect (Rebol).
snakelemma.blogspot.com
snakelemma blog: Mandelbrot in Rebol
http://snakelemma.blogspot.com/2009/07/mandelbrot-in-rebol.html
Yuki programming - Rem tene, verba sequentur. Images, snippets, snapshots, math. Domenica 19 luglio 2009. And this is my interpretation of Mandelbrot fractal using Rebol:. This language allow to write a gui using few rows of code. There is still a problem with zoom functionality ( I hope to fix it soon ). You can see also my ruby mandelbrot. Iscriviti a: Commenti sul post (Atom). Quick plot dialect (Rebol). A nice Villetta in Acireale! My files, snippets and code. Mandelb.r (Rebol) Mandelbrot. A gallery ...
andes.softinnov.org
SI.org :: REBOL Library
http://andes.softinnov.org/rebol/index.shtml
Welcome to our REBOL library! REBOL is a programming language invented by Carl Sassenrath. And published by REBOL Technologies. More information can be found following these links :. REBOL Official Source Code Library. REBOL Language Download Page. REBOL-Forces: Articles and source code. Realtime online discussions about REBOL. World: REBOL3, user: guest, pass: guest). Lot of interesting articles about learning REBOL. REBOL is a trademark of REBOL Technologies.