gener8.be gener8.be

gener8.be

Gener8: Software and mathematics

I'm Koen Van Damme, freelance software engineer, living and working in Belgium. This is a collection of articles I've written, about programming and mathematics. I'm currently (2017) working on a website with more mathematics articles, so stay tuned. How to write a parser. Turn your scripting language into a code generator. Data file formats for Tcl scripts. This article shows some very easy techniques for parsing text files in Tcl. It provides lots of examples to explain the techniques step by step.

http://www.gener8.be/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GENER8.BE

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of gener8.be

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • gener8.be

    16x16

  • gener8.be

    32x32

  • gener8.be

    64x64

  • gener8.be

    128x128

  • gener8.be

    160x160

CONTACTS AT GENER8.BE

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Gener8: Software and mathematics | gener8.be Reviews
<META>
DESCRIPTION
I'm Koen Van Damme, freelance software engineer, living and working in Belgium. This is a collection of articles I've written, about programming and mathematics. I'm currently (2017) working on a website with more mathematics articles, so stay tuned. How to write a parser. Turn your scripting language into a code generator. Data file formats for Tcl scripts. This article shows some very easy techniques for parsing text files in Tcl. It provides lots of examples to explain the techniques step by step.
<META>
KEYWORDS
1 articles
2 downloads
3 links
4 about me
5 hi there
6 recent articles
7 objects in tcl
8 more articles
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
articles,downloads,links,about me,hi there,recent articles,objects in tcl,more articles
SERVER
UploadServer
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Gener8: Software and mathematics | gener8.be Reviews

https://gener8.be

I'm Koen Van Damme, freelance software engineer, living and working in Belgium. This is a collection of articles I've written, about programming and mathematics. I'm currently (2017) working on a website with more mathematics articles, so stay tuned. How to write a parser. Turn your scripting language into a code generator. Data file formats for Tcl scripts. This article shows some very easy techniques for parsing text files in Tcl. It provides lots of examples to explain the techniques step by step.

INTERNAL PAGES

gener8.be gener8.be
1

Data file formats for Tcl scripts

http://www.gener8.be/site/articles/tcl_file_formats/tcl_file_formats.html

Data file formats for Tcl scripts. Turn your scripting language into a code generator. How to avoid parsing. Scan if you can. How to parse by hand. From recursion to grammars. Up and down the parsing spectrum. Schemas and syntax trees. Data file formats for Tcl scripts. A Tcl script sometimes needs to save textual data on disk, and read it back. To avoid writing a parser for the data, you can use a few simple tricks that turn Tcl into a parser for free. Rectangle 10 10 150 50 2 blue 2. The first two line...

2

Objects in Tcl

http://www.gener8.be/site/articles/tcl_objects/tcl_objects.html

Data file formats for Tcl scripts. Turn your scripting language into a code generator. How to avoid parsing. Scan if you can. How to parse by hand. From recursion to grammars. Up and down the parsing spectrum. Schemas and syntax trees. For a long time, Tcl did not have a native object model. But the flexibility of the language allows you to easily implement your own. We will also look briefly at some of the existing object-oriented extensions for Tcl. Before version 8.6, Tcl did not offer object orie...

3

Gener8: C++ Training

http://www.gener8.be/site/training/index.html

Deep knowledge is essential when you're developing software. After 20 years of professional experience with C. I decided to make this knowledge and expertise accessible to other developers. This resulted in a set of training modules. Which can easily be combined into a custom-made training that best fits the needs of your development team. Here are some of the possibilities:. C introduction for C programmers. C introduction for Java/C# programmers. C 11 for C programmers. 05 - 1 day.

4

Turn your scripting language into a code generator

http://www.gener8.be/site/articles/code_generation/code_generation.html

Data file formats for Tcl scripts. Turn your scripting language into a code generator. How to avoid parsing. Scan if you can. How to parse by hand. From recursion to grammars. Up and down the parsing spectrum. Schemas and syntax trees. Turn your scripting language into a code generator. This article shows you how to make this easier by injecting an additional step:. Generate the script that contains the print/write/puts statements,. Code generation, the traditional way. So you bring out your favorite scr...

