qfox.nl qfox.nl

qfox.nl

qfox.nl - Weblogs

Personal website of Peter van der Zee (qFox | kuvos)

http://www.qfox.nl/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR QFOX.NL

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 9 reviews
5 star
6
4 star
1
3 star
0
2 star
0
1 star
2

Hey there! Start your review of qfox.nl

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

CONTACTS AT QFOX.NL

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
qfox.nl - Weblogs | qfox.nl Reviews
<META>
DESCRIPTION
Personal website of Peter van der Zee (qFox | kuvos)
<META>
KEYWORDS
1 qFox kuvos Peter van der Zee
2
3 coupons
4 reviews
5 scam
6 fraud
7 hoax
8 genuine
9 deals
10 traffic
CONTENT
Page content here
KEYWORDS ON
PAGE
weblogs,no spoilers,razer mamba sucks,input polling,achievement unlocked,matrix learning toy,js1k community award,false,as y,weblog,notes,ecma,projects,first oculus experience,webvr wishlist,gearvr as cardboard,gearvr first impression,linux woes,road rage
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

qfox.nl - Weblogs | qfox.nl Reviews

https://qfox.nl

Personal website of Peter van der Zee (qFox | kuvos)

SUBDOMAINS

pcd.qfox.nl pcd.qfox.nl

JS Pragma compiler directives (poc)

JS Pragma compiler directives. Allows you to refactor your code beyond the usual level for js. It's specific usages are for testing and benchmarking. You can take snippets of scripts out of their usual context and put them in their own function. For the production code, you compile the directives out and you're left with a regular script. The ifdef also allows you to create multiple versions of the same code, using constants and macros. Supported directives: (Click here to expand.). Macro SOME VALUE 5.

jscoercion.qfox.nl jscoercion.qfox.nl

JS Coercion Tool

This tool will try to show you what happens when javascript applies coercion rules for regular equality comparison (= ). It is in fact the depiction of the Abstract Equality Comparison Algorithm. JS is notorious for these coercion rules. They allow for some disturbing outcomes when comparing two variables of different types. For example, an object is always true when you apply! To be zero). The boolean value is converted to a number, true becomes 1. Clearly, 0! Change anything to see the steps taken.

glayer.qfox.nl glayer.qfox.nl

Google Maps GLayer example by qFox

This page might take a little longer to load in slow browsers on slow computers. This is a GLayer script I've written. The goal is to be able to show a lot of static mappoints. You can download the complete source, including the php scripts to handle the server side, here. Note that this is just one example of how it can be done. There exists other methods (that use cookies, for example). Well they don't. Not really. You're actually looking at a tile layer on the standard google tile layer:.

fractal.qfox.nl fractal.qfox.nl

Dragon fractal / Jurassic Park fractal

esparser.qfox.nl esparser.qfox.nl

ECMAScript 5 parser, by Peter van der Zee

By Peter van der Zee (Please note: this project is not a usable parser, but it does produce the complete parse tree. For my faster parsers check ZeParser. Rewrite Optional parts (safe). Rewrite epsilon rules (safe). Rewrite Any parts (safe). Rewrite unit rules (unsafe! Remove duplicate rules (safe). Output parser debug trace (LOT of output! Enable unit tests (slows down parsing). Enable pruning (speeds up parsing). Directive scanner (post parsing). Fix parse tree (fix ranges wrt comments and whitespace).

enterprise.qfox.nl enterprise.qfox.nl

Syndicate Enterprise

cm.qfox.nl cm.qfox.nl

ClusterManager Demo

For Google Maps v3 Demo (200 random markers). Rewritten from v1.01 to work with gmaps v3 (yes, skipped a version to make it more logically match with gmaps version). It offers basically the same functionality as the old script (see below). The red squares with C represent multiple markers. Click on it to see the contents. Drag regular markers around and near other markers to create new clusters. For more information on how the script works internally, check out the blog post :). 2010, qfox.nl. Where the ...

cfg.qfox.nl cfg.qfox.nl

Cfg Parser Demo

This is my CFG parser. It parses CFG's written in the BNF. Yeah, good luck with those TLA's ;). The example here is the ECMAScript specification, version 5. It is the exact CFG as used by my parser and the same CFG as it occurs in the formal specificiations, with minor edits to accomodate my parser ;) View the source of this page to see the source CFG used to generate it. Not working for you? Check the pre-generated static html output. I've also written a blog post. About it, in case you want to read more.

cde.qfox.nl cde.qfox.nl

CDE script, The Custom DOM Element - Main description

The CDE javascript is syntactic sugar that helps creating DHTML easier and faster by creating Custom DOM Elements. Classic DHTML consists of many calls, element creation and "manual" setting of attributes. CDE helps you making this process a little less agonizing and gives you cleaner and clearer source code. CDE is an object oriented chaining library that doesn't pollute the global scope beyond it's main object variable; CDE. Every function and method is part of either CDE or it's prototype.

