jakewheat.github.io jakewheat.github.io

jakewheat.github.io

Projects

Here is a summary of my projects on Github. My Github repo home is here: https:/ github.com/JakeWheat/. These are the libraries on hackage which you can use in Haskell projects right now. Older library to parse and do some typechecking of SQL. Supports mostly postgres dialect with good DML coverage, some DDL and some procedural SQL support. Eventually plans to support other dialects of SQL also. Last updated 2015-08-15 14:58:16 IDT.

http://jakewheat.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JAKEWHEAT.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

September

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 9 reviews
5 star
8
4 star
0
3 star
0
2 star
0
1 star
1

Hey there! Start your review of jakewheat.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.2 seconds

CONTACTS AT JAKEWHEAT.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Projects | jakewheat.github.io Reviews
<META>
DESCRIPTION
Here is a summary of my projects on Github. My Github repo home is here: https:/ github.com/JakeWheat/. These are the libraries on hackage which you can use in Haskell projects right now. Older library to parse and do some typechecking of SQL. Supports mostly postgres dialect with good DML coverage, some DDL and some procedural SQL support. Eventually plans to support other dialects of SQL also. Last updated 2015-08-15 14:58:16 IDT.
<META>
KEYWORDS
1 projects
2 table of contents
3 libraries
4 hssqlppp
5 simple sql parser
6 documentation/demo projects
7 sql overview
8 intro to parsing
9 unrealistic project plan
10 links
CONTENT
Page content here
KEYWORDS ON
PAGE
projects,table of contents,libraries,hssqlppp,simple sql parser,documentation/demo projects,sql overview,intro to parsing,unrealistic project plan,links,index,homepage,repository,bug tracker,jakewheatmail@gmail com,hssqlppp/latest/,sql overview/
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Projects | jakewheat.github.io Reviews

https://jakewheat.github.io

Here is a summary of my projects on Github. My Github repo home is here: https:/ github.com/JakeWheat/. These are the libraries on hackage which you can use in Haskell projects right now. Older library to parse and do some typechecking of SQL. Supports mostly postgres dialect with good DML coverage, some DDL and some procedural SQL support. Eventually plans to support other dialects of SQL also. Last updated 2015-08-15 14:58:16 IDT.

INTERNAL PAGES

jakewheat.github.io jakewheat.github.io
1

simple-sql-parser -

http://jakewheat.github.io/simple-sql-parser/latest/index.html

A parser for SQL queries in Haskell. Also includes a pretty printer which formats output nicely. The first goal is to parse most of SQL:2011 queries. This is the documentation for version 0.4.0. Documentation for other versions is available here: http:/ jakewheat.github.io/simple-sql-parser/. Tested with GHC 7.6.3 and 7.8.2. S name, count. Supplier, lineitem l1, orders, nation where. S suppkey = l1.l suppkey and. O orderkey = l1.l orderkey and. O orderstatus = F. L1l receiptdate l1.l commitdate and.

2

SQL overview

http://jakewheat.github.io/sql-overview

This is a project to review SQL: run through the standard and explain what each feature is, explain the jargon terms, explain why the feature exists, and explain the relationship with real sql products - standard feature, possibly with different syntax/ different semantics/ different names/jargon; or one of those SQL Standard things which bears no relationship to reality. Maybe provide a little history and context also, with a little bit of relational theory. SQL A Comparative Survey, Hugh Darwen. There ...

3

Intro to Parsing with Parsec in Haskell

http://jakewheat.github.io/intro_to_parsing/index.html

Intro to Parsing with Parsec in Haskell. 11 Summary of sections. 23 Text.Parsec.Char. 24 A couple of helper executables. 3 Very simple expression parsing. 37 Testing with the examples. 38 Testing with quickcheck. 381 a pretty printer. 382 the quick check code. 4 Applicative style parsing code. 51 Text.Parsec.Combinator. 6 Functions and types for parsing. 61 Functions for parsing. 62 type signatures revisited. 7 Parsing expressions with fixity. 71 expressions with plus and times. 724 addition, subtraction.

4

Projects

http://jakewheat.github.io/index.html

Here is a summary of my projects on Github. My Github repo home is here: https:/ github.com/JakeWheat/. These are the libraries on hackage which you can use in Haskell projects right now. Older library to parse and do some typechecking of SQL. Supports mostly postgres dialect with good DML coverage, some DDL and some procedural SQL support. Eventually plans to support other dialects of SQL also. Last updated 2015-08-15 14:58:16 IDT.

5

simple-sql-parser -

http://jakewheat.github.io/simple-sql-parser/latest

A parser for SQL queries in Haskell. Also includes a pretty printer which formats output nicely. The first goal is to parse most of SQL:2011 queries. This is the documentation for version 0.4.0. Documentation for other versions is available here: http:/ jakewheat.github.io/simple-sql-parser/. Tested with GHC 7.6.3 and 7.8.2. S name, count. Supplier, lineitem l1, orders, nation where. S suppkey = l1.l suppkey and. O orderkey = l1.l orderkey and. O orderstatus = F. L1l receiptdate l1.l commitdate and.

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL PAGES IN THIS WEBSITE

9

LINKS TO THIS WEBSITE

jakewheat.blogspot.com jakewheat.blogspot.com

Something: Setting up CUDA in Linux containers

http://jakewheat.blogspot.com/2015/08/setting-up-cuda-in-linux-containers.html

