Windows Support Australia

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 28 October 2007

Two nice links...

Posted on 04:11 by Unknown

...About Papervision & Image processing in ActionScript 3. These two will definitely be useful for my thesis work!

Image Processing Library
UnitZeroOne
Read More
Posted in Flash, Papervision | No comments

Friday, 26 October 2007

QbViz - First Screenies

Posted on 10:39 by Unknown




Here is a couple snapshots of the work I'm doing for my Thesis project. It's basically a data visualization system accessible by any flash-equipped browser. For the 3D i'm using a slightly modified version of Papervision.

Read More
Posted in Papervision, QbViz | No comments

Tuesday, 16 October 2007

My Naming Conventions

Posted on 10:46 by Unknown
Here are the naming conventions I currently use in my projects. I keep questioning myself about them from time to time. Usually I end up changing some point but I'm forcing myself not to do it anymore. Conventions should be a way of reducing developement cost. If you keep changing them you are actually turning them into a money pit. I learned that the most important thing with a naming convention is to stick with it, whatever its definition is.

C#
  • Microsoft guidelines for everything public.
  • Private variables: prefix them with my ie myVariableName. I use this style for both normal variables and winForms controls.

ActionScript

  • Packages, and class members are camelCase.
  • Class names are PascalCase.
  • Private variables: prefix them with _ ie _variableName but I plan to switch this to the same convention I use for C#. That's because prefixing vars with an underscore results in a too low-levelish code for my tastes, and because underscore-prefixed vars as Flex control ids look weird in mxml (I don't want to use different naming conventions for controls and variables).

I thought a little bit about using the underscore style in C#, mainly because you have private vars clearly distinguished from the rest of class members in Intellisense. But again, the resulting code looked too low level.

I also considered using a single letter as a prefix for private vars, ie mMyVariable, but i like using my instead because it often makes the whole variable name sound like a piece of a correct english sentence.

Read More
Posted in | No comments

Sunday, 14 October 2007

Installing WebORB on Vista

Posted on 03:11 by Unknown
Extremely useful information if you have to install WebORB over a win Vista machine.

Read Here
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • ENDURANCE Final Update
    Work on the ENDURANCE project has ended. The final data products consisted in an updated bathymetry model for the entire west lake bonney, u...
  • (no title)
    A list of Wiki tools I can choose among for Edanarion documentation: http://wikkawiki.org/HomePage http://wiki.splitbrain.org/ http://www.me...
  • Parallel Gaussian Elimination Using MPI
    In this project, we had to implement a parallel solver for linear equation systems, using a technique known as Gaussian elimination (GE). As...
  • GPU Programming Project 1 – Kodachrome
      The objective for this project was to process a stream of images captured from the webcam, and apply a set of vertex, fragment and geomet...
  • Omegalib 4.2 released!
    This version greatly improves the speed of user-centered stereo tracking in cluster installations. The Equalizer/omegalib interface and re...
  • Distributed Sum on a 2D mesh using MPI
    For a recent class project, we had to implement an algorithm to sum an array of integers on a computer cluster. This problem is one of the e...
  • Google Chrome vulnerable to carpet-bombing flaw
    Google Chrome vulnerable to carpet-bombing flaw Google’s shiny new Web browser is vulnerable to a carpet-bombing vulnerability that could ex...
  • Using Kinect for 3D video capture
    (Thanks for the link, Jakub)
  • Usability in Games
    New project added on the website: Usability in Games. We are investigating how interface usability influences user engagement in long-term c...
  • Omegalib 3.0 Released
    Omegalib 3.0 is a major improvement over the 2.0 distribution. It is the version used on the first public demos of the  CAVE2  virtual reali...

Categories

  • 3D
  • CAVE2
  • Edanarion
  • ENDURANCE
  • Flash
  • Game Heuristics
  • Games
  • HCI
  • Hydroviz
  • MotoGP08
  • MPI
  • News
  • Nintendo DS
  • OmegaDesk
  • omegali
  • omegalib
  • Papervision
  • QbViz
  • Tech Meeting
  • Visualization
  • VR

Blog Archive

  • ►  2013 (31)
    • ►  November (2)
    • ►  October (2)
    • ►  September (2)
    • ►  August (1)
    • ►  June (4)
    • ►  May (3)
    • ►  April (4)
    • ►  March (6)
    • ►  February (4)
    • ►  January (3)
  • ►  2012 (8)
    • ►  December (3)
    • ►  November (2)
    • ►  August (3)
  • ►  2011 (2)
    • ►  November (1)
    • ►  January (1)
  • ►  2010 (4)
    • ►  November (1)
    • ►  February (1)
    • ►  January (2)
  • ►  2009 (5)
    • ►  September (1)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2008 (22)
    • ►  December (1)
    • ►  October (4)
    • ►  September (6)
    • ►  June (2)
    • ►  May (3)
    • ►  April (1)
    • ►  March (2)
    • ►  January (3)
  • ▼  2007 (16)
    • ►  December (2)
    • ►  November (3)
    • ▼  October (4)
      • Two nice links...
      • QbViz - First Screenies
      • My Naming Conventions
      • Installing WebORB on Vista
    • ►  September (7)
Powered by Blogger.

About Me

Unknown
View my complete profile