5

Parsing: introduction

http://www.gener8.be/site/articles/parsing/intro.html

Data file formats for Tcl scripts. Turn your scripting language into a code generator. How to avoid parsing. Scan if you can. How to parse by hand. From recursion to grammars. Up and down the parsing spectrum. Schemas and syntax trees. A parser is a tool that transforms a stream into a structure. The input stream is typically a file or string containing characters. The output structure is ususally a syntax tree, but it can be many other things:. Is a parser that produces a single boolean, with value.

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

LINKS TO THIS WEBSITE

blog.geertvd.be blog.geertvd.be

Custom validation messages for standard validators in Symfony2 | Geert Van Damme

http://blog.geertvd.be/2011/09/01/custom-validation-messages-for-standard-validators-in-symfony2

Custom validation messages for standard validators in Symfony2. Posted by Geert Van Damme on September 1, 2011. Symfony2 contains a lot of validators out of the box, but it is not very clearly documented how to use custom messages when validation fails for these standard validators. After some investigation, I found the validation messages in. Validators.en.yml This value should not be blank: This is a required field. Using dompdf with UTF-8 encoding. November 29, 2011 at 9:49 am. NOTE - You can use these.

blog.geertvd.be blog.geertvd.be

Uncategorized | Geert Van Damme

http://blog.geertvd.be/category/uncategorized

Removing a dead pixel on a Macbook Pro. Posted by Geert Van Damme on October 29, 2010. I just discovered a dead pixel on my brand-new MBPro. After a google search and finding this site : http:/ www.macinstruct.com/node/52, i decided to just slightly press the screen with my finger and guess what… the dead pixel is fixed! There’s a technician in every one of us. Either that, or it was just some dust sitting on my screen…). The life of a weird little creature…. Posted by Geert Van Damme on January 16, 2010.

blog.geertvd.be blog.geertvd.be

Photography | Geert Van Damme

http://blog.geertvd.be/category/photography

Posted by Geert Van Damme on April 5, 2011. Some pictures we took on our honeymoon in Galapagos. Read more ». Order tracking @ foto.com. Posted by Geert Van Damme on April 4, 2011. I just ordered a photobook at foto.com (Belgium), and I was pleasantly surprised with the order tracking page :. I’m just disappointed they don’t show the names of the people working on my product, so I can send them a thank-you-note. Posted by Geert Van Damme on November 18, 2009. Posted by Geert Van Damme on February 1, 2009.

blog.geertvd.be blog.geertvd.be

Android | Geert Van Damme

http://blog.geertvd.be/tag/android

My new smartphone, iOs or Android? Posted by Geert Van Damme on February 8, 2012. Before you start reading this post, please note this is not about which of these is better than the other. It is just a list of criteria on which I based my decision. Read more ». Follow me on twitter. Deleting a lot of files (large directory) on linux. 320 and Up – Design boilerplate. Setting up public key authentication over SSH. Putting jQuery accordion inside tabs. My new smartphone, iOs or Android?

blog.geertvd.be blog.geertvd.be

Deleting a lot of files (large directory) on linux | Geert Van Damme

http://blog.geertvd.be/2015/01/06/deleting-a-lot-of-files-large-directory-on-linux

Deleting a lot of files (large directory) on linux. Posted by Geert Van Damme on January 6, 2015. While looking for the best option for deleting a LOT of files inside & directory, I came across an interesting blogpost about this subject :. Http:/ www.slashroot.in/which-is-the-fastest-method-to-delete-files-in-linux. 320 and Up – Design boilerplate. Leave a Comment Cancel reply. NOTE - You can use these. Follow me on twitter. Deleting a lot of files (large directory) on linux.

blog.geertvd.be blog.geertvd.be

Websites | Geert Van Damme

http://blog.geertvd.be/category/links

