blog.timmybankers.nl blog.timmybankers.nl

blog.timmybankers.nl

Blog · Tim's Tech blog

Hello, my name is Tim and this is my technology blog. I’m interested in all kinds of software related things and love to program, optimise and automate things. I like to call myself lazy, because I never want to have to do things twice. Raquo; Mixing Java and Scala with Sonar with correct code coverage. Raquo; Dockercon Amsterdam. Raquo; Notes on the Advanced Akka course. Raquo; ScalaCheck in ScalaTest. Raquo; Send To Kobo. Raquo; Poor man's VPN. Raquo; Wifi channels and OSX. Raquo; sudo -E.

http://blog.timmybankers.nl/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.TIMMYBANKERS.NL

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 3 reviews
5 star
2
4 star
0
3 star
0
2 star
0
1 star
1

Hey there! Start your review of blog.timmybankers.nl

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • blog.timmybankers.nl

    16x16

  • blog.timmybankers.nl

    32x32

CONTACTS AT BLOG.TIMMYBANKERS.NL

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Blog · Tim's Tech blog | blog.timmybankers.nl Reviews
<META>
DESCRIPTION
Hello, my name is Tim and this is my technology blog. I’m interested in all kinds of software related things and love to program, optimise and automate things. I like to call myself lazy, because I never want to have to do things twice. Raquo; Mixing Java and Scala with Sonar with correct code coverage. Raquo; Dockercon Amsterdam. Raquo; Notes on the Advanced Akka course. Raquo; ScalaCheck in ScalaTest. Raquo; Send To Kobo. Raquo; Poor man's VPN. Raquo; Wifi channels and OSX. Raquo; sudo -E.
<META>
KEYWORDS
1 tim's tech blog
2 archive
3 categories
4 blog
5 pages
6 tags
7 posts
8 raquo; appscale
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
tim's tech blog,archive,categories,blog,pages,tags,posts,raquo; appscale
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Blog · Tim's Tech blog | blog.timmybankers.nl Reviews

https://blog.timmybankers.nl

Hello, my name is Tim and this is my technology blog. I’m interested in all kinds of software related things and love to program, optimise and automate things. I like to call myself lazy, because I never want to have to do things twice. Raquo; Mixing Java and Scala with Sonar with correct code coverage. Raquo; Dockercon Amsterdam. Raquo; Notes on the Advanced Akka course. Raquo; ScalaCheck in ScalaTest. Raquo; Send To Kobo. Raquo; Poor man's VPN. Raquo; Wifi channels and OSX. Raquo; sudo -E.

INTERNAL PAGES

blog.timmybankers.nl blog.timmybankers.nl
1

Mixing Java & Scala with Sonar with correct code coverage · Tim's Tech blog

http://blog.timmybankers.nl/2015/06/07/Mixing-Java-Scala-With-Sonar

Mixing Java and Scala with Sonar with correct code coverage. Recently we added Scala to a Java Maven project. This works perfectly fine, until we looked at the Sonar report. It turns out that having nice automated code checks for a combined Java/Scala project is quite hard. Last week it was solved. This post is to write down the lessons learned, for it might help others. Using a single language is fine:. Scala Sonar also works fine, using the sonar-scala plugin. Code coverage methods for Java and Scala.

2

Send To Kobo · Tim's Tech blog

http://blog.timmybankers.nl/2014/04/19/Send-to-kobo

A while ago I bought my first e-reader. The Kobo Aura HD. It is a very nice device with a clear screen and it turned out to run some kind of linux. You can copy a file with name. Directory when mounted and as soon as you unmount and disconnect the device, it will copy the contents of the file into the root file system of the ereader. Thus there is a way to make changes to your device! More recently I stumbled upon a website. Headless Videostream 13 Sep 2016. Capturing REPLesent Output 20 Jun 2016.

3

Notes on the Advanced Akka course · Tim's Tech blog

http://blog.timmybankers.nl/programming/2014/07/15/Notes-on-the-Advanced-Akka-course

