blog.noctua-software.com blog.noctua-software.com

blog.noctua-software.com

Guillaume Chereau Blog - index

A blog about software and freelancing

http://blog.noctua-software.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.NOCTUA-SOFTWARE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

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

Hey there! Start your review of blog.noctua-software.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.9 seconds

CONTACTS AT BLOG.NOCTUA-SOFTWARE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Guillaume Chereau Blog - index | blog.noctua-software.com Reviews
<META>
DESCRIPTION
A blog about software and freelancing
<META>
KEYWORDS
1 toggle navigation
2 guillaume chereau blog
3 voxel snake 3d
4 my new blog
5 coupons
6 reviews
7 scam
8 fraud
9 hoax
10 genuine
CONTENT
Page content here
KEYWORDS ON
PAGE
toggle navigation,guillaume chereau blog,voxel snake 3d,my new blog
SERVER
lighttpd/1.4.33
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Guillaume Chereau Blog - index | blog.noctua-software.com Reviews

https://blog.noctua-software.com

A blog about software and freelancing

INTERNAL PAGES

blog.noctua-software.com blog.noctua-software.com
1

Guillaume Chereau Blog - My new blog

http://blog.noctua-software.com/new-blog.html

This is the first post on my new blog. I decided to stop using blogspot ( here. Is a link to my previous blog) for a few reasons:. Blogspot does not allow to write the posts in a markup language like markdown. Instead you have to use either the "user friendly" interface that seems to never render things the way you want to, or directly type the post in html. Blogspot has no support for showing code. I guess most bloggers don't really need that, but I do. Until now I used highlight.js.

2

Guillaume Chereau Blog - Comparison of Doom 1, Quake, and Doom 3 entity references system

http://blog.noctua-software.com/entity-references.html

Comparison of Doom 1, Quake, and Doom 3 entity references system. The architecture of a video game code is usually based around a list of entities that represent all the game elements: players, enemies, etc. The engine iterates over this list and call the appropriate methods to update or render the entities. Since game elements get constantly created and destroyed, the list is not static but need to be updated at each iteration. V invalid - - - - pointer B - C - - - -. In the original DOOM. This gives al...

3

Guillaume Chereau Blog - How our ads based game makes more revenue than our paid version

http://blog.noctua-software.com/app-of-the-day.html

How our ads based game makes more revenue than our paid version. For more than one year, our game voxel invaders. Was present on google play as both a free demo version and a full paid version. Recently we decided to remove the demo version and replace it with a free full version with ads. To make it simple, we just updated our demo package with a new package incorporating the admob. In order to boost the new version, we also cooperated with app of the day. How did it go in term of downloads and revenues?

4

Guillaume Chereau Blog - Bash script to compress pdf files

http://blog.noctua-software.com/compress-pdf-files.html

Bash script to compress pdf files. Since I work as a freelance, I have to deal with a lot of pdf files I receive from clients. Some of them contain uncompressed images that make the files bigger than they need to be. On this stackexchange question. A user named Marco gives us a nice way to use ghostscript. To compress any pdf file. There is a loss of quality in the compression, but most of the time it is acceptable. Here is the script:.

5

Guillaume Chereau Blog - Procedural graphics generation in C

http://blog.noctua-software.com/noc_turtle.html

Procedural graphics generation in C. I introduce noc turtle. A small MIT licence C library to create procedural graphics in plain C. I release it in the hope that some people will use it in their own project, and also to promote my video game Blowfish Rescue. For which I wrote it. The library allows to write procedural rules directly in C, so it is very simple to embed it in a project and to mix it with custom code. The name comes from the turtle concept of the LOGO. If you know the Context Free project.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

charlie137-2.blogspot.com charlie137-2.blogspot.com

Charlie's Second Blog: July 2013

http://charlie137-2.blogspot.com/2013_07_01_archive.html

