Software Listing of Author : "Kyle"
- Flylip Instant Messenger
- License: Shareware
- Price: 499.95


Simple site integration, Works will all browsers 4.0 and higher, All ASP & HTML coding, no ActiveX or Java, Supports simutaneous converstions in multiple windows, bad word filter, user formatting of comments (bold, underline, italic, color), Emoticons.
- Platform: Asp, Scripts
- kyle JAL 2
- License: Freeware
- Price: 0.00


Jal is a high-level language for a number of Microchip PIC (16c84, 16f84, 12c508, 12c509, 16F877) and Ubicom SX (SX18 and SX28) microcontrollers. I created Jal because I did not like any of the low-cost (or free) languages for these chips and implementing a high level language looked like a nice project. Implementing an existing HLL seemed more difficult and less fun than creating my own, so I just started writing the compiler and the language evolved on with it
# Fixed documentation for '-include'
# Added '[no-]asm', '[no-]codfile', '[no-]log', '[no-]lst' '[no-]Hex'.
# IF expr THEN END IF caused the compiler to crash
# Software stack was not being calculated when -no-variable-reuse in effect.
# Directly accessing the 0th element (ch = buf[0]) of a pointer caused either an assertion failure or a...
- Platform: Win2000, WinOther, WinServer
- numeric UI Control
- License: Shareware
- Price:


Make a custom ui control that is an editbox that only allows numeric inputs. Allow a uicontrol that is an edit box that only allows numeric inputs. There are different types of inputs (ie integers, non-negative, scalars). The top level command is numericEdit. There are also sub files that are helpful like customControl that can be used independently. Requires matlab version that can utilize classdef. % numericEdit % % h = numericEdit(numericType, AllowDecimal, AllowNegative, 'parameter, % 'value', ...) % % Creates a uicontrol edit box that must be numeric. % NOTE: fixing non numeric inputs relies on a timer object and is thus % not incredibly reliable. % % Types of numeric are accessed by numericEdit. (various types) % ONLY_NUMERIC_CHARACTERS: % literally only characters "-", and 0-9. are allowed % ONLY_NUMERIC_RESULT:...
- Platform: Matlab, Scripts