Notes on the Advanced Akka course. The Advanced Akka course is provided by Typesafe and is aimed at teaching advanced usages of Akka. The course covers the basics of Akka, Remoting, Clustering, Routers, CRDTs, Cluster Sharding and Akka Persistance. The following post starts with a general introduction to Akka and presents the takeaways from the course as we experienced them. A general overview of Akka. The reader which is already familiar with Akka can skip this section. Akka achieves this by using Actors.

4

Using Cntlm To Bypass Your Corporate Proxy · Tim's Tech blog

http://blog.timmybankers.nl/2014/03/17/Using-Cntlm-to-bypass-your-corporate-proxy

Using Cntlm To Bypass Your Corporate Proxy. Can be used as a forwarding proxy for an enterprise NTLM proxy on your development machine. This way programs that do not support NTLM can use Cntlm to access the outside world. It also removes the need to store your proxy credentials in your bash scripts, since only the NTLM-token is stored in your Cntlm config. Each user using this can use his own configuration file (with hashed credentials) and a custom port or use the default. For the startup daemon. Your p...

5

ScalaCheck in ScalaTest · Tim's Tech blog

http://blog.timmybankers.nl/2014/06/05/ScalaCheck-in-ScalaTest

Today I held a presentation at the Scala Community at my employer about ScalaCheck. ScalaCheck is a property based testing tool, which allows you to specify properties using predicates such as: ( forall s : s.reverse.reverse equiv s ), which denotes that for all Strings. Twice it should equal the original. Please see the Slides. Which are created using the nice RevealJS. Maybe even more interesting are the code examples which can be found in the code folder. Of my github repo for the presentation.

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL PAGES IN THIS WEBSITE

15

LINKS TO THIS WEBSITE

alessandrovermeulen.me alessandrovermeulen.me

The difference between shallow and deep embedding - Alessandro Vermeulen

http://alessandrovermeulen.me/2013/07/13/the-difference-between-shallow-and-deep-embedding

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. The Difference Between Shallow and Deep Embedding. Deep and shallow embedding are terms associated with Domain Specific Languages (DSL). A DSL is a language geared toward a specific domain. The dot language. Is an example of such a DSL for describing Graphs. Conceptually, a shallow embedding captures the semantics of the data of the domain in a data type and provides a. The advantage of this embedding tha...

alessandrovermeulen.me alessandrovermeulen.me

A transition to static site generation - Alessandro Vermeulen

http://alessandrovermeulen.me/2011/12/14/a-transition-to-static-site-generation

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. A Transition to Static Site Generation. Today I’ve launched my new blog. It is based on Octopress. And works by statically generating the pages and then syncing them with the server. If you are for example on OS X Lion and installed XCode 4.2 and you run into weird errors like a missing gcc-4.2, and Homebrew throws errors like this:. Please install the gcc package from this nice fellow: osx-gcc-installer.

alessandrovermeulen.me alessandrovermeulen.me

Tag: type algebra - Alessandro Vermeulen

http://alessandrovermeulen.me/tags/type-algebra

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. Datatypes and Folds: Part II. Orchestration support announced on DockerCon. Notes on the Advanced Akka course. The difference between shallow and deep embedding. Combining graphviz (dot) and TikZ with dot2tex. Alessandro Vermeulen is a Functional Programming enthousiast and Computer Sciences MSc alumnus from Utrecht University. His thesis was on incremental evaluation of Haskell programs.

alessandrovermeulen.me alessandrovermeulen.me

Why you should switch to declarative programming - Alessandro Vermeulen

http://alessandrovermeulen.me/2013/05/19/why-you-should-switch-to-declarative-programming

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. Why You Should Switch to Declarative Programming. We are reaching limits of what is feasible with imperative languages and we should move to declarative languages. When applications written in imperative languages grow, the code becomes convoluted. Why? Imperatively programmed applications contain statements such as. If X do Y else do Z. Age 18 and income 2400. We can denote this in the following way:.

alessandrovermeulen.me alessandrovermeulen.me

Tag: uuagc - Alessandro Vermeulen

