
blog.jonhnnyweslley.net
Jonhnny WeslleyJonhnny Weslley's Blog
http://blog.jonhnnyweslley.net/
Jonhnny Weslley's Blog
http://blog.jonhnnyweslley.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.7 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
14
SITE IP
52.167.214.135
LOAD TIME
0.705 sec
SCORE
6.2
Jonhnny Weslley | blog.jonhnnyweslley.net Reviews
https://blog.jonhnnyweslley.net
Jonhnny Weslley's Blog
Jonhnny Weslley's blog: Scala API lookup with Ubiquity
http://blog.jonhnnyweslley.net/2008/09/scala-api-lookup-with-ubiquity.html
Scala API lookup with Ubiquity. September 7, 2008. A quickly hacked up Scala. The first prototype of a natural language web service connector created by Mozilla Labs. It basically prepends a google search with the site: parameter pointing to the Scala API. Click here. I don't think you put the appropriate header in. The Ubiquity install bar doesn't appear at the top of the page your command is linked from. September 7, 2008 at 3:00 PM. It works fine on my browser! Anyway, the script is available here.
Jonhnny Weslley's blog: Escape from Zurg
http://blog.jonhnnyweslley.net/2008/08/escape-from-zurg.html
August 26, 2008. A long time ago, I got fascinated with the Zurg riddle. Aka Escape from Zurg. The Zurg riddle is a puzzle (featuring characters from the movie Toy Story. Which has been used to teach students Logic Programming. Recently, Sam Halliday from the Javablog. Wrote a blog post with a Java implementation. And Paul Butcher from the Texperts. Wrote another blog post with a Ruby implementation. Of Escape from Zurg. Others implementations can to be find here. Here’s the puzzle:. Case classes implici...
Jonhnny Weslley's blog: Guide to Scala Bazaar auto completion using BASH
http://blog.jonhnnyweslley.net/2008/08/guide-to-scala-bazaar-auto-completion.html
Guide to Scala Bazaar auto completion using BASH. August 22, 2008. System, “sbaz” in short, is a system used by Scala. Enthusiasts to share computer files with each other. In particular, it makes it easy to share libraries and applications. In this post, I’ll show you how easy it to use one of the nicest facilities of the modern shell, the built in “completion” support, to become more easy to use sbaz in command line. Once you’ve setup your system for auto completion you need to take the following:.
Jonhnny Weslley's blog: Scala Shell
http://blog.jonhnnyweslley.net/2008/09/scala-shell.html
September 12, 2008. Scalash) is a shell. For programming in Scala. Scalash is run from the command line. And allows the programmer to experiment with code in real time. It allows you to enter Scala commands at the prompt and have the interpreter respond immediately. A quick summary of the features present:. Colourized output ( highlighting. Auto-completion, aka Tab-completion. Start script support - when an interactive shell is started, Scala Shell. Reads and executes commands from. If that file exists.
Jonhnny Weslley's blog: SHadoop
http://blog.jonhnnyweslley.net/2008/05/shadoop.html
May 14, 2008. What is Scala and Hadoop? Is a modern multi-paradigm programming language designed to express common programming patterns in a concise, and type-safe way. It smoothly integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity, and more. Is a free Java software platform that supports running applications to process vast amounts of data. It has been developed under the Apache Lucene. And the Google File System. Impli...
TOTAL PAGES IN THIS WEBSITE
5
jweslley (Jonhnny Weslley) · GitHub
https://github.com/jweslley
X6a;w@jonhnnyweslley.net. Http:/ blog.jonhnnyweslley.net. Jun 16, 2008. Bash completion support for Ruby on Rails. A set of command-line statistics tools. Jonhnny Weslley's configuration shiznit that makes him productive. A web server for developers. An open source Pusher server implementation compatible with Pusher client libraries written in GO. 63 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. To refresh your session.
Quantum Leap: The JVM finally moving forward
http://quantleap.blogspot.com/2012/04/jvm-finally-moving-forward.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 28 April 2012. The JVM finally moving forward. After almost a year of delay, Java 7 has been officially released for the Mac. See Java 7 Mac OS X download. In order to use it in Eclipse and others, bear in mind that the PATH is now:. Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents. This is my /etc/hosts. 255255.255.255 broadcasthost. Fellow twe...
Quantum Leap: November 2011
http://quantleap.blogspot.com/2011_11_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 6 November 2011. This weekend I've been trying to write some microbenchmarks and discovered a large differences between different implements of the same problem: create a list of 10 million objects and print only the ones that are modulo of a million. Subscribe to: Posts (Atom). View my complete profile. Scala maven intellij ide java. Fellow tweeter ...
Quantum Leap: Rename a GIT project in GitHub
http://quantleap.blogspot.com/2011/12/rename-git-project-in-github.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 3 December 2011. Rename a GIT project in GitHub. It is now supported to rename projects in GitHub. Go to project admin, and rename. Then, in your local .git project, simple edit your '.git/config' file. Url = g.@github.com:fractal/old-name.git. Now just change old-name to new name, save and push. 18 March 2013 at 15:10. View my complete profile.
Quantum Leap: December 2011
http://quantleap.blogspot.com/2011_12_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 11 December 2011. Understanding the JVM, concurrency and GC. A great collection of links and presentations on Java Virtual Machine and why understanding how it works is critical. First, let's start with HotSpot. Armed with this knowledge, we are then ready to take on the mammoth paper " What every programmer should know about memory. Finally, I have ...
Quantum Leap: November 2010
http://quantleap.blogspot.com/2010_11_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 13 November 2010. Building Scala applications with SBT Idea. Intellij IDEA is a great tool for Scala Developers. A couple of days ago I attended a great event of the London Scala User Group where, Richard Hallaway, Phill Wills and Maciej did a very good intro to this tool. First, you'll need the great SBT (Simple Build Tool),. After you setup SBT.
Quantum Leap: July 2010
http://quantleap.blogspot.com/2010_07_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Wednesday, 14 July 2010. Scala 2.8.0 FINAL released. The long awaited Scala 2.8.0 has been released today (just in time for my dissertation! The list of new features is gigantic, and thoroughly deserves a 3.0 release, but due to distribution issues, the version upgrade is just minor. In the Scala website. This is a great day for the growing Scala community!
Quantum Leap: The art of GC Tuning
http://quantleap.blogspot.com/2011/10/art-of-gc-tuning.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 22 October 2011. The art of GC Tuning. Great presentation discussing best practices when tuning Garbage Collection on the JVM. The different GC Collectors:. See JVM GC tuning docs here. Also, a comparison of all the JVM GC implementations. Particularly valuable given that Java8 will incorporate JRockit's features. Subscribe to: Post Comments (Atom).
Quantum Leap: Building Scala apps with Maven and ScalaTest
http://quantleap.blogspot.com/2012/09/building-scala-apps-with-maven-and.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Monday, 17 September 2012. Building Scala apps with Maven and ScalaTest. Of the many Scala projects I know (particularly on Github), most rely on SBT. I personally prefer SBT, in fact, you can use this project for quick Scala SBT IDEs setup. But for the projects I have at work, Maven is used, so I need to have a decent project file. Have plenty of different ...
Quantum Leap: September 2011
http://quantleap.blogspot.com/2011_09_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Monday, 26 September 2011. Attending the Low latency summit conference in London. I will be attending the Low-Latency Summit 2011 - Winning Strategies for Deploying Low-Latency Technologies. I expect to get a good insight on vendor technologies used for ultra low latency such as Infiniband networks. And suggestions on how to mitigate them. Fellow tweeter @Da...
TOTAL LINKS TO THIS WEBSITE
14
Jonathan Harrington
ZeroMQ is an excellent, language agnostic messaging and concurrency library. It can be used to provide non-BEAM based languages with some (but not all! Of the features that we take for granted when writing code in Elixir on the erlang vm. For this post, we will focus on its capabilities Read more. Elixir, Docker and PG2. A CEP Processor in Elixir. Simple Sliding Windows in Elixir. Custom data structures in Elixir As part of some research I have been doing I wanted a sliding window data structure and thou...
Jon Heese's Tech Blog | Various IT Hacks & Tips
Jon Heese's Tech Blog. Various IT Hacks and Tips. Small Business Server 2003. Outlook 2003 compose window freezing on Send. Today I had a client using Outlook 2003 SP3 who was having the following symptom: When she composed a new e-mail in Outlook, she’d hit the “Send” button, and the window would turn white and block for 5-30 seconds, and then finally disappear and the program behavior would return to normal. Eventually I tried disabling her e-mail signature, and the problem disappeared. Cause: This err...
blog.jonhillphotographer.co.uk
Jon Hill: Photographer
Jon Hill |
What's up at jhp. Jon Hill Pictures :site. Laugh at my pain. The usual suspects productions. Feel The Pain…. We just wrapped a round of kickin’ shoots at Smashbox Studios/Los Angeles. With the seriously funny Kevin Hart. And The Usual Suspects Productions. For Kevin’s latest film, “Laugh at my Pain”. Kevin is totally on fire as he also just joined the new FOX show “Little In Common”. Playing Gabrielle Union’s hubby. Friday, April 8th, 2011. Laugh at my pain. The usual suspects productions.
Jonhnny Weslley
September 12, 2008. Scalash) is a shell. For programming in Scala. Scalash is run from the command line. And allows the programmer to experiment with code in real time. It allows you to enter Scala commands at the prompt and have the interpreter respond immediately. A quick summary of the features present:. Auto-completion, aka Tab-completion. Start script support - when an interactive shell is started, Scala Shell. Reads and executes commands from. If that file exists. Scala API lookup with Ubiquity.
Jonblr
Jonblr turned 5 today! Game night (@ foursquare HQ w/ @mm @eqx1979 @sloh423 @chimeracoder @noah weiss @3n3l3s @siobhanquinn) [pic]: http:/ 4sq.com/n37xRk. Trying to learn about the facts of life: http:/ t.co/2CYy0HO. My sweet ride for the weekend: fiat 500. Super fun to drive http:/ flic.kr/p/9YVVoL. I just unlocked the “Ten Hundred” badge on @foursquare! Marriage Equalitocalypse w/ @skamille @videodrew @emilygannett @femmebot @kmaverick @ericfriedman) http:/ 4sq.com/mv8Uq7. Ashley theme by Jxnblk.
Index of /
Jonico – Creative Power | Jonico – Creative Power
BIGtheme.net http:/ bigtheme.net/ecommerce/opencart. Jonico – Creative Power Jonico – Creative Power. How Important Is Appearance and What Can We Do to Improve It? From the moment a person glances at you it takes only 3 seconds for them to form an opinion. Appeara. Top 5 Most Viewed Videos On YouTube 2015. The top 5 videos on YouTube are once more music videos, but things have changed from last years list. Confirmed principles for selling your product. How to get rid of a headache. Read More ». When I th...
喬莉娜的心靈饗宴–占星塔羅研究院 – 占星.塔羅.天使.靈氣仁神術.分享與授課
諮詢 Q & A. Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ». Continue reading ».
Blog o wodzie jonizowanej i jonizatorach wody w Polsce
32 360 25 43. 115;klep@osmoza.pl. Blog o wodzie jonizowanej i jonizatorach wody w Polsce! Błyskawiczny kurs jonizacji wody. Tabela produktów spożywczych i ich pH. Jak pracuje jonizator wody? Woda kwaśna praktyczne zastosowanie. Blog o wodzie jonizowanej i jonizatorach w Polsce! Jonizatory wody to nasza pasja! System immunologiczny a woda jonizowana. Które z tych leków zażywasz w miarę często? Woda z jonizatora – tylko do picia? A właśnie, że nie! Darmowy poradnik – Alkaliczna harmonia ciała. Jak zauważa ...
SOCIAL ENGAGEMENT