
SILLY-BYTES.BLOGSPOT.COM
Silly BytesHuman knowledge belongs to humanity / El conocimiento humano pertenece a la humanidad
http://silly-bytes.blogspot.com/
Human knowledge belongs to humanity / El conocimiento humano pertenece a la humanidad
http://silly-bytes.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.7 seconds
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
17
SITE IP
172.217.9.225
LOAD TIME
1.719 sec
SCORE
6.2
Silly Bytes | silly-bytes.blogspot.com Reviews
https://silly-bytes.blogspot.com
Human knowledge belongs to humanity / El conocimiento humano pertenece a la humanidad
Silly Bytes: Gentle introduction to STM32 ARM Cortex microcontrollers and boards programming
http://www.sillybytes.net/2016/09/gentle-introduction-to-stm32-arm-cortex.html
11 sept. 2016. Gentle introduction to STM32 ARM Cortex microcontrollers and boards programming. So you have been using AVR, PIC or some other microcontroller for a while and discover that ST Microelectronics offers some pretty cheap 32 bit ARM and feature rich microcontrollers: STM32. And want to start playing with them but don't know how or where to start; I'm here to help. Note: Be aware that ARM. That manufacturers can implement. Is a common mistake to think ARM. Although these are cheap and amazing, ...
Silly Bytes: 12/06/16 - 19/06/16
http://www.sillybytes.net/2016_06_12_archive.html
17 jun. 2016. From PIC to AVR. This is my humble contribution to the PIC vs AVR holy war. TL;DR: I was a PIC user but decided I hate it, switched to AVR and love it! From Microchip and AVR. From Atmel are both wonderful microcontrollers for hobbyist and professional as well (I am a hobbyist only if youre wondering). Read more / Seguir leyendo. Newer posts / Posts recientes. Older posts / Posts antiguos. Suscribirse a: Entradas (Atom). Ver todo mi perfil. GPG key ID: 12622B78. You can chat with me here.
Silly Bytes: Seamlessly Vim-Tmux-WindowManager-Monitor navigator
http://www.sillybytes.net/2016/06/seamlessly-vim-tmux-windowmanager_24.html
24 jun. 2016. Describes how to make Vim and Tmux work together in Harmony. Based on this crhistoomey plugin. Allowing you to traverse both your Vim and Tmux windows and panes respectively. Having the ability to traverse Vim and Tmux splits without having to think about it using. But I still had an annoyance source from the window manager (Ratpoison) and the multi monitor setup. So I took the same concept and extend it to those uses cases, so now I use. To move through my Window Manager splits. We need a ...
Silly Bytes: 11/09/16 - 18/09/16
http://www.sillybytes.net/2016_09_11_archive.html
11 sept. 2016. Gentle introduction to STM32 ARM Cortex microcontrollers and boards programming. So you have been using AVR, PIC or some other microcontroller for a while and discover that ST Microelectronics offers some pretty cheap 32 bit ARM and feature rich microcontrollers: STM32. And want to start playing with them but dont know how or where to start; Im here to help. Note: Be aware that ARM. That manufacturers can implement. Is a common mistake to think ARM. Is a microcontroller on itself, it is not.
Silly Bytes: 1/05/16 - 8/05/16
http://www.sillybytes.net/2016_05_01_archive.html
Esta es la traducción al español de los vim kōans. 191;Qué es un Kōan? El maestro Wq y el desarrollador de Windows. El maestro Wq se encontraba ayudado a algunos novatos de Vim. Luego de sus enseñanzas sobre las virtudes de Vim, pregunto si habían preguntas. Un hombre joven levantó la mano. Maestro, como puedo filtrar la segunda columna de una tabla de texto plano para todas las filas que contienen la cadena tcp? El maestro Wq no dijo nada, se volteó al pizarrón detrás de él, y escribió:. Mayo 1 - mayo 8.
Silly Bytes: Ratpoison: Fuzzy window selection
http://www.sillybytes.net/2016/07/ratpoison-fuzzy-window-selection.html
13 jul. 2016. Ratpoison: Fuzzy window selection. A nice feature to have is the ability to jump to an arbitrary window by performing a quick fuzzy searching whit just a few characters. We can achieve this by using Ratpoison's flexibility and the fantastic FZF tool. The window select.sh. Script will do the trick using FZF. There is no a matching window for. This will use Ratpoison to prompt for a fuzzy string and will take you immediately to the matched window. Bind w exec window select.sh fzf. Noviembre 3...
Silly Bytes: Aprende Haskell rápido y difícil
http://www.sillybytes.net/2016/06/aprende-haskell-rapido-y-dificil_29.html
29 jun. 2016. Aprende Haskell rápido y difícil. Esta es la traducción al español del artículo Haskell the hard way. TL;DR*: Un corto y denso tutorial para aprender Haskell. De verdad pienso que todos los desarrolladores deberían aprender Haskell. No creo que todos necesitan convertirse en ninjas de Haskell, pero deberían al menos descubrir que es lo que Haskell tiene para ofrecer. Aprender Haskell abre tu mente. Los lenguajes comunes comparten los mismos fundamentos:. Y justo después "Real World Haskell".
Silly Bytes: 22/05/16 - 29/05/16
http://www.sillybytes.net/2016_05_22_archive.html
27 may. 2016. Firefox control on steroids [Firefox Ratpoison Mozrepl]. Im not going to lie to you, what youre about to read is so cool you might want to buy me a cup of coffee and hug me. Controlling all sort of stuff with Ratpoison, as you can see in my previous posts, is pretty neat and you can extend it to control your browser as well. These are the current capabilities:. Every command start with the Ratpoison prefix f like so:. Read more / Seguir leyendo. 22 may. 2016. With the following content:.
Silly Bytes: Vim + Haskell
http://www.sillybytes.net/2016/08/vim-haskell_11.html
11 ago. 2016. So you're writing in the right language using the right tool already, but lets put some extra magic under our sleeves. Yesod Haskell web framework. Most of this functionality is achieved by using already available tools and already available Vim plugins for those tools. So I'll assume you have your way to install the plugins (I'm using vim-plug. Here is my complete .vimrc. Every line of vimrc used should be enclosed in an. Augroup ft haskell au! Au FileType haskell compiler ghc. There are p...
Silly Bytes: 28/08/16 - 4/09/16
http://www.sillybytes.net/2016_08_28_archive.html
28 ago. 2016. TDD (Test-Driven Development) Physical Traffic Light. Robert C. Martin (Uncle Bob). Said in a talk:. Imagine you have a button that you can push, it will test your code and if everything is working a green light will come up, but if something is break, a red light will come up [.]. He was of course talking about TDD, but I was bored and get inspired to build this little toy. Hardware schematics, firmware and host software is available in this Github repo. Read more / Seguir leyendo. Julio 1...
TOTAL LINKS TO THIS WEBSITE
17
Blog de Silly-boys06 - Blog de Silly-boys06 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. St Martin Vésubie (06). Mise à jour :. Abonne-toi à mon blog! 9760;☠☠Bienvenue sur le blog des Silly boys! 9760;☠☠. Bienvenue sur le blog de Silly-boys06! Mon blog parlera du airsoft. 9760;☠☠☠☠☠☠☠☠. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Petit dessin fait par moi.
silly-bur (Lucy) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 8 Years. This deviant's full pageview. Last Visit: 420 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Dec 22, 2010.
Silly Bus
Welcome to the Silly Bus Blog! We hope you enjoy our blog - we try to provide helpful updates about our music, what we are up to and cool things we find to do with music, activities for kids and families, and every day stuff! Stay Silly, Silly Bus. Sunday, August 1, 2010. Silly Bus Kids Music Back-to-School Sale 50% off Educational Kid Music. Use the code school. At check out to get 50% off the digital album downloads during our Back-to-School Sale! Children who receive early music training score higher ...
silly-butlers (Myst) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 5 Years. This deviant's full pageview. Last Visit: 280 weeks ago. This is the place where you can personalize your profile! I'd lik...
Blog de Silly-Bxtch - Peeax' :: Jou && Jou x33 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Peeax' : Jou & Jou x33. Entre la vie and la M0rt. Je ne sais plus ce qu'il y a de mieux. Plus rien à perdre. Ce sont les larmes qui m'ont le plus soutenues. Mise à jour :. Abonne-toi à mon blog! J'ai faim, j'ai envie de dormir, je veux fumei, Fermee' Ta GEUUL. Ancieen blog : Lààà'. Nouvoo Blog : Iciiiiiii. L'ancien Bloog' enfin c'étai celui après Silly-Bxtch mais je lei arrêter pr dei raison personnel et Lotre c mon tou nouvo voilà bizoux' (L).
Silly Bytes
Silly Bytes has moved - Silly Bytes se trasladó. 23 sept. 2016. How do I blog? Blogger posts from markdown and CLI. There are plans to migrate Silly Bytes. And GitHub pages, but till then Im still using Blogger. And I wanted to make the posting process as painless and automatic as possible. Every post I write is currently a separate git repo hosted on the Silly Bytes GitHub organization. The post is written and maintained in Markdown using Pandoc and a convenient Makefile generated by the made script.
Silly-C
Thursday, December 24, 2009. Hey You - Happy Birthday! I wish we could have spent some time together but well. I am really very busy this period. Bad timing. =( Owe you first bah. Boss - Happy Birthday! Yes, your birthday wish will come true! Friday, October 9, 2009. 那感觉没了。。。 Somehow I felt it's never good enough. Monday, January 5, 2009. I realised it wasn't just Alex who thought Indifference is my boss. Halo halo. Please. I don't like Ah Pek! Let alone a married Ah Pek! So this is it! Just 3 weeks with...
Blog de silly-c0nnard - TÖute ses chôses qu'on ne sâis pas dites - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. TÖute ses chôses qu'on ne sâis pas dites. Les personnes qui sont triste, on les plus beaux sourrir.'. Mise à jour :. Caapitaine kiwi, :'). Abonne-toi à mon blog! Caapitaine kiwi, :'). N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (54.145.69.42) si quelqu'un porte plainte. Ou poster avec :. Posté le jeudi 11 février 2010 18:25.
Silly-Caracal (Insert Name Here. >:C) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Insert Name Here. :C. Deviant for 6 Years. Insert Name Here. :C. Last Visit: 271 weeks ago. This deviant's activity is hidden. Deviant since Mar 15, 2009. By moving, adding and personalizing widgets. In case y...
Son Profil - Silly-Cate - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. La position des blocs a été enregistrée. Dimanche 28 juillet 2013 21:26. 5 pr la retraitée! Jeudi 28 février 2013 12:13. SPLENDIDE.mais un peu jeune pour etre à la retraite lol.big kiffff et 5. Sam 23 février 2013. Ici pour : Me faire des potes. Taille : 175 cm. Poids : 75 kg. Je suis plutôt : Normal. Habite : Dans mon appart. Signe astro : Scorpion. Poster sur mon blog.
Silly Catherine
Přihlásit se ». Registrovat se ». GALERIE: Německé pláže zaplavila vajíčka. Rychlé vaření pro zaneprázděné matky (i otce). Nejčastější přešlapy při úpravě obočí: Neděláš je také? Nastaven nový dess by disposable-teens.blog.cz. Blog založen 30.8.2010. Vítejte u Silly Catherine! 22 listopadu 2010 v 15:32 Silly Catherine Můj Deník. 17 listopadu 2010 v 12:49 Silly Catherine Můj Deník. Já fajn.3koda že je jenom jeden den volna to ale neva aspon něco no.Co budete ještě dneska dělat? Zatím se tu mějte pa.
SOCIAL ENGAGEMENT