Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.215.664 Times

Elaborate Bytes software
Filter: All | Freeware | Demo
 

Elaborate Bytes

< 1 2 3 4 5 > 
Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 415

Zebra_Cookie Handling cookies can be a daunting task using plain JavaScript, and since jQuery doesn't natively include functions for handling cookies, I've created Zebra_Cookie - an extremely small (~500 bytes minified) jQuery plugin for writing, reading and deleting cookies.



Platforms: Windows, Mac, Linux

License: Freeware Size: 62.38 KB Download (48): Zebra_Cookie Download

Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 322

Filigree Filigree is a screensaver that shows a network of glowing wires as they weave elaborate and chaotic patterns through space. Features: * Adjustable settings for lower-end machines. * English, French and Japanese localizations. WHAT'S NEW Version 1.1: * Symmetry option added. * Minor...





Platforms: Mac

License: Freeware Size: 133.12 KB Download (55): Filigree Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 438

Adobe InDesign CS4 Adobe InDesign delivers tight integration with other Adobe graphics applications, easy-to-use tools that reduce elaborate design tasks to a few quick steps, and built-in support for publishing pages anywhere--in print, on the Web, to Adobe PDF, as eBooks, and more.


Platforms: Mac

License: Shareware Cost: $699.00 USD Size: 32.6 MB Download (57): Adobe InDesign CS4 Download

Released: August 22, 2012  |  Added: August 22, 2012 | Visits: 253

Bit Unit Finally, the fastest way to convert units of bits or bytes. App dedicated to It Pro, Network Administrators and Storage Administrators, but also to students and other professionals. ? [ WHY ? ] How many times have you wanted to


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 614.4 KB Download (45): Bit Unit Download

Added: May 10, 2013 | Visits: 319

SRCrypt It takes the bytes string of data and adds the value of the bytes of a secret key to generate the encrypted data result. Previously encrypted data can also be decrypted by subtracting the values of the key's bytes. Requirements: - PHP 4.0 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): SRCrypt Download

Added: July 08, 2013 | Visits: 556

Huffman Coding and Arithmetic Coding This file contains MATLAB functions, m-files, that do Huffman coding and arithmetic coding of integer (symbol) sequences. Complete coding may be done by calling an easy to use main program (or main function), where input argument is the sequences you want to compress and the output is the...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (45): Huffman Coding and Arithmetic Coding Download

Added: March 24, 2013 | Visits: 420

Sigma-Delta ADC, From Behavioral Model to Verilog and VHDL For a full description of the models, refer to the September 2007 MATLAB Digest article.http://www.mathworks.com/company/newslette...sigmadelta.htmlWe present a series of Simulink models to design a high-level behavioral model of a Sigma-Delta ADC. The high-level behavioral model has an Analog...


Platforms: Matlab

License: Freeware Size: 481.28 KB Download (41): Sigma-Delta ADC, From Behavioral Model to Verilog and VHDL Download

Added: August 03, 2013 | Visits: 356

Realterm communications suite This is a package of files for using Realterm like you normally would with serial/fread/fprintf etc etc. from the instrument control toolbox. All files are prefixed "realterm".rtObject = realterm(Serial Property/Value pairs)Create a Realterm activeX control in the same manner as you would with...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Realterm communications suite Download

Added: August 24, 2013 | Visits: 365

DICOM debug utility DICOM is a rather complicated format. The DICOMINFO and DICOMREAD functions provide easy access to the data in DICOM-formatted files, but it can be difficult to know why and where the DICOM parser fails for improperly formatted files.This file must be placed in the toolbox/images/medformats...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): DICOM debug utility Download

Added: May 12, 2013 | Visits: 471

Fast function to save a matrix write_matrix_bin(f,m) saves the matrix "m" in a binaryfile "f". write_matrix_bin is a lot faster than the built in function save(), andtakes up much less diskspace than the old "save -v6" which doesn't use compression.write_matrix_bin also includes an option for compression with...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Fast function to save a matrix Download

Added: April 10, 2013 | Visits: 282

totalmem_ed.m This is an extremely elementary function that tells you the total memory currently allocated in MB.It accepts the whos command as an input argument. Which allows the code to see the total memory usage from outside of it's scope (being a function). It sums the bytes field of the structure for all...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): totalmem_ed.m Download

Added: September 02, 2013 | Visits: 287

Environment Capture function env = env_capture(varargin)% function env = env_capture(varargin)% Capture the scope/environment of the caller. This is useful% to snapshot in a running function all local (and local global)% including persistent variables with their bindings.%% If no arguments provided, returns all...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Environment Capture Download

Added: July 05, 2013 | Visits: 407

Improved WHOS function WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Improved WHOS function Download

Sending digital codes with Measurement Computing boards with mex I found the Data Acquisition Toolbox too slow for my needs in sending 16-bit digital codes with my PCIM-DAS1602, so I adapted C code from the MCC Universal Library to send codes very fast, at up to 10kHz. This code simply sends two bytes, and then flips a strobe on and off. You can send character...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Sending digital codes with Measurement Computing boards with mex Download

Added: May 22, 2013 | Visits: 342

isfun: a pedestrian matlab construct determiner res = isfun(arg1,arg2,'-opt',...,argN,'-opt')determines the definition of ML constructs arg1 ... argN andreturns result-code(s)in res.f(x) = arg(x)res.r(x) = code(x)SEEhelp isfunfor more exhaustive explanations of precedence, return-codes and optionsisfun -hfor...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): isfun: a pedestrian matlab construct determiner Download

Added: April 24, 2013 | Visits: 299

ashape: a pedestrian alpha shape extractor ASHAPE is a simple wrapper for ASLIB, which implements several (optimized) subroutines to extract and display 2d alpha shapes and alpha patches from a set of x/y data pointsASLIB returns a structure, which contains all relevant parameters, data and results including graphics handles to plotted...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (44): ashape: a pedestrian alpha shape extractor Download

LISQ - A toolbox for the lifting scheme on 2D quincunx grids A collection of functions is presentedwhich includes 2nd generation waveletdecomposition and reconstruction toolsfor images as well as functions for thecomputation of moment invariants.The wavelet schemes rely on the liftingscheme of Sweldens. Rectangular gridsare split into quincunx grids,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 583.68 KB Download (45): LISQ - A toolbox for the lifting scheme on 2D quincunx grids Download

Added: May 11, 2013 | Visits: 260

Find Repeated Files S=RepeatFiles(varargin) returns a 'struct array with fields' listing all repeated file names within the directory or subdirectories given by varargin. The list is sorted in alphabetical order with repeated files listed in sequence. Syntex for varargin is the same for function 'rdir.m'...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Find Repeated Files Download

Added: July 06, 2013 | Visits: 244

ascii2xyz ASCII2XYZ reads in a raster text file in ARC ASCII format and converts values to a m x 3 matrix of x, y, a z values.This code is mostly vectorized and performs well with reasonably large files (see example below).%read in a 25 MB filea=dir('foo.txt')a = name: 'foo.txt' date: '17-Oct-2008...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): ascii2xyz Download

Added: July 03, 2013 | Visits: 441

Directory to Cell NAMES = DIR2CELL converts the directory listing into a cell array in alphabetical order. NAMES = DIR2CELL(ARG) converts the directory listing based on argument ARG, into a cell array in alphabetical order. ARG may contain wildcards.[NAMES, DATENUMS, DATES, BYTES, ISDIRS] = DIR2CELL(ARG), also...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Directory to Cell Download

< 1 2 3 4 5 >