codentronix.com codentronix.com

codentronix.com

codeNtronix | Programming and Electronics Tutorials

codentronix.com is a weblog that delivers regularly tutorials on game programming, mobile programming, web development, and electronics circuits development and programming.

http://www.codentronix.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CODENTRONIX.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 10 reviews
5 star
7
4 star
0
3 star
2
2 star
0
1 star
1

Hey there! Start your review of codentronix.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

3.9 seconds

FAVICON PREVIEW

  • codentronix.com

    16x16

  • codentronix.com

    32x32

  • codentronix.com

    64x64

  • codentronix.com

    128x128

  • codentronix.com

    160x160

  • codentronix.com

    192x192

  • codentronix.com

    256x256

CONTACTS AT CODENTRONIX.COM

Leonel Machava

Bairro de Hu●●●●●●●●●●●●6 Casa 47 Q7

Ma●●to , Maputo, 437

Mozambique

82.●●●110
le●●●●●●●●●●●@gmail.com

View this contact

Leonel Machava

Bairro de Hu●●●●●●●●●●●●6 Casa 47 Q7

Ma●●to , Maputo, 437

Mozambique

82.●●●110
le●●●●●●●●●●●@gmail.com

View this contact

Leonel Machava

Bairro de Hu●●●●●●●●●●●●6 Casa 47 Q7

Ma●●to , Maputo, 437

Mozambique

82.●●●110
le●●●●●●●●●●●@gmail.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2011 March 20
UPDATED
2014 March 23
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 13

    YEARS

  • 2

    MONTHS

  • 14

    DAYS

NAME SERVERS

1
dawn.ns.cloudflare.com
2
rob.ns.cloudflare.com

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
codeNtronix | Programming and Electronics Tutorials | codentronix.com Reviews
<META>
DESCRIPTION
codentronix.com is a weblog that delivers regularly tutorials on game programming, mobile programming, web development, and electronics circuits development and programming.
<META>
KEYWORDS
1 1 comments
2 10 comments
3 6 comments
4 update
5 7 comments
6 16 comments
7 or facebook
8 17 comments
9 14 comments
10 9 comments
CONTENT
Page content here
KEYWORDS ON
PAGE
1 comments,10 comments,6 comments,update,7 comments,16 comments,or facebook,17 comments,14 comments,9 comments,11 comments,48 comments,raquo;,follow me,recent posts,categories,android,arduino,computer graphics,directx,electronics,game programming,opengl
SERVER
cloudflare
POWERED BY
PHP/5.3.29
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

codeNtronix | Programming and Electronics Tutorials | codentronix.com Reviews

https://codentronix.com

codentronix.com is a weblog that delivers regularly tutorials on game programming, mobile programming, web development, and electronics circuits development and programming.

INTERNAL PAGES

codentronix.com codentronix.com
1

5 Cool OpenGL Demos in VB.NET | codeNtronix

http://codentronix.com/2011/10/07/5-cool-opengl-demos-in-vb-net

5 Cool OpenGL Demos in VB.NET. Posted by lefam on October 7, 2011. A couple of months ago I decided to use OpenGL with .NET. So I needed to choose an OpenGL wrapper for .NET. After a short research I chose the OpenTK. Library. To try it out I developed some simple demos and I uploaded some videos of them on my youtube page. In this post I will show some videos of the projects I have developed so far. In later posts I will share the source code of each project. 1 Loading and animating Quake 2 (MD2) models.

2

How to Draw A Cube Using PHP | codeNtronix

http://codentronix.com/2011/06/06/how-to-draw-a-cube-using-php

How to Draw A Cube Using PHP. Posted by lefam on June 6, 2011. PHP is one of the most used languages for web development, and it is often used to generate HTML pages. Today, I will show you how to use it to make something different. We will make a script to draw a 3D cube. The image below shows an output from the PHP script. Click the image to draw another cube. If you like this article please share it by clicking one of the buttons below, follow me on twitter. Or register on my RSS. Hey I was using this...

3

A Simple 3D Room made with DirectX and C++ | codeNtronix

http://codentronix.com/2011/06/18/a-simple-3d-room-made-with-directx-and-c

A Simple 3D Room made with DirectX and C. Posted by lefam on June 18, 2011. Today, while messing around with an old backup disk, I found a DirectX 9 project I made back in 2005. It is an application that renders a 3D room and allows the user to navigate inside it in first person camera. I developed this application to test a 3D engine I was developing at the time. The video below shows the 3D application in action. Or ask in the contact page. The main module is divided in two files: main.cpp. In the next...

4

3D Starfield in HTML5 Canvas | codeNtronix

http://codentronix.com/2011/07/22/html5-canvas-3d-starfield

3D Starfield in HTML5 Canvas. Posted by lefam on July 22, 2011. This article will show you how to create a 3D starfield using HTML5 Canvas. Below you can see the 3D starfield in action (well, if your browser supports HTML5 canvas). An interesting aspect of this simulation is that the stars that are far away look smaller and darker than closer stars. Px = 128 * star.x / star.z half canvas width py = 128 * star.y / star.z half canvas height. In the formula,. Having the coordinates in 2D we can immediately ...

5

C++ | codeNtronix

