Jamie Ly

Jamie Ly

Developer, student, person

Skip to content
  • Arts/Crafts
  • Programs
  • Writings
  • About

Programming

There are 108 posts filed in Programming (this is page 7 of 8).

Post navigation

Facebook Thirteen Application

This application was written primarily as an exercise in creating Facebook Applications. It was very instructive! Here is the project blog if you’d like more details //thirteengame.blogspot.com/. It is an adaptation of a web app I originally wrote in 2007. You may play either by logging into Facebook and trying it out, or logging in […]

in Software | 89 Words

ActionScript Animation

Kosal had a problem pausing between tweens. We went through several revisions. First I suggesting defining the tween properties via array and using anonymous functions passed to the setTimeout function. We found out anonymous functions were a no-go in his version of ActionScript. Then, I suggested using globals, which resulted in the following code:

in Programming | 231 Words

VBA Self-Cert

I found this great article on certifying your own VBA, which allows running VBA code without messing with the Macro settings. //www.howto-outlook.com/howto/selfcert.htm

in Programming | 28 Words

Outlook Rules VBA, to Bypass Exchange’s Rule Limit

Custom Outlook Rules VBA to Bypass Exchange’s 32K rule limit. Add entries to the array returned by Jam_GetRules to add more rules. The first element of each array is a comma-delimited list of properties to check To, From, and/or Subject. The second element is a regular expression supported by Microsoft’s VBScript RegEx class. The third […]

in Programming | 719 Words

Javascript Gaussian/Banker’s Rounding

Here’s a function for Gaussian/Banker’s Rounding in Javascript adapted from code written by Michael Boon at //boonedocks.net/. This can be useful if you’re working with Microsoft languages such as VBScript, which use Banker’s Rounding by default in their Round function. Javascript has no built-in gaussian rounding and, instead, uses Arithmetic rounding. For more information on […]

in Libraries, Programming | 378 Words

CodeProject: Processing Global Mouse and Keyboard Hooks in C#. Free source code and programming help

Great article on global event hooking in C#. CodeProject: Processing Global Mouse and Keyboard Hooks in C#. Free source code and programming help.

in Programming | 23 Words

InfoQ: Facebook: Science and the Social Graph

InfoQ: Facebook: Science and the Social Graph. Here’s an awesome presentation of Facebook’s architecture.

in Programming | 14 Words

Stack Overflow – Digg and Expert Exchange’s Love Child

There’s a great new–I think it’s new–site that combines the best aspects of Digg and Experts Exchange into a fun and addicting way to help and be helped! //stackoverflow.com/ Look me up: //stackoverflow.com/users/85905/jamie

in Programming, Websites | 39 Words

T-SQL Export Table Data

Here’s a quick script to export table data:

in Programming | 305 Words

JSXGraph

Awesome JS graphics library compatible with JQuery and Prototype. JSXGraph » Examples

in Libraries | 11 Words

Gesture Recognition

I came across an awesome article on simple gesture recognition. This page implements a “$1 Gesture Recognizer” that is easy, cheap, and usable almost anywhere. It requires under 100 lines of easy code and achieves 97% recognition rates with only one template defined for each gesture below. With 3+ templates defined, accuracy exceeds 99%. //depts.washington.edu/aimgroup/proj/dollar/

in Libraries | 56 Words

CiteThis! Firefox Extension

This extension will add a bar below the status bar that you may use to assist you in citing the web page you are on. There are other extensions which are more full featured, but this is plain and simple for many needs. You can find the Mozilla page for this add-on at https://addons.mozilla.org/en-US/firefox/addon/7972.

in Software | 66 Words

Snake

Objective Eat all the red-colored blocks while avoiding the brown-colored barriers. Controls [Space] to (re)start the game [Arrow Key] to move [Home] to toggle barriers on/off (requires restart of game) Project page (Source and downloads) Moved to Github

in Programming, Software | 40 Words

Oiramrd

This is a clone of a popular puzzle game. Objective Clear all the round pieces by using the falling blocks to match 4-in-a-row! Controls [Right Arrow Key] to move right [Left Arrow Key] to move left [Down Arrow Key] to descend faster [Up Arrow Key] to spin piece Project Page (Source and downloads available) Video […]

in Programming, Software | 57 Words

Thirteen (Java)

I wrote this Java application for our CS GUI class. The class was pretty easy, but probably because I had been doing GUI-based programming since my last co-op at Duane Morris programming with Delphi. To see the program in action without downloading the file, see the videos below: ~1 min, Full Annotations ~20sec, No annotations […]

in Programming, Software | 93 Words

Post navigation

Archives

Independent Publisher empowered by WordPress