
justyouraveragehacker.wordpress.com
just your average hacker | Be wary, code ahead.Be wary, code ahead.
http://justyouraveragehacker.wordpress.com/
Be wary, code ahead.
http://justyouraveragehacker.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
4
SSL
EXTERNAL LINKS
19
SITE IP
192.0.78.13
LOAD TIME
0.719 sec
SCORE
6.2
just your average hacker | Be wary, code ahead. | justyouraveragehacker.wordpress.com Reviews
https://justyouraveragehacker.wordpress.com
Be wary, code ahead.
ClojureScript Game Prototype | just your average hacker
https://justyouraveragehacker.wordpress.com/2012/06/24/clojurescript-game-prototype
Just your average hacker. Be wary, code ahead. Asymp; 2 Comments. A year has passed since the last post! So what is it all about you ask? Well, it is a game prototype. Written in ClojureScript. From a forked ClojureScript One. The game itself is intended to be for children, which is why its very simple and colorful – or at least that was the intention. Since I am the one who made/chose the graphics, obviously its not going to be the best fit. Audio files (I’m looking at you IE and Safari! Depending on he...
About | just your average hacker
https://justyouraveragehacker.wordpress.com/about
Just your average hacker. Be wary, code ahead. I am Thomas Karolski, a Student of Technic Communication at the University of RWTH in Aachen. Born in Graudenz, Poland in 1987 – then moved to germany with 2 years. I grew up in a relatively small city (about 90 thousand people) doing the things every child would do: going to school, playing with friends, causing havoc and grief to its parents, etc. up until my ninth birthday when my father brought home a computer :-). In my free programming time I use cloju...
thomaskarolski | just your average hacker
https://justyouraveragehacker.wordpress.com/author/thomaskarolski
Just your average hacker. Be wary, code ahead. Asymp; 2 Comments. A year has passed since the last post! So what is it all about you ask? Well, it is a game prototype. Written in ClojureScript. From a forked ClojureScript One. The game itself is intended to be for children, which is why its very simple and colorful – or at least that was the intention. Since I am the one who made/chose the graphics, obviously its not going to be the best fit. Audio files (I’m looking at you IE and Safari! Depending on he...
A first introduction | just your average hacker
https://justyouraveragehacker.wordpress.com/2011/07/14/a-first-introduction
Just your average hacker. Be wary, code ahead. Asymp; Leave a comment. Hello World. Let this set phrase be what introduces me into the world wide web. Though this is not my first blog, I hope it may prove to be a more meaningful endeavor than my last. Given that my main interests are programming clojure, this blog will mostly cover exactly that. So if you’re out there: Stay tuned for some mind boggling functional programming! Next post →. Leave a Reply Cancel reply. Enter your comment here.
TOTAL PAGES IN THIS WEBSITE
4
Arne's Blog: October 2013
http://root42.blogspot.com/2013_10_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. Just so that you know, there is a new StackExchange. You can ask astronomy-related questions there, or search for questions other people have asked. Hopefully, you will get some good answers. How to copy Mails from iCloud to GMail. You can use the fabulous imapsync. Tool to copy mails between IMAP servers. For example you can copy a certain folder from Apple's iCloud. Also important is the "[Google Mail]" IMAP prefix. Ist der Hund gesund.
Arne's Blog: July 2013
http://root42.blogspot.com/2013_07_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. How to get Ctrl Arrow working for programs running in tmux? The key combination of Ctrl arrow. Key is often used for skipping forward or backward whole words. This can be used in the bash command line, Emacs. And many other programs. However, when I am using tmux. This will not work. You can fix this, by adding the following to your /.tmux.conf. Set-window-option -g xterm-keys on. This was explained in a nice superuser Q&A. SciPy returns a...
Arne's Blog: How to setup mDNS lookups on the Raspberry Pi
http://root42.blogspot.com/2015/02/how-to-setup-mdns-lookups-on-raspberry.html
A collection of coding snippets, tips, hints and random thoughts. How to setup mDNS lookups on the Raspberry Pi. I've got the new Raspberry Pi 2. And was setting it up the other day. The first thing that annoys me with vanilla Debian installations is that they don't have mDNS. Avahi enabled by default. This technology is very useful, since it helps you to advertise services on you local network, lets you resolve host names without the need for setting up a DNS server and much more. For added convenience,...
Arne's Blog: Forwarding emails using fetchmail and msmtp
http://root42.blogspot.com/2014/08/forwarding-emails-using-fetchmail-and.html
A collection of coding snippets, tips, hints and random thoughts. Forwarding emails using fetchmail and msmtp. My goal here was to forward emails from my GMX freemail account to my iCloud account. Up until now, I used GMX's own forwarding capability, which is a bit hidden in the filters settings. However, iCloud cranked up its spam filtering, and is now using spamhaus blacklists, which very often label the GMX forwarding servers as bad. So first let's see the /.fetchmailrc. Make sure to chmod 0600. Accou...
Arne's Blog: January 2014
http://root42.blogspot.com/2014_01_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. How to resize tmux windows using OS X terminal. A while back I pointed out a blog post by someone else, which described how to get C-left and C-right working in tmux and OS X. Now I noticed that I cannot resize windows in tmux. This is because tmux seems to expect xterm keys for C-arrow. The xterm keycodes for the arrow keys are:. Left key: [ D. Right key: [ C. Up key: [ A. Down key: [ B. C-left: [ 1;5D. C-right: [ 1;5C. C-up: [ 1;5A.
Arne's Blog: Autocompletion for C and C++ with Emacs 24
http://root42.blogspot.com/2014/11/autocompletion-for-c-and-c-with-emacs-24.html
A collection of coding snippets, tips, hints and random thoughts. Autocompletion for C and C with Emacs 24. I have already done a blog. Post on auto completion using Emacs. But that was back in Emacs 23 days. Long ago. Since then a lot has happened. Emacs 24. Has been released, package managers like MELPA. Have become standard, and company-mode. Seems to be winning against auto-complete. Has made huge strides forward. You can install this init.el by issuing the following commands:. But also when pressing...
Arne's Blog: July 2014
http://root42.blogspot.com/2014_07_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. Hal json is the way to go for representing REST resources. If you are implementing REST. APIs, and are thinking about using application/json. As your content type, please consider application/hal json. It allows you to represent link relations and embedded resources in a standardized manner. The content type offers three things:. Semantic link relations using the link. Link is a good example. Embedded resources using the embedded. I place ...
Arne's Blog: November 2013
http://root42.blogspot.com/2013_11_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. There's a lot of stuff you can do with tmux. Here are some nice to know things:. C-b C-o: cycle contents of current windows (or swap if there are only two windows). C-b C-SPC: switch between vertical and horizontal split. C-b n, p: next or previous screen. C-b [: copy mode. Use Emacs bindings to copy and paste:. C-w or M-w to copy. C-b ] to yank (paste). Subscribe to: Posts (Atom). Maufeline Hier schreibe ich, was mir so einfällt….
Arne's Blog: How to view clojure docs in Emacs Cider
http://root42.blogspot.com/2014/08/how-to-view-clojure-docs-in-emacs-cider.html
A collection of coding snippets, tips, hints and random thoughts. How to view clojure docs in Emacs Cider. Developing clojure with Emacs Cider is great. To be able to view summaries for clojure functions and special forms, type this in you Cider REPL:. Afterwards, you can do stuff like this:. Subscribe to: Post Comments (Atom). Maufeline Hier schreibe ich, was mir so einfällt…. Keine sieben Sachen, dafür Superheldencontent. Realtime CSG Level Editor for Unity released! Meine Hard- und Softwareprojekte.
Arne's Blog: November 2014
http://root42.blogspot.com/2014_11_01_archive.html
A collection of coding snippets, tips, hints and random thoughts. Autocompletion for C and C with Emacs 24. I have already done a blog. Post on auto completion using Emacs. But that was back in Emacs 23 days. Long ago. Since then a lot has happened. Emacs 24. Has been released, package managers like MELPA. Have become standard, and company-mode. Seems to be winning against auto-complete. Has made huge strides forward. You can install this init.el by issuing the following commands:. But also when pressing...
TOTAL LINKS TO THIS WEBSITE
19
Just Your Average Geek
Just Your Average Geek. Currently nuts about Javascript, C# and Patterns. Property changed event on Javascript objects. Recently I ran across a question on StackOverflow.com. The question was: “. Is it possible to have an event that fires when the value of a certain variable changes. 8220; My first reaction was “No… you can’t”. You must create a setter method on your object and pray that the users of your code use the setter method instead of setting the variable itself. Object.watch if (! For a complete...
justyouraveragegirl333.blogspot.com
Just Your Average Girl <333
CLICK HERE FOR THOUSANDS OF FREE BLOGGER TEMPLATES. Just Your Average Girl. Sunday, February 3, 2008. Hahaha yaaa i skate u noooo it like my cool penk girl board! Ummm duhhh skating is the other half of my life besides horsebackridin. Posted by Your Average Girl. Yayyyyyyn i went to disneyland again and i have to sayy ummmmm it was absoulutly amazing! I LOVE SPACE MOUNTIAN! Posted by Your Average Girl. Thursday, January 31, 2008. YAYYY i just got AIM today immm sooo excited! Posted by Your Average Girl.
justyouraveragegirly.blogspot.com
Just Your Average Girl
Just Your Average Girl. Tuesday, June 4, 2013. Wow it has been awhile since I posted! AP testing and finals have been killer! But alas, here is a new post! Exciting news to all those who know my working situation/ adventure, I QUIT! Tuesday, February 5, 2013. Lacrosse is a killer sport! Lacrosse conditioning was killer today! When these exercises are completed, each for 1 minute, we sprint the hallways of Davis and try not to die in the process. Sounds wonderful right? This was bad enough, but then at co...
justyouraverageguy.blogspot.com
Just Your Average Guy
Just Your Average Guy. Thursday, December 23, 2010. After all is said and done, I wouldn't erase our relationship to erase the pain of heartbreak. She opened me up to feelings and thoughts I only thought I was capable of. 2010 was certainly a year I'll remember for a long time. Thursday, December 9, 2010. Date night with Julie was great. We met up at about 7:30 and went out to Luna's in NoVA. Turns out, we shut the place down at 10. I feel like that's a good sign! Wednesday, December 1, 2010. Who knows&#...
justyouraverageguy.wordpress.com
Protected Blog › Log in
Https:/ justyouraverageguy.wordpress.com/. Is marked private by its owner. If you were invited to view this site, please log in. Below Read more about privacy settings. Larr; Back to WordPress.com.
justyouraveragehacker.wordpress.com
just your average hacker | Be wary, code ahead.
Just your average hacker. Be wary, code ahead. Asymp; 2 Comments. A year has passed since the last post! So what is it all about you ask? Well, it is a game prototype. Written in ClojureScript. From a forked ClojureScript One. The game itself is intended to be for children, which is why its very simple and colorful – or at least that was the intention. Since I am the one who made/chose the graphics, obviously its not going to be the best fit. Audio files (I’m looking at you IE and Safari! Depending on he...
Just Your Average Hiker | Thoughts on hiking, backpacking, camping, general outdoors, and other musings…
Just Your Average Hiker. Thoughts on hiking, backpacking, camping, general outdoors, and other musings…. The “10 Essentials”. High Life Rating System. Hickory Smoked Beef Jerky. February 28, 2016. Middot; by Just Your Average Hiker. Infographic: When I Actually Posted These Infographics to my Blog in 2013. December 25, 2013. Middot; by Just Your Average Hiker. Just Your Average Hiker. What should I do as a weekly segment for 2014? Oh, and merry Christmas! That is if […]. December 18, 2013. The infographi...
justyouraveragejane – learning to embrace imperfections when you're a perfectionist
Learning to embrace imperfections when you're a perfectionist. Caturday, a day early! Have a wonderful weekend! Super simple taco soup. Every Sunday, towards the end of the day, not only am I experiencing a minor depression that the weekend is over, I am also asking myself the dreaded question. "What am I going to take to work for lunch tomorrow? I'll admit that my kitchen skills are still fairly limited, at least in the actual meal… Continue reading Super simple taco soup. If there's something better th...
My Site
This is my site description. A website created by GoDaddy’s Website Builder.
Just Your Average Jo - Blog
Just Your Average Jo. Queen Elizabeth Olympic Park London - The stadium is behind the kids to the right, the aquatic center to the left and the ArcelorMittal Orbit directly behind them. (The tall red sculpture that "is intended to be a permanent lasting legacy of London's hosting of the 2012 Summer.Games." They are actually going to convert it to a giant slide in 2016! Big cities have such amazing resources. No beach in London? Okay We'll just make one. That's not yours.". I hope you're being good! Aside...
Just Your Average Joe