
blog.davidegrayson.com
David Grayson's blogThis is my professional blog, where I share interesting new things I have learned about computer programming.
http://blog.davidegrayson.com/
This is my professional blog, where I share interesting new things I have learned about computer programming.
http://blog.davidegrayson.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
5.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
7
SITE IP
172.217.6.83
LOAD TIME
5.546 sec
SCORE
6.2
David Grayson's blog | blog.davidegrayson.com Reviews
https://blog.davidegrayson.com
This is my professional blog, where I share interesting new things I have learned about computer programming.
David Grayson's blog: What Ruby does at parse time
http://blog.davidegrayson.com/2014/01/what-ruby-does-at-parse-time.html
This is my professional blog, where I share interesting new things I have learned about computer programming. Thursday, January 30, 2014. What Ruby does at parse time. Yesterday at the Las Vegas Ruby Group. Someone was surprised that Kernel#global variables. Will list global variables that have not been used yet. The same thing is actually true for symbols and methods, as shown here:. The first line of this program tells us that Ruby has already found four things. It found a symbol. We already intuitivel...
David Grayson's blog: Ruby blocks with brackets are parsed differently
http://blog.davidegrayson.com/2015/02/ruby-blocks-with-brackets-are-parsed.html
This is my professional blog, where I share interesting new things I have learned about computer programming. Sunday, February 15, 2015. Ruby blocks with brackets are parsed differently. You can write blocks using either brackets or with the do/end keywords. Check out this code that gives surprising results:. A = [] a.concat a.map { b } # = [] a.concat a.map do b end # = no implicit conversion of Enumerator into Array (TypeError). Def f(x) puts 'f got block' if block given? August 11, 2016 at 9:18 AM.
David Grayson's blog: Non-bitcoin assets on the block chain are not interesting
http://blog.davidegrayson.com/2015/03/non-bitcoin-assets-on-blockchain-are.html
This is my professional blog, where I share interesting new things I have learned about computer programming. Monday, March 2, 2015. Non-bitcoin assets on the block chain are not interesting. I frequently hear people in the Bitcoin community. Say that money is just the first application of the Bitcoin block chain, and that they want to use it for tracking other assets like land and securities. That thinking is misguided and I would like to explain why. And a list of outputs. TLDR: The bitcoin network est...
David Grayson's blog: Introducing the Ruby ECDSA gem
http://blog.davidegrayson.com/2014/04/introducing-ruby-ecdsa-gem.html
This is my professional blog, where I share interesting new things I have learned about computer programming. Sunday, April 6, 2014. Introducing the Ruby ECDSA gem. I am happy to announce that I released version 1.0.0 of the Ruby ecdsa gem. Today ECDSA stands for Elliptic Curve Digital Signature Algorithm. This algorithm, defined in a document called SEC1. To install the gem, run:. The main reason that I made the ecdsa gem is because I wanted to do some experiments related to Bitcoin. In contrast, the Ru...
David Grayson's blog: Introducing RPicSim
http://blog.davidegrayson.com/2014/09/introducing-rpicsim.html
This is my professional blog, where I share interesting new things I have learned about computer programming. Monday, September 22, 2014. Check out the post I recently wrote on the Pololu blog: Introducing RPicSim. It talks about a tool we made for using Ruby, RSpec, and test-driven development to aid the development of PIC microcontroller firmware. Subscribe to: Post Comments (Atom). Im an engineer living in Las Vegas. I enjoy Ruby, computer programming, and learning about the world.
TOTAL PAGES IN THIS WEBSITE
19
Davide De Pas | Miami Florida Photographer – Rock Love Play
Davide De Pas Miami Florida Photographer. From Bat Mitzvah to Bride…. August 25, 2015. August 25, 2015. I photographed a very special wedding this weekend. In 2000, I shot the Bat Mitzvah of a beautiful young girl, fifteen years later, she is now a beautiful young lady and this past weekend I photographed her wedding. This is the first time in my career that I have had this opportunity and for me it was very exciting. Photos by DAVIDE DE PAS PICTURES – ROCK LOVE PLAY. Go Back to davidedepas.com.
David Edmundson's Web Log | - sharpley.org.uk
David Edmundson's Web Log. You are here: Home. High DPI in Plasma 5.4. As retrofitting high DPI support into such a large range of both KDE and third party applications is risky to do without breakage, progress is deliberately slow and gradual in order to do this right. The good news is I get to write lots of blog posts as we make the continual steps forwards. Plasma 5.3 (last release). High DPI Scaling via a hidden config option for early testing. Plasma 5.4 (this release). The app sized sensibly, but s...
blog-notes
Questo è il fotoblog di Davide Dutto. Sono un po’ stanco, per chi mi conosce non è una novità. Oggi il caldo afoso è stupendo qui nelle langhe, mi ha tirato fuori ogni goccia di sudore, ogni sensazione è arrivata al limite, alla sua estrema rappresentazione. Passando per le stradine in mezzo alle vigne il terreno sabbioso si alza dietro la mia Rav 4 e forma nuvole che m’inseguono con una lunga striscia aerea. Bevo ancora un sorso. Scrivo, e tra poco cercherò di scegliere le immagini da sistemare del serv...
Web developer, programmatore, sviluppatore PHP di Cuneo
Web developer for passion. Ng-Cookies e cookies su localhost con AngularJs. Oggi scrivo di una piccola scoperta fatta giocando con AngularJs. Che potrebbe tornare utile a chi di voi si deve cimentare nell’utilizzo di questa funzionalità javascript con l’ormai noto framework. Dopo aver perso tutte le speranze e mentre vagavo senza meta all’interno delle issues del repository Github di AngularJs. Facciamo un esempio: se il vostro progetto risponde all’url. Il particolare importante da notare è lo. Da buon ...
[[NSBlog alloc] initWithTitle:@"Davide Fresilli's Blog"];
NSBlog alloc] initWithTitle:@Davide Fresilli's Blog];. Hi, I just looked up the systemCMS code again and corrected some of the wrong code (? Replaced deprecated functions, etc… . Keep in mind that this is a 2010 project so it’s pretty buggy, you can use the code for your own project or to make this one better – feel free. You can find the download in “Downloads” tab, enjoy. Arc4random code 'n' stuff. Designed and Developed by Caslay Family.
David Grayson's blog
This is my professional blog, where I share interesting new things I have learned about computer programming. Saturday, March 25, 2017. One-part AVR-controlled "boost converter". I built a crappy AVR-controlled boost converter with just one part (an inductor) that can blink a blue LED when you power it at 2.3 V. See the video here:. I did this because there was a challenge. On a cool electronics blog that I follow. Update: I received a shirt from Josh for winning the contest. I like it! I recently bought...
Adventures in Software Development | Mindful Mischief
Adventures in Software Development. NHJUG TDD Talk – Slides And Video. As I mentioned in a previous post, I recently gave a talk on Test Driven Development at the April NHJUG. Meeting. A few people have asked me for the slides so here they are. I experimented with recording the talk as well so you can see the results of that experiment as well. At a high-level, the talk centered around the following topics:. In depth, live coding demo of the developer workflow. NHJUG Talk on Test Driven Development.
davideiffert.com
Youth pastor, preacher, and mac nerd based in Albuquerque, NM. You can safely assume that you’ve created God in your own image when it turns out that God hates all the same people you do. Mdash; Anne Lamott. Posted October 24, 2013. Billy Corgan on God and Christian Music. Lead singer and songwriter of The Smashing Pumpkins Billy Corgan was recently interviewed by CNN. Without warning he starts talking about God and Christian music. And it’s AMAZING. What would you say to Christian rockers, then? Just wa...
The World In My Eyes
The World In My Eyes. My Photo Shoot With John McCain. Small School, Big Time Hockey. Camp Voyageur Summer Camp. My Photo Shoot With John McCain. I was sad to hear the news today regarding John McCain. I had the opportunity to take his photograph during his 2008 presidential campaign. July 20, 2017. July 21, 2017. Leave a comment on My Photo Shoot With John McCain. Small School, Big Time Hockey. I recently shot a series of images for ESPN. May 15, 2017. July 20, 2017. December 24, 2015. In honor of the S...
David Elner
Ramblings about software and other tech stuff. Page 1 of 1. Dual-booting Ubuntu 14.10 on the Surface Pro 3. Surface Pro 3 Intel i7 512GB running Ubuntu 14.10 Utopic Unicorn (Linux 3.17.6) Prologue "Tablets? Why would I want one of those? Rails Asset Pipeline: Serve assets easily and cheaply from CloudFront. Rails 4 comes packed with all kinds of great features; among my favorites is the improved asset pipeline. In this post, I'll cover a neat way ». Page 1 of 1. Proudly published with Ghost.
My Notepad
Il mio taccuino personale. Lo stesso onore e lo stesso eroismo, criticabili allo stesso modo, ce l’hanno tutti i soldati volontari al momento in cui hanno messo firma, prendendosi gli stessi rischi. Non è un eroe chi muore solo per essersi trovato al momento sbagliato nel luogo sbagliato. Si chiama fatalità, non eroismo. Non starò troppo a sentenziare sul fatto che in Italia, in situazione di pace, siano morte nei primi 8 mesi del 2009 710 persone. In un attacco Nato? Per far correre tutti alla ritirata?