http://www.youtube.com/watch?v=us9ub0v-uF4
birikkina2 da quando si è trasferita è desaprecida. ricordo la sua allegria
e la sua voce lieve come la neve
http://it.wikisource.org/wiki/La_cattedrale_e_il_bazaar/Cronologia_delle_versioni_e_delle_modifiche
http://static.openskill.info/topics//storia_di_un_pinguino_e_di_altri_animali.htm
http://www.dvara.net/HK/cattedralebazaar.asp
2.2.3 Use of FORTRAN Idioms
Some Common Lisp compilers do not optimize the same way as others.
The following expression is sometimes used:
(* -1 <form>)
when compilers often produce better code for this variant:
(- <form>)
Of course, the first is the Lisp analog of the FORTRAN idiom:
– -1*<form>
http://www.naggum.no/worse-is-better.html
http://www.autistici.org/sens/inf/hacklinux.pdf
1 – http://www.techweb.com/encyclopedia/ If you’re interested in tech stuff in general, definitely check this
site out. This is good for ANYONE to go visit!
2 – http://www.zdnet.com/ For your tech news, game news, whatever news, free downloads, product reviews,
etc…
3 – http://www.ittoolbox.com/ Has lots of different specialized sections and things. Very informational, very
good. Special sections for the most major languages (notably C/C++, Eiffel and Java)
These are some general links and sites I recommend you take a gander at:
http://nhse.npac.syr.edu/hpccgloss/hpccgloss.html [glossary of Programming Terms…]
http://www.techweb.com/encyclopedia/ [TechWeb tech encyclopaedia]
http://www.ics.uci.edu/~eppstein/junkyard/ [interesting geometry place "Geometry Junkyard"]
http://www.cs.unb.ca/~alopez-o/math-faq/index.html [mathematics FAQs]
http://members.aol.com/jeff570/mathword.html [earliest uses of mathematical terms site]
http://members.aol.com/jeff570/mathsym.html [earliest uses of mathematical symbols]
http://www.research.att.com/~njas/sequences/index.html [integer sequences encycolpaedia]
http://archives.math.utk.edu/materials.html [sites dedicated to teaching mathematics]
http://www.math.com/ [Site dedicated to teaching math, mostly the basics… which is what you need when
you do programming…]
http://www.bearshare.net/ [BearShare forums, etc. for the segment of the Gnutella file-sharing community
that uses BearShare. Cool stuff, and a great Gnutella app.]
If you have any comments, questions, suggestions, bitches, gripes, free money to give me, naked women who
want me, etc. please feel free to drop me a line at:
shaveyoursnatch@math.com
This has been a production of $h@v3-uR-$n@+cH. This work is hereby released by him to the Public Domain
(not that you would give a damn if he (c)’ed it anyway…) on 4.2.2001 from Ishikiri, Japan.
[DISCLAIMER: The views expressed here are merely the opinion of the author ($h@v3-uR-$n@+cH) and do
not necessarily represent the official views or opinions of the rest of the Bald Beaver loving population.]
[NOTE: All URLs were validated as of 4.2.2001.]
[Additional – you can find “The Simple and Effective Way to Learn Java” by $h@v3-uR-$n@+cH on the Gnutella network in pdf
format as well.]
[This primer will be mirrored at http://www.fuka.250x.com/comp/progprime.htm from 4.3.2001.]
http://www.autistici.org/sens/objectoriented.pdf
OPERATORE SIGNIFICATO
+ Addizione
– Sottrazione
* Moltiplicazione
/ Divisione
** Elevamento a potenza
http://www.autistici.org/sens/inf/fortran.pdf