car.qfox.nl car.qfox.nl

Javascript Car Animation by qFox, 2010

INTERNAL PAGES

qfox.nl qfox.nl
1

qfox.nl - Razer Mamba Sucks

http://qfox.nl/weblog/353

The Razer Mamba is a 120 eur wireless mouse. I think it's fair to say that it's far and beyond into the expensive range of mice. But that's alright, I can spot that. I've been using this old default fuji mouse that I don't even know where I got it from. I've been looking to replace it for a while but mice are a tricky beast. Let's start with the good. The mouse itself, as I said, is bulky which is why I picked it in the first place. Its back touches the palm of my hands rather than having to have my ...

2

qfox.nl - Projects and Talks

http://qfox.nl/projects

Drew: declarative rewriting expressions. May 2015 / May 2016. JS1k 2016 demo: Dotted Elements. Takes an old particle demo ( wk.qfox.nl. And uses a similar approach to create a 1022 byte demo. Went through some lengths to record my progress and as a result the entire golfing process can be followed by reading the commit log. For the repo I setup for this. The demo isn't very fancy in particular, if you know how particles work, but the golfing part has some cool tricks. February - March 2016. It is open so...

3

qfox.nl - ES5 parser in JS

http://qfox.nl/weblog/212

ES5 parser in JS. So I wrote an ECMAScript parser in JavaScript (which is ECMAScript). The parser should be able to parse any valid ES5 script. This includes proper regular expression detection and automatic semi-colon insertion mechanisms. The script is not quite the fastest parser implementation, but it's easy to change the underlying language rules, or CFG. You can find the parser at http:/ esparser.qfox.nl. It uses a CFG parser I blogged about yesterday. The unicode ranges I blogged about. Logitech M...

4

qfox.nl - html5 game jam

http://qfox.nl/weblog/213

So the last week was kind of hectic for me. First there was the Fronteers conference in Amsterdam, where I volunteered. Two full days of speakers of various levels. Met some great people, did not get a whole lot of sleep. So it was great, I loved it. After that I went to Hilversum to the Google/Spil games HTML5 game jam. Just interested in the result? Anyways, at about noon we could finally start coding. I met Kornel. So we formed a group. I was kind of surprised that they told us to create groups of...

5

qfox.nl - CFG parser in JS

http://qfox.nl/weblog/211

CFG parser in JS. Writing parsers is certainly a special olympics kind of thing. A while back I decided I wanted to write a JavaScript or ECMAScript parser. So now I have. At the basis of that parser is a CFG parser. And that's what this post is all about. So what is a CFG? CFG stands for Context Free Grammar. It is a set of rules that is able to formally de-/construct a language without having to know anything about the semantics (context) of the language you're parsing. CFG's are often (if not always?

UPGRADE TO PREMIUM TO VIEW 18 MORE

TOTAL PAGES IN THIS WEBSITE

23

LINKS TO THIS WEBSITE

cde.qfox.nl cde.qfox.nl

CDE script, The Custom DOM Element - Download page

http://cde.qfox.nl/download

The CDE javascript is syntactic sugar that helps creating DHTML easier and faster by creating C. CDE script combinator. Any required modules or plugins will automatically be included, unless specified otherwise. Red parts are what I consider "core". Full source size / minified source size]. 851k / 26.8k ]. 205k / 6.4k ] (requires: Core). 48k / 3.0k ] (requires: Core, CSS). 183k / 6.5k ] (requires: Core, CSS). 193k / 12.2k ] (requires: Core, CSS). 11k / 0.4k ] (requires: Core). Changed cde.on, added a...

js.gd js.gd

JS GooDies

http://js.gd/2012.html

These were the links posted in 2012. See js.gd. Links I see daily. Mainly web focussed, most of those are js focussed even. These links are hand picked by me. Have a link you think fits here? Just spread it on the twitters mentioning @jsgoodies. Interactive guide to blog typography. A tale of a CSS3 animation demo. How we read code. Language designers should do more research like this. Ludumdare 25 web games. Great list of (mostly) small games created in 48h. Generate your own comic online. Waaaait for i...

github.com github.com

GitHub - qfox/ZeParser: My JavaScript parser

https://github.com/qfox/ZeParser

Use Git or checkout with SVN using the web URL. May 26, 2013. Peter van der Zee. Failed to load latest commit information. Oct 25, 2011. Fix] Don't bundle tests when deploying package. Oct 16, 2012. Oct 1, 2011. Mar 25, 2012. Better error detection in tag parsing. Nov 5, 2012. Fixed a case where a leading unfinished tag literal would cause infin. Nov 5, 2012. Oct 1, 2011. Added an interactive console for the parser which shows you the token. Mar 25, 2012. May 26, 2013. Fixed case for files. Dec 23, 2011.

blog.reybango.com blog.reybango.com

