Preview:
Twitter style
Just a little code I wrote to change twitter a little. I'll keep making some changes I suppose
Preview:
Code:
You might also want to chek this: http://userstyles.org/styles/76627/twitter-circle-avatar, circular avatars are the shit :P
Preview:
Secuencia de Collatz (recursiva)
Publicado por
Jere
on martes, 5 de marzo de 2013
Etiquetas:
Python,
Source code
/
Comments: (0)
Quizás lo mejores después, por ahora lo dejo recursivo.
Importance of algorithms
Publicado por
Jere
on sábado, 2 de marzo de 2013
Etiquetas:
Python,
Source code
/
Comments: (0)
Code without Miller-Rabin implementation:
Estimated time to calculate perfect number with p = 31: > 10 min.
Code With Miller-Rabin implementation: Estimated time to calculate perfect number with p = 31: ~ 1 sec.
Implementation gotten from here.
Code With Miller-Rabin implementation: Estimated time to calculate perfect number with p = 31: ~ 1 sec.
Implementation gotten from here.
Números triangluares
Publicado por
Jere
on viernes, 1 de marzo de 2013
Etiquetas:
Python,
Source code
/
Comments: (0)
Easy, right? :D