http://alessandrovermeulen.me/tags/uuagc

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. UUAG TextMate Bundle released. Orchestration support announced on DockerCon. Notes on the Advanced Akka course. The difference between shallow and deep embedding. Combining graphviz (dot) and TikZ with dot2tex. Alessandro Vermeulen is a Functional Programming enthousiast and Computer Sciences MSc alumnus from Utrecht University. His thesis was on incremental evaluation of Haskell programs.

alessandrovermeulen.me alessandrovermeulen.me

Orchestration support announced on DockerCon - Alessandro Vermeulen

http://alessandrovermeulen.me/2014/12/04/orchestration-support-announced-on-dockercon

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. Orchestration Support Announced on DockerCon. The philosophy behind docker is that in order to be solved, a large problem has to be divided into its root problems. One can then proceed by solving every one of these problems step by step. Additionally all elements of the solution need to communicate through a common app. Installation of a docker host from scratch;. More information can be found at github.

alessandrovermeulen.me alessandrovermeulen.me

Tag: attribute grammars - Alessandro Vermeulen

http://alessandrovermeulen.me/tags/attribute-grammars

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. UUAG TextMate Bundle released. Orchestration support announced on DockerCon. Notes on the Advanced Akka course. The difference between shallow and deep embedding. Combining graphviz (dot) and TikZ with dot2tex. Alessandro Vermeulen is a Functional Programming enthousiast and Computer Sciences MSc alumnus from Utrecht University. His thesis was on incremental evaluation of Haskell programs.

alessandrovermeulen.me alessandrovermeulen.me

Tag: fold - Alessandro Vermeulen

http://alessandrovermeulen.me/tags/fold

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. Datatypes and Folds: Part II. Haskell Datatypes and Folds: Part I. Orchestration support announced on DockerCon. Notes on the Advanced Akka course. The difference between shallow and deep embedding. Combining graphviz (dot) and TikZ with dot2tex. BINK software B.V.

alessandrovermeulen.me alessandrovermeulen.me

Getting rid of programming JavaScript with Haskell - Alessandro Vermeulen

http://alessandrovermeulen.me/2012/01/26/getting-rid-of-javascript-with-haskell

Alessandro Vermeulen's blog about languages, programming, Computer Science, photography and the Web. Getting Rid of Programming JavaScript With Haskell. For my Experimentation Project at Utrecht University I ported the JCU application to Haskell. The JCU application is used to give Dutch High school students the opportunity to taste Prolog. Please read my report. On this project. The project is hosted on GitHub in the following repositories:. In the UHC has been changed to. Syntax is now available in the.

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

blog.timmelideo.com blog.timmelideo.com

TIM MELIDEO PHOTOGRAPHY

I am a photographer. Sweet rolls and vents. #merandtimneverstop (at The R and R Cafe). 128678;🚦#merandtimneverstop (at Independence, Iowa). Thisisnotmy Nova. #merandtimneverstop (at Independence, Iowa). Merandtimneverstop (at Independence Area Food Pantry). More from the Badlands. #merandtimneverstop (at Badlands National Park). Merandtimneverstop (at The Sioux Falls State Theatre). Just drove through The Badlands. It was amazing. Pics coming later tonight or tomorrow. #merandtimneverstop.

blog.timmlinder.com blog.timmlinder.com

timm's dev blog

Timm's dev blog. My random thoughts on computer science. Grove Panda A Grove shield for the FEZ Panda II board. June 27th, 2012. Grove Panda, a shield designed by me for the FEZ Panda II. For a student project, I had recently been searching for a set of easily combinable electronic bricks that would include various sensors (e.g. force and distance sensors), LEDs, displays, and so on. As discussed in my previous post. I finally opted for the Grove components. June 27th, 2012. 8216;electronic bricks’.

blog.timmonsandcompany.com blog.timmonsandcompany.com

Timmons&Company Blog | Advertising Agency Philadelphia | Marketing Company Philadelphia | Ad Agency Philadelphia

Back to T&C Website. Marketing By the Numbers in 2014. 10 Dec, 2014. The past year was a big one in the world of marketing and social media, as increased innovation in the way marketers communicate with all types of audiences signal a continuing paradigm shift. However, when it comes to really understanding how marketing has evolved in 2014, and will continue to evolve as we embark on…. Read More →. Surveying the 2015 Marketing Landscape. 02 Dec, 2014. Read More →. 17 Nov, 2014. Read More →. 10 Nov, 2014.