What to Read to Get Up to Speed in JavaScript | Rey Bango

http://blog.reybango.com/2010/12/15/what-to-read-to-get-up-to-speed-in-javascript

Web developer, honey badger. What to Read to Get Up to Speed in JavaScript. December 15, 2010. There’s a discussion going on on the JSMentors JavaScript mailing list about books to read to get you to the next level. There’s been a lot of great feedback and suggestions thrown out and I wanted to offer up what I felt were good books/resources. To carry you through the learning process. While I list a number of books in the Big List page that I created. JavaScript: The Good Parts. Ppk on JavaScript, 1/e.

js1k.com js1k.com

JS1k 2010 - A merry JavaScript golfing competition

http://js1k.com/2010-xmas

JS1k: The JavaScript code golfing competition. Signup to the mailing list. For general updates, demo notifications, and perhaps news on a conference (all configurable). Help us improve the site by updating meta data of your submission. Subreddit for discussions and community voting. Together the hand picked jury will pick the top 10. They are a mix of JavaScripters and demo sceners. Peter van der Zee. He's just this guy, you know. Peter van der Zee. Below are the final top10 demos. To see them all! This ...

UPGRADE TO PREMIUM TO VIEW 59 MORE

TOTAL LINKS TO THIS WEBSITE

64

SOCIAL ENGAGEMENT



OTHER SITES

qfourr.com qfourr.com

QFOURR

Engineering and Solutions for Semiconductor and Non-Semiconductor Applications. Powered by InstantPage® from GoDaddy.com. Want one?

qfox.com qfox.com

qfox.com - qfox Resources and Information.

This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

qfox.com.tw qfox.com.tw

公仔|生日禮物 | 狐狸胡塗創意網

公仔,生日禮物,畢業公仔,婚禮公仔,製作公仔,Q版畫像,訂製公仔,皮夾,抱枕. 量身訂製的公仔,生日禮物,情人節禮物,畢業禮物,聖誕禮物,父親節禮物,母親節禮物,教師節禮物,耶誕禮物,結婚禮物.無論是訂做個人公仔還是,訂製企業公仔.只要提供照片,圖檔,都能訂製公仔或Q版畫像,無論是好友結婚禮物的公仔設計,子女畢業的公仔製做(畢業禮物),父母的生日的創意公仔訂做(生日禮物),唯妙唯肖的個人公仔,還有寶貝生日的(影像蛋糕),飲水思源的變色馬克杯(畢業禮物),企業形象的公仔娃娃,似曾相似的q版畫像,個性拼圖,珍藏瓷磚畫,皮夾彩繪,浪漫錢夾,影像皮包.是送好友的結婚禮物,送父母的生日禮物,還是孩子的滿月珍藏紀念,訂製公仔、的最佳選擇。

qfox.de qfox.de

web274 @ webserver.homepage-hoster.de

Hier entstehen die Internet-Seiten des Parallels Confixx Benutzers. Auf webserver.homepage-hoster.de. This page is autogenerated by Parallels.

qfox.nl qfox.nl

qfox.nl - Weblogs

Game of Thrones Book. When I first heard of GoT I was excited. I had seen the intro, heard the mass buzz, and pegged it for a show where "something" battled "something else" and the theme was mad technological gimmicks. Mechanical machines, whether or not s. Logitech MX Master rocks. So I'm building a canvas game. Actually I've been working on this thing for most of last year before being side tracked, again, to something else. Ok I digress. In this canvas game there's obviously an fps settin...Let's tal...

qfox.ru qfox.ru

Веб-студия «Уголок Стартапера»

Ждем изюм ;-). Именно из нашего винограда делаются те самые. Авторский проект Откровенное мнение. Авторские обозревательный проект, направленный на обсуждение и рецензирование «не форматных» направлений музыки, кино и литературы. Сайт каталог компании Глобал Климат. Климатическая компания «Глобал Климат» специализируется на установке и продаже систем кондиционирования и вентиляции ведущих марок. Для компании, нашей командой, был создан многофункциональный интернет-магазин. Новая площадка Вашего успеха.

qfox13.com qfox13.com

Welcome to www.qfox13.com - Search Results for "qfox13.com"

Inquire about this domain.

qfoxtech.com qfoxtech.com

俏狐官网首页

qfoxweb.com qfoxweb.com

Qualitis Plus | Web Design, Development, Consulting and Hosting Services and Solutions

WED DESIGN, DEVELOPMENT AND HOSTING SOLUTIONS THAT MEETS YOUR. For more information,. Or if you have a question. Or need a quote,. Our primary focus is website development. Our primary focus is. Website development. We can develop, design, build, host, deploy, and search-engine optimize a website for your company or organization that will bring value to both you and your customers. We work with small to medium-size businesses, organizations, professionals and non-profits. What can we do for your website?

qfoxworld.com qfoxworld.com

qfoxworld.com - Registered at Namecheap.com

This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.