320 and Up – Design boilerplate. Posted by Geert Van Damme on January 18, 2013. A very nice example of a mobile-friendly website : http:/ stuffandnonsense.co.uk/projects/320andup/. Resize your browser window to see the effect. This site includes boilerplate as well, so it should get you started pretty quickly. Setting up public key authentication over SSH. Posted by Geert Van Damme on January 15, 2013. PS : this works on os-x as well. Posted by Geert Van Damme on April 7, 2011. I found a website a while ...

blog.geertvd.be blog.geertvd.be

My new smartphone, iOs or Android ? | Geert Van Damme

http://blog.geertvd.be/2012/02/08/my-new-smartphone-ios-or-android

My new smartphone, iOs or Android? Posted by Geert Van Damme on February 8, 2012. Before you start reading this post, please note this is not about which of these is better than the other. It is just a list of criteria on which I based my decision. Reaction speed of the interface. I checked out some movies on YouTube of Android examples, just to see if it was as snappy as the iPhone. And I was pleasantly surprised! The iTunes store and all of the iOs apps look more professional and ‘polished’...Not reall...

blog.geertvd.be blog.geertvd.be

Mobile | Geert Van Damme

http://blog.geertvd.be/category/mobile-2

320 and Up – Design boilerplate. Posted by Geert Van Damme on January 18, 2013. A very nice example of a mobile-friendly website : http:/ stuffandnonsense.co.uk/projects/320andup/. Resize your browser window to see the effect. This site includes boilerplate as well, so it should get you started pretty quickly. My new smartphone, iOs or Android? Posted by Geert Van Damme on February 8, 2012. Read more ». Follow me on twitter. Deleting a lot of files (large directory) on linux. Collection of articles, tool...

blog.geertvd.be blog.geertvd.be

Using dompdf with UTF-8 encoding | Geert Van Damme

http://blog.geertvd.be/2011/08/29/using-dompdf-with-utf-8-encoding

Using dompdf with UTF-8 encoding. Posted by Geert Van Damme on August 29, 2011. I have used dompdf. For the first time to generate PDF files from html content, and it seems to be working pretty well. One thing I noticed, when using UTF-8 encoding, you should add following in the head section of your html content :. Meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /. This way, the characters will be displayed correctly in the rendered pdf. Xapian queries – a common mistake…. Symfony2 &#82...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

gener4tion-r4te.skyrock.com gener4tion-r4te.skyrock.com