blog.timmonsmaths.co.uk blog.timmonsmaths.co.uk

timmonsmaths | Scottish Maths site for Advanced Higher, Higher and Intermediate 2

Scottish Maths site for Advanced Higher, Higher and Intermediate 2. INT 2 Maths 5th/6th Year Class. NAT 4 3rd Year Maths Class. Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post. Http:/ www.timmonsmaths.co.uk. Proudly powered by WordPress.

blog.timmschoof.com blog.timmschoof.com

Home | blog.timmschoof.com

A short Update on a few things Podcasts. June 14, 2015 podcasts. Just a few quick thoughts and notes, all podcast-related. So, unfortunately, shortly after my last post on the topic. In the last episode, we even did an interview with Johanna, a feminist. Our immediate peer group, and had an exchange that really came out very nice (you really should check out this episode:. Ungeheuerlich eschoofierend 028: Sexismus zu Gast: Johanna Polle. Anyway, the first Podcaster Meetup in Hamburg. And me are doing her...

blog.timmybankers.nl blog.timmybankers.nl

Blog · Tim's Tech blog

Hello, my name is Tim and this is my technology blog. I’m interested in all kinds of software related things and love to program, optimise and automate things. I like to call myself lazy, because I never want to have to do things twice. Raquo; Mixing Java and Scala with Sonar with correct code coverage. Raquo; Dockercon Amsterdam. Raquo; Notes on the Advanced Akka course. Raquo; ScalaCheck in ScalaTest. Raquo; Send To Kobo. Raquo; Poor man's VPN. Raquo; Wifi channels and OSX. Raquo; sudo -E.

blog.timmykokke.com blog.timmykokke.com

Timmy Kokke | apps, web and windows

Apps, web and windows. Add to Flipboard Magazine. Blend for Visual Studio. Blend for Visual Studio. Hidden command line in Visual Studio. May 16, 2015. Now the search box is back on the toolbar. 8216;Window.CloseAllDocuments’. I’d rather type. To accomplish this hit ‘Ctrl /’ and type. 8216;alias wca window.CloseAllDocuments’. From now on you can type. To close all open documents. Another command I use regularly is. To access the TFS source control explorer. You can create this alias with. Today I’m...

blog.timnishmitra.com blog.timnishmitra.com

Tim's Art and more..

Tuesday, October 30, 2012. I will add the others murals I did. Thanks for stopping by and appreciate your comments. Links to this post. Tuesday, October 23, 2012. Happy Dusshera to all. Though, I can't do much these days apart from blogging and surfing the web to find and learn new things, I wanted to post this mural that I did during ganesh chaturthi time. This was one of better ones that I liked and it was sold immediately after display in the fun fair where I exhibited my paintings. Links to this post.

blog.timo-horstschaefer.de blog.timo-horstschaefer.de

Notes

Learning Chinese Measure Words. In the beginning of my Chinese studies, I was always wondering, how to get around with all those measure words. At first, I didn’t even know, which measure words exist besides 个. Then, after searching the web, I found several websites, which list the most common measure words along with their usual words they occur with. For each measure word, there is usually a description of the words it classifies, e. g. 条 for long objects. One for the particular noun. I display 裤子 as (...

blog.timo-jacobs.de blog.timo-jacobs.de

Coders ♥ Coffee | Coding. Fotografie. Persönliches.

Von Timo Kategorie: Notiert. Was zum Himmel soll ich mit 18.446.744.073.709.551.616 IP-Adressen? Ja, das sind 18 Trillionen! Sicherlich habt ihr es schon erraten: Es handelt sich um ein /64-Netz IPv6-Adressen. Für einen Server. Damit hat die Kiste mehr eindeutige Adressen zur Verfügung, als der ganze IPv4-Raum hergibt. Mir hätte eine gereicht. Wie komme ich jetzt zu der News? Mein Gut, dein Gut, gar nicht gut. Von Timo Kategorie: Foto. Mit dieser Frage sah sich Enno Lenze konfrontiert. Er berichtet von d...