Sunday, 9 August 2015. Setting up CUDA in Linux containers. Setting up CUDA in Linux containers. This is an article about how to get CUDA working in a particular Linux container implementation, LXC. Linux containers are built on two features in the Linux kernel, cgroups, https:/ en.wikipedia.org/wiki/Cgroups. Here is how to get CUDA working in a container on Ubuntu Server 15.04. First install Ubuntu server 15.04 in the usual way. Update, and install LXC. Sudo apt-get install -f. Sudo dpkg - configure -a.

jakewheat.blogspot.com jakewheat.blogspot.com

Something: August 2015

http://jakewheat.blogspot.com/2015_08_01_archive.html

Sunday, 9 August 2015. Setting up CUDA in Linux containers. Setting up CUDA in Linux containers. This is an article about how to get CUDA working in a particular Linux container implementation, LXC. Linux containers are built on two features in the Linux kernel, cgroups, https:/ en.wikipedia.org/wiki/Cgroups. Here is how to get CUDA working in a container on Ubuntu Server 15.04. First install Ubuntu server 15.04 in the usual way. Update, and install LXC. Sudo apt-get install -f. Sudo dpkg - configure -a.

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

3

OTHER SITES

jakewhatson.skyrock.com jakewhatson.skyrock.com

Blog de JakeWhatson - Blog de zidanesal - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (23.21.86.101) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le samedi 26 septembre 2009 08:04. Ou poster avec :. Ou poster avec :.

jakewhayes.com jakewhayes.com

Jake W Hayes

Musings of a Relentless Small Business Fanatic. Your Customers Don’t Like Them Either. Jul 15th, 2010 by Jake W Hayes. We could do better, if we wanted to. It may come across to them that you could do a better job every month if you really wanted to. Rather show your appreciation with something unrelated to your product. Have you ever had the experience of being publically applauded for something you did not do? Diminishing Returns and Cost. Can’t We All be Friends? Jun 28th, 2010 by Jake W Hayes.

jakewhayward.com jakewhayward.com

jakewhayward.com/Home

Jake Hayward was born in Independence, Missouri in 1974. He graduated high school in Wichita, Kansas in 1993. He recently finished a degree in graphic design, going back to school after spending the last ten years involved with the local Houston music community. Jake is a self-taught artist who has developed his talent and style for over twenty years. 169; 2014 jakewhayward.com (email the webmaster.

jakewheat.blogspot.com jakewheat.blogspot.com

Something

Sunday, 9 August 2015. Setting up CUDA in Linux containers. Setting up CUDA in Linux containers. This is an article about how to get CUDA working in a particular Linux container implementation, LXC. Linux containers are built on two features in the Linux kernel, cgroups, https:/ en.wikipedia.org/wiki/Cgroups. Here is how to get CUDA working in a container on Ubuntu Server 15.04. First install Ubuntu server 15.04 in the usual way. Update, and install LXC. Sudo apt-get install -f. Sudo dpkg - configure -a.

jakewheat.com jakewheat.com

JakeWheat.com | Digital Marketing & Web Design

Social Media Photos 2018. Social Media Photos 2018. Ensuring Proper Support For Digital Downloads. When emailing support for digital goods and services, please provide your download code in the body of your email so it may be investigated and validated. We repair codes, and. Continue reading →. StreetBlast Media Is Now JakeWheat.com. Continue reading →. Jake A. Wheat. Digital Marketing and Website Design. Social Media Photos 2018.

jakewheat.github.io jakewheat.github.io

Projects

Here is a summary of my projects on Github. My Github repo home is here: https:/ github.com/JakeWheat/. These are the libraries on hackage which you can use in Haskell projects right now. Older library to parse and do some typechecking of SQL. Supports mostly postgres dialect with good DML coverage, some DDL and some procedural SQL support. Eventually plans to support other dialects of SQL also. Last updated 2015-08-15 14:58:16 IDT.

jakewheat.tumblr.com jakewheat.tumblr.com

Untitled

See, that’s what the app is perfect for. Wahhhh, I don’t wanna.

jakewheeler.com jakewheeler.com

Jake Wheeler Creative - Home

Misc Fun Old Work.

jakewhetter.com jakewhetter.com

Puma Sale London Online | Buy Puma Men's Sport And Running Shoes Cheap

My Cart: 0 Item(s). New Products For March. Puma Women Shoes Puma Fierce Bright Training Shoes Women Puma White-Puma White. Puma Women Shoes Puma Fierce Engineered Mesh Training Shoes Women Gray. Puma Women Shoes Puma Fierce Camo Training Shoes Women Puma Black-Puma White. Puma Women Shoes Puma Fierce Bright Training Shoes Women Pink Glo-Pink Glo. Puma Women Shoes Puma Fierce Camo Training Shoes Women Quarry-Puma White. Puma Women Shoes Puma Fierce Bright Training Shoes Women Safety Yellow-Safety.

jakewhillans.com jakewhillans.com

Jake Whillans

jakewhiskey.com jakewhiskey.com

Jake "Whiskey" Norris - Distillery Consultant, Spirits Educator, Owners Rep

DISTILLERY CONSULTANT - OWNERS REP - SPIRITS EDUCATOR. THIS WEEK: Portland ADI Conference – 3/27 and 3/28. A Chat with Jake Norris. 8211; RESERVE ADI SESSION. Space is limited so reserve your spot now! Is focused on whiskies, he has extensive experience in the production of vodka, gin, rum, agave spirit, as well as brandy and cordials. Interested in Jake's Services? What Services are interested in?