http://codentronix.com/category/programming/c

A Simple 3D Room made with DirectX and C. Posted by lefam on June 18, 2011. Today, while messing around with an old backup disk, I found a DirectX 9 project I made back in 2005. It is an application that renders a 3D room and allows the user to navigate inside it in first person …. Read more ». HTML5 Canvas Crazy Balls. First Android App: Touch Controlled Cube on Samsung Galaxy S2. 5 Cool OpenGL Demos in VB.NET. 3D Starfield in HTML5 Canvas. A Simple 3D Room made with DirectX and C.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

github.com github.com

lefam (Leonel Machava) · GitHub

https://github.com/lefam

X6c;eonelmachava@gmail.com. Jun 2, 2011. Opengl dot net experiments. My OpenGL experiments in the .NET environment using mainly OpenTK. Repository of my WebGL experiments. Cool particle system in HTML5 2D Canvas. Html5 2d canvas experiments. This project aims to share all my HTML5 2D canvas experiments. A small clone of 1024 (https:/ play.google.com/store/apps/details? 95 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions.

github.com github.com

GitHub - lefam/opengl_dot_net_experiments: My OpenGL experiments in the .NET environment using mainly OpenTK

https://github.com/lefam/opengl_dot_net_experiments

Opengl dot net experiments. My OpenGL experiments in the .NET environment using mainly OpenTK. Use Git or checkout with SVN using the web URL. Mar 22, 2012. Adding 2 more projects. Failed to load latest commit information. Adding 2 more projects. Mar 22, 2012. Adding 2 more projects. Mar 22, 2012. Adding a simple lighting test. Mar 22, 2012. Adding Texture Mapping Experiment. Mar 22, 2012. Adding Texture Mapping Experiment. Mar 22, 2012. Mar 22, 2012. Mar 22, 2012. To refresh your session.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

4

SOCIAL ENGAGEMENT



OTHER SITES

codentoys.net codentoys.net

Default Web Site Page

Default Web Site Page. If you feel you have reached this page in error, please contact the web site owner:. It may be possible to restore access to this site by following these instructions. For clearing your dns cache. If you are the web site owner, it is possible you have reached this page because:. The IP address has changed. There has been a server misconfiguration. The site may have been moved to a different server. About Apache HTTP Server:.

codentq.wordpress.com codentq.wordpress.com

Codent Q | Little space of programming

Little space of programming. April 13, 2014. How to rewrite URL SEO friendly using .htaccess file. What is SEO friendly URL? SEO firendly URL means that URL which is helpful for search engines to tell what about this URL page contains? We have seen normally all the URL like http:/ www.domain.com/blog/article-title/. Or www/domain.com/product/product-name/ which are SEO friendly URL. Let’s take an example for understanding of .htaccess file code and maintenance. Product=512 www.domain.com/? April 10, 2014.

codentra.com codentra.com

codentra.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.

codentravel.com codentravel.com

codentravel.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.

codentrixtechnologies.com codentrixtechnologies.com

Codentrix Technologies

Barcode Label Printer service. Created And Developed by Appzinfotech.

codentronix.com codentronix.com

codeNtronix | Programming and Electronics Tutorials

HTML5 Canvas Crazy Balls. Posted by lefam on January 24, 2012. A few months ago I developed a small javascript application that renders ‘crazy balls’ in HTML5 canvas. The balls move in random directions, change size and direction at random times. When they hit the borders of the canvas they bounce and eventually change their size. See below the application in action. Read more ». First Android App: Touch Controlled Cube on Samsung Galaxy S2. Posted by lefam on October 8, 2011. Read more ». Posted by lefa...

codentropy.com codentropy.com

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: [email protected]. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache. There has been a server misconfiguration.

codentry.com.tr codentry.com.tr

nic.tr: alan adı rezerve edilmiş..

Bu alan adı rezerve edilmiştir ancak şu anda hizmet vermemektedir. Bu alan adına yapılacak tescil başvuruları kabul edilmeyecektir. Alan adı hizmete açılmadan e-posta, web ve diğer internet hizmetlerinden faydalanılması mümkün olmayacaktır. Alan adı tescil sürecine ilişkin tüm kurallar rezervasyon durumundaki alan adları için de geçerlidir.

codentsoft.com codentsoft.com

Home - Codent Software | Web designing company, web developement comapany, website designer, website designer in vijayawada, website designer in vijayawada andhra pradesh, software development company in vijayawada, Domain registration, Website hosting, no

45; Odoo ERP. 45; Sales Management. 45; Purchase Management. 45; Warehouse Mgmt. 45; Financial Accounting. 45; Project Management. 45; Odoo ERP. 45; Domain Registration. 45; Web Development. 45; Corporate Training. Get your business simplified by us. Business should not become complicated when there are ways to simplify it. We simplify your business to the optimum level. Motivation is the key to success. Technology believed by millions. We use the technology which was proved to be reliable and robust.

codentsuppliers.com codentsuppliers.com

codent

Tell a little bit about your company. What makes you better and different from your competitors. Keep your website visitors up to date by posting news and current events. Tell your site visitors how they can contact you and the hours which you're available. You can meet the New Aquapick at the practices as above.

codentum.com codentum.com

Codentum.com