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.224.368 Times

Sugar Bytes software
Filter: All | Freeware | Demo
 

Sugar Bytes

< 1 2 3 4 5 
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: 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

Added: August 06, 2013 | Visits: 296

nsumk Little more than syntactic sugar for nchoosek, this small but surprisingly controversial function returns the number of (ordered) n-tuples of non-negative integers adding up to k, and if supplied a second argument, a listing of them. As an alternative to downloading, just cut and paste the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): nsumk Download

Added: April 15, 2013 | Visits: 552

On-The-Fly Definition of Custom Matrix Objects This submission defines a generic class of matrix-like objects called MatrixObj and a subclass called DataObj. Objects of the class are capable of behaving as matrices, but whose math operators (+,-,*,,.*,,etc...) and other methods can be defined/redefined from within any Mfile or even from the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): On-The-Fly Definition of Custom Matrix Objects Download

Added: April 04, 2013 | Visits: 532

sendmsg for Scripts sendmsg is a http-based chat script written in php.It is geared towards developers who want a quick and extensible feature for their website. The data is written to a simple enough format (text file) that it is easily parsible by other programs. A flash template is included with the package.How...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): sendmsg for Scripts Download

Added: August 12, 2013 | Visits: 488

SHINE Live Help SHINE Live Help is a live support chat application for website sales and support. It works as a standalone chat and integrates with Sugar Open Source CRM.


Platforms: PHP

License: Freeware Size: 1.88 MB Download (48): SHINE Live Help Download

Added: March 27, 2013 | Visits: 501

Jwapmail for Email System Utilities Jwapmail is opensource wap based email client written using PHP.FEATURES1. Email client standard functionsJwapmail support the email client standard functions:Compose, Reply, Forward, and Folder.2. Message FilterMessage Filter is allow user to manage messages in the folder.3. User ProfileAllow...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (43): Jwapmail for Email System Utilities Download

Added: July 01, 2013 | Visits: 341

rymo for Scripts rymo is a small but reliable webmail gateway. It contacts a POP3-server for mail reading and uses the PHP-internal mail functions for mail sending.Its main use is to help you managing your emails while you are not at home or at work (Holydays, at a friends's home, cybercafe, LinuxExpo...).rymo...


Platforms: PHP

License: Freeware Size: 81.92 KB Download (40): rymo for Scripts Download

Added: April 08, 2013 | Visits: 524

Jwapmail for Scripts Jwapmail is opensource wap based email client written using PHP.FEATURES1. Email client standard functionsJwapmail support the email client standard functions:Compose, Reply, Forward, and Folder.2. Message FilterMessage Filter is allow user to manage messages in the folder.3. User ProfileAllow...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (40): Jwapmail for Scripts Download

Added: May 17, 2013 | Visits: 267

rymo for Email System Utilities rymo is a small but reliable webmail gateway. It contacts a POP3-server for mail reading and uses the PHP-internal mail functions for mail sending.Its main use is to help you managing your emails while you are not at home or at work (Holydays, at a friends's home, cybercafe, LinuxExpo...).rymo...


Platforms: PHP

License: Freeware Size: 81.92 KB Download (46): rymo for Email System Utilities Download

Added: April 26, 2013 | Visits: 509

Image Upload Module This is designed to allow you to upload JPG and GIF files to your phpnuke site, such as images (.jpg, .gif, .png)! Features:- checking permissions of uploading folders;- calculating dimension of jpg, gif, png and swf files- generation of html tag to copy and paste it- generation of "alternate...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): Image Upload Module Download

< 1 2 3 4 5