Blog de GENER4TION-R4TE - GENER4TION-R4TE - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. 9679; █ ██ ██ ██ ██ █ ●. KE DU BLABLA SVP. 9679; █ ██ ██ ██ ██ █ ●. Mise à jour :. 4 Minutes (Hard Candy). 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 (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Posté le mercredi 17 septembre 2008 11:41. Modifié le vendredi 08 mai 2009 18:08.

gener4tion-undergr0und.skyrock.com gener4tion-undergr0und.skyrock.com

Blog de Gener4tion-undergr0und - Gener4tion Undergr0und - 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 (67.219.144.170) 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 lundi 28 juillet 2008 16:54. Moa et mon b. Ou poster avec :.

gener4tion-x4.skyrock.com gener4tion-x4.skyrock.com

Blog de Gener4tiOn-x4 - Blog de Gener4tiOn-x4 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Voila Un tout 1er blog. Ici tu trouvera plein de groupes de rock. Avec des photos des videos! Biensur se blog et interdit au rageaux. 9733;★★. 9733;★★. 9733;★★★★. 9733;★★★★★★★. 9733;★★★★★★. 9733;★★★★★. 9733;★★★★★. 9733;★★★★★★. 9733;★★★★★★★. 9733;★★★★★★★★. 9733;★★★★★★★★. 9733;★★★★★★★. 9733;★★★★★★★. Mise à jour :. Bienvenue dans le monde du celebre chanteur marilyn manson vos com! I Dont Like The Drugs. Abonne-toi à mon blog! Ptiit Video : *. Ou poster avec :.

gener4tionx51.skyrock.com gener4tionx51.skyrock.com

Gener4tionx51's blog - ×. Inscrit Twah Viiit =D - Skyrock.com

Inscrit Twah Viiit =D. Ce Bloug appartient a Di4blesse and I'ssam. Ba Cé Un Blouug d Puub =D. Inscrit Twah Viiit =D. Sii Ta Besoiin d Couumz ou d Viisiites =D. Allé Une Seuul Couumz Suffiras =D. NB : Obligatoiir d ajouté ce Blouug a Té Prééf =D. 03/09/2008 at 6:18 AM. 21/09/2008 at 10:07 AM. Subscribe to my blog! This blog has no articles. Post to my blog. Here you are free.

gener4tionxshutt.skyrock.com gener4tionxshutt.skyrock.com

Blog de gener4tionxshutt - « J'вσiт ℓα viє Cσcα Cσℓα - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. J'вσiт ℓα viє Cσcα Cσℓα. 305;lıllı. • ↑ & #1108;i Pнσтσw ;. 8202;       * Fєтicнє .:. 9658; Exємρℓαiяє. Pєяsσиαℓ. 9679;๋• Eн Liмiтєє. 9644;   ▬ ▬ ▬   ▬ ▬  ▬   ▬   . 9679; *. J‘ℓiт ∂єs ℓivяєs. 961;συя м'iиsρiяєя ∂єs. 1084;єиsσиgє! 8202; * ›. Lυi & #1108;i Jυмєℓℓє ↓. Lєs Sєυℓs. 9834; ` Mσнissαи ‘♥’ . 9612;║▌║││ █ ▌│║█║. Pяσ∂υ тiσи Pєяsσ. Msи &éi Fα євσσk ◄. Rouvroà in a City (62). Mise à jour :. Abonne-toi à mon blog! Nєw Skαy ↓. Ou poster avec :.

gener8.be gener8.be

Gener8: Software and mathematics

I'm Koen Van Damme, freelance software engineer, living and working in Belgium. This is a collection of articles I've written, about programming and mathematics. I'm currently (2017) working on a website with more mathematics articles, so stay tuned. How to write a parser. Turn your scripting language into a code generator. Data file formats for Tcl scripts. This article shows some very easy techniques for parsing text files in Tcl. It provides lots of examples to explain the techniques step by step.

gener8.biz.co.bw gener8.biz.co.bw

PORTFOLIO

Your Handy Resource Links - Botswana.

gener8.ca gener8.ca

Generate 2017 | Youth Energy & Climate Leadership Summit

Education and Action Projects. Energy Education Projects in Action. Generate 2017: Youth Energy and Climate Leadership Summit. Generate 2017 is an exciting opportunity for high school students and teachers to learn together and advance energy and climate education in Alberta. Teams will gain exposure to multiple perspectives and the confidence to think critically as they step forward as leaders in their schools, their home communities and the province. We're on Instagram. Sign up for our e-newsletter!

gener8.com gener8.com

2D to 3D Conversion Company, Stereoscopic Conversion For Film, Gener8 Media Corp.

Gener8 is a technology company providing solutions to the entertainment industry. Our start in stereoscopic 3D conversion catapulted us to the top of the market within 18 months. Using our unique G83D system, today we are the only studio in the world capable of delivering stereo conversion for an entire feature-length film that can meet or beat natively shot 3D. Browse through our gallery of works.

gener8.com.au gener8.com.au

gener8 Events

Coolum - Etamogah Pub. Hobart - Henry Jones IXL. Auckland - St Matthews. Melbourne - Crown Palladium. Is a full service, high end, event management facility; offering customers a complete ‘one stop shop’ for all their requirements including conceptualising, planning, promoting and executing a successful event. As your event manager provides you with an immediate extension to your team, saving you and your organisation time. With the team at gener8’s. Now to find out how we can help you.

gener8.my360plus.com gener8.my360plus.com

Please log in

Email us at support@my360plus.com. Welcome to Sales Leader 360. To log in, please enter your username and password. Your username is usually your full email address. Please log in to proceed. Username or Email Address. Remember me on this computer? Unsure about your password? Need help logging on? And our support team will do their best to help. Support is available between 0900 and 1700 GMT, Monday to Friday, excluding UK bank holidays. All content 2017 my360plus Ltd.