Tuesday, 2 July 2013. Object Oriented in C. Of course at first glance C seems to be the perfect choice to implement this kind of design. We could have something like:. Class Object { public: virtual void iter(float dt); virtual void render(); private: Vec pos; / . }; class Player : public Object { / . }; class EnemyA : public Object { / . };. Then we could implement Player: iter to update the player position when we press a key, and EnemyA: iter to move the enemy the way we want it. Struct Object { void ...

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: Introducing super medusa

http://charlie137.blogspot.com/2011/03/introducing-super-medusa.html

Friday, March 25, 2011. Is a small video game for nokia symbian phones. It is somehow similar to the old Macintosh video game diamond. In the game you control a jelly fish that always bounce up and down. By tilting the phone you can make it go left and right. The goal of the game is to free all your friend trapped into bricks. You can break the bricks that are of the same color as you only, and some special bricks make you change your own color. I write this game using Qt. May 18, 2014 at 11:22:00 PM PDT.

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: July 2007

http://charlie137.blogspot.com/2007_07_01_archive.html

Saturday, July 28, 2007. OK I uploaded new photos of Taipei. Subscribe to: Posts (Atom). View my complete profile.

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: March 2011

http://charlie137.blogspot.com/2011_03_01_archive.html

Friday, March 25, 2011. Is a small video game for nokia symbian phones. It is somehow similar to the old Macintosh video game diamond. In the game you control a jelly fish that always bounce up and down. By tilting the phone you can make it go left and right. The goal of the game is to free all your friend trapped into bricks. You can break the bricks that are of the same color as you only, and some special bricks make you change your own color. I write this game using Qt. Subscribe to: Posts (Atom).

charlie137-2.blogspot.com charlie137-2.blogspot.com

Charlie's Second Blog: September 2011

http://charlie137-2.blogspot.com/2011_09_01_archive.html

Friday, 23 September 2011. Ascii art Tetris game. I was bored so I wrote this little online tetris game in ascii art. I hope someone will have fun playing it. Links to this post. Subscribe to: Posts (Atom). Ascii art Tetris game. Awesome Inc. template. Powered by Blogger.

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: September 2012

http://charlie137.blogspot.com/2012_09_01_archive.html

Sunday, September 23, 2012. Voxel Invaders: voxels space invaders. This week we (noctua software) released our new video game for android phone: voxel invaders. This is the sequel of our previous game Retrocosmos. And it follows the same principle (making a fun space invader game for touch screen devices). Only this time we used 3d voxels (the equivalent of pixels in 3d) for all the graphics. From a marketing point of view, we did two versions of the game: a free demo. And a full paid version.

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: English translation of a short story

http://charlie137.blogspot.com/2009/07/english-translation-of-short-story.html

Monday, July 6, 2009. English translation of a short story. Here is an english translation. Of my short story : "The computer scientist priest". The translation is probably pretty loose. Hope you'll like it. Your blog keeps getting better and better! Your older articles are not as good as newer ones you have a lot more creativity and originality now keep it up! January 3, 2010 at 6:50:00 AM PST. We are Realistic Silicone Sex Dolls City. May 18, 2014 at 11:45:00 PM PDT. Subscribe to: Post Comments (Atom).

charlie137-2.blogspot.com charlie137-2.blogspot.com

Charlie's Second Blog: Voxel Invaders ported to javascript using emscripten

http://charlie137-2.blogspot.com/2013/01/voxel-invaders-ported-to-javascript.html

Wednesday, 30 January 2013. Voxel Invaders ported to javascript using emscripten. We just released a javascript version. Of our game voxel invaders. That can run on any browser with webgl support. Turns out the port was pretty easy, and I didn't have to write a single line of javascript. So how did we do it? Since our game was written entirely in C, we used emscripten. Some standard C functions are missing. The one that really hit me was. Instead. As a bonus, it turns out the code using. Sound When doing...

charlie137.blogspot.com charlie137.blogspot.com

Charlie's blog: February 2011

http://charlie137.blogspot.com/2011_02_01_archive.html

Sunday, February 13, 2011. How to get ride of the perverts? Now that my new website chatocracy. Has opened for one week, we start to see our first visitors. The problem we have is that many of them seem to simply enjoy taking naked picture of themselves for all of us to see. Whatever we do, we hope that soon we'll get screenshot of our page looking different that the one I put here! Tuesday, February 8, 2011. Url : http:/ www.chatocracy.com. Subscribe to: Posts (Atom). How to get ride of the perverts?

stellarium.org stellarium.org

Stellarium

http://www.stellarium.org/es

English (Canada) (en CA). English (United Kingdom) (en GB). Português (Brazil) (pt BR). La última versión es 0.15.0. OS X 10.8 ; 64 bit. Ubuntu última versión estable. Beta 0.90.0. User Guide 0.15.0-1. Stellarium es un planetario de código abierto para su computadora. Muestra un cielo auténtico en 3D, tal como lo que ve a simple vista, con binoculares o un telescopio. Se está usando en proyectores de planetario. Sólo ajuste sus coordenadas y listo. Ver capturas de pantalla ». Los planetas y sus satélites.

UPGRADE TO PREMIUM TO VIEW 58 MORE

TOTAL LINKS TO THIS WEBSITE

68

OTHER SITES

blog.nococomplementos.com blog.nococomplementos.com

Página no disponible

blog.noconsolutions.com blog.noconsolutions.com

NocON Solutions Blog «

Follow me on Twitter. Posted by Quilo Soman. Cost is predictable when you are on a Proactive IT Support. When you operate your business on a break-fix model, if something goes wrong with your systems then you call your IT Company to fix it. Unfortunately, acting re-actively comes with unforeseen costly down-times, unpredictable big bills, and little to no time for strategic planning. Create a Strategic IT Management System. How Does Managed IT Services Help Your Business? While having the right technolog...

blog.nocozsx.com blog.nocozsx.com

界 | 又一个寂寥的人。

blog.noctam-bulle.com blog.noctam-bulle.com

Noctam'bulle | Une hyper-vie.

Aller au contenu principal. Bruxelles-Midi un dimanche matin…. Ma filleule se marie (mais ça je vous en parlerai plus tard)…. Ma filleule se marie en Belgique (logique, c’est là qu’elle vit)…. Alors forcément, maintenant que je me déplace un peu plus facilement (bon, d’accord, moins difficilement), impossible de ne pas y aller. Je m’attendais vraiment à ce que le trajet ne me pose pas de problème auditivement parlant. Après, les choses ont changé… Le train, prenant de la vitesse, est devenu de plus...

blog.noctua-software.com blog.noctua-software.com

Guillaume Chereau Blog - index

A small video game project. Procedural graphics generation in C. Introducing noc turtle library. Blowfish Rescue 1.0 Released. My new video game. Comparison of Doom 1, Quake, and Doom 3 entity references system. Procedural colors for video games. Named parameters in C. Material for the IOCCC. C patterns using plain C. Automatic object factory in C. A nice trick for video game code design. How our ads based game makes more revenue than our paid version. How we switched our app to a free ads business model.

blog.noctua.org.uk blog.noctua.org.uk

GCU Dancer on the Midway

GCU Dancer on the Midway. Upgrade to paid account and never see ads again! Welcome to my blog. Link blog: progressive, latin-america, monbiot, brain. Link blog: politics, election, whig, britain. Elsewhere: God, cosmology, complexity. Link blog: funny, evidence, philosophy, unbelievable. Link blog: harassment, law, popehat, conventions. Link blog: development, C, testing, money. Link blog: ad-hoc, gods, list, vimes. Link blog: death, life, cancer, money. Lindy hop, codes of conduct and sexual assault.

blog.nocturion.com blog.nocturion.com

Nocturion

Http:/ apps.facebook.com/nocturion/. Thursday, November 20, 2014. Read it on Facebook! Now that Nocturion is up and running on Facebook, you can follow us on our Facebook page: https:/ www.facebook.com/nocturion. Play Nocturion for free: https:/ apps.facebook.com/nocturion. There's a hero in all of us! Let the adventure begin! Monday, November 3, 2014. From the depths of the Highland Jungle, where life under the canopy of gigantic trees can be short and brutal, come the Emerald Tigers. If you helped make...

blog.nocturnae.de blog.nocturnae.de

Göttinnengleich - Ein Frauenblog für Mütter, Töchter, Heilerinnen, Hexen, Schamaninnen, Priesterinnen, Urfrauen

Ein Frauenblog für Mütter, Töchter, Heilerinnen, Hexen, Schamaninnen, Priesterinnen, Urfrauen. Ein Frauenblog für Mütter, Töchter, Heilerinnen, Hexen, Schamaninnen, Priesterinnen, Urfrauen. Ein Frauenblog für Mütter, Töchter, Heilerinnen, Hexen, Schamaninnen, Priesterinnen, Urfrauen. Erkenne wie wertvoll du bist! 5 Tipps die Liebe deines Lebens zu treffen. Stell dir vor, du triffst heute die Liebe deines Lebens. Was würdest du tun? Was würdest du sagen? Wie würdest du dich verhalten? Die Liebe ist der Sc...

blog.nocturnal-miniatures.com blog.nocturnal-miniatures.com

Nocturnal-Miniatures blog

blog.nocturnalcodingmonkeys.com blog.nocturnalcodingmonkeys.com

monkey business – the monkeys are flinging their knowledge around…

The monkeys are flinging their knowledge around…. Is Xojo Enterprise Ready? In the last couple of months, two of my friends and colleagues in the Xojo. World have posted about Xojo being ready for the Business world. Bob’s article Xojo Should Scream ‘Business’. Was first back in late May was the first. Then recently Kevin article Let’s make Xojo more business centric – Part 1. Of how many parts? Now I agree with them. I have a different point of view. Not just is Xojo ready for Business? This will fix it...