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

Pointers software
Filter: All | Freeware | Demo
 

Pointers

1 2 3 4 5 > 
Released: November 05, 2009  |  Added: November 10, 2009 | Visits: 1.358

Easy Picture Notes Easily add pointers and notes to your pictures. Turn your pictures into descriptive diagrams for fun, work, your email, presentations or website. A simple mouse click places your pointers and notes. Works with any size JPG, JPEG, GIF, or PNG picture. Much faster and easier than using a...



Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 447 KB Download (100): Easy Picture Notes Download

Added: June 21, 2013 | Visits: 303

Pointers and subscript pointers The hnum class is a handle to a value class (uint8, double, etc). It acts like a pointer, but isn't really a pointer. Operating on an hnum class does not require "x = x + 1". Using "x+1" will permanantly modify it's value. Copying an hnum object only creates a copy to it's handle, and doesn't...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Pointers and subscript pointers Download

Added: July 04, 2013 | Visits: 328

pyjon.utils Useful tools library with classes to do singletons, dynamic function pointers...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (34): pyjon.utils Download

Added: July 03, 2010 | Visits: 1.685

FreeBASIC Compiler 0.16 / FreeBASIC - as the name suggests - is a free, open-source, 32-bit, MS-QuickBASICs syntax-compatible compiler, that adds new features such as pointers, unsigned data types, inline-assembly and many others.. FreeBASIC compiler official page (a free BASIC compiler): downloads, news, forums


Platforms: *nix

License: Freeware Size: 3.1 MB Download (157): FreeBASIC Compiler 0.16 / Download

Added: April 17, 2010 | Visits: 998

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib Download

Added: May 12, 2010 | Visits: 695

Devel::Pointer Devel::Pointer is a Perl module that can fiddle around with pointers. SYNOPSIS use Devel::Pointer; $a = address_of($b); # a = &b; $b = deref($a); # b = *a; $a = unsmash_sv(0+$scalar_ref); @a = unsmash_av(0+$array_ref); %a = unsmash_hv(0+$hash_ref); &a = unsmash_cv(0+$code_ref); # OK,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Devel::Pointer Download

Released: November 11, 2011  |  Added: November 26, 2011 | Visits: 978

Ideal Tools Organizer Ideal Tools Organizer allows you to create a central repository for pointers to tools and content on your computer. This makes it where you can launch your content instantly without having to navigate to it. Ideal Tools Organizer solves four problems: Problem #1: Tools are scattered all over...


Platforms: Windows

License: Freeware Size: 637.48 KB Download (96): Ideal Tools Organizer Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 490

FPgrowth FPgrowth is a simple, tiny application that will help you find frequent item sets (also closed and maximal) with the fpgrowth algorithm (frequent pattern growth, Han et al 2000), which represents the transaction database as a prefix tree which is enhanced with pointers that organize the nodes...


Platforms: Windows

License: Freeware Download (470): FPgrowth Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 401

Mac TeX Toolbox The Mac TeX Toolbox provides an umbrella for TeX related development for Mac OS X: discussions, pointers to libraries and other support for open source TeX development on Mac OS X.


Platforms: Mac

License: Freeware Size: 1.51 MB Download (48): Mac TeX Toolbox Download

Added: May 10, 2013 | Visits: 460

FreeBASIC 0.18.5b FreeBASIC is a  32-bit BASIC compiler, with syntax similar to MS-QuickBASIC, that adds new features such as pointers, unsigned data types, inline assembly, object orientation, and many others.Features: - A large number of variable types available - Arrays - BASIC Compatibility - Built-in gfx...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (64): FreeBASIC 0.18.5b Download

Added: April 30, 2013 | Visits: 653

Tab Navigation This code shows and explains how to make controls on a window using pure API, using CreateWindow and CreateWindowEx. This example shows how to make list boxes, edit controls, and buttons. Not only does it tell you how to make them but also how to use the.Unlike other examples also shows you how...


Platforms: C and C plus plus

License: Freeware Size: 10 KB Download (52): Tab Navigation Download

Added: June 22, 2013 | Visits: 192

PolySpace Stats This script acts on the log file generated during a PolySpace verification. It gives some statistics about the current state of a verification:dlT- options and statistics of each stage* the complexity of a verification: number of stubs, estimation of pointers complexity, ...dlT- the list of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.28 MB Download (39): PolySpace Stats Download

Added: August 23, 2013 | Visits: 242

Kdtree implementation in matlab Most of the kdtree code for matlab has been implemented via mex files. I decided to come up with a purely matlab based implementation and so here it is .... The code is obviously expected to be slower than some of the c/c++ implementations that are out there but the fact that its implemented in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): Kdtree implementation in matlab Download

Added: June 29, 2013 | Visits: 166

loadcell.m Load any text-based data into MATLAB.Loads data into cell array. Data can have variable length lines or be mixtures of numeric and string types.eg.[a,b,c]=loadcell(fname,[',' char(9)],'"','single-empty2num')Will load tab or comma seperated values into a. Seperators lying between inverted comma...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): loadcell.m Download

Added: August 13, 2013 | Visits: 210

MYGINPUT MYGINPUT Graphical input from mouse with custum cursor pointer.[X,Y] = MYGINPUT(N) gets N points from the current axes and returns the X- and Y-coordinates in length N vectors X and Y. [X,Y] = MYGINPUT(N, POINTER) also specifies the cursor pointer, e.g. 'crosshair', 'arrow', 'circle' etc. See...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): MYGINPUT Download

Added: June 29, 2013 | Visits: 694

web-cp - Web Hosting Control Panel web-cp is a web hosting control panel that has been built from the start for and by web hosting companies. It is written in PHP, licensed under the GPL and includes advanced features such as a built-in reseller system, users management, invoices, DB Manaweb-cp is a full-featured, open source web...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 665.6 KB Download (54): web-cp - Web Hosting Control Panel Download

Added: August 09, 2013 | Visits: 512

OpenGL Texture Loader OpenGL Texture Loader is a free and open source iPhone texture loader which developers to make textures from any kind of images including optimized / non-optimized PNG image files and PVRTC files. RGB values affected by alpha values will be corrected. How to use: 1. Add SZGLTextureLoader.* to...


Platforms: Mac

License: Freeware Size: 163.84 KB Download (36): OpenGL Texture Loader Download

Added: November 20, 2013 | Visits: 730

Word War vi Word War vi is a side scrolling arcade game in which you pilot your vi-per craft through core memory eradicating the emacs processes by firing -9 signals at them, or injecting NULL pointers into their execution stream while evading OS defenses.


Platforms: *nix

License: Freeware Size: 8.42 MB Download (51): Word War vi Download

Added: August 19, 2013 | Visits: 376

Gromit-MPX Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool. It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available.


Platforms: *nix

License: Freeware Size: 143.36 KB Download (37): Gromit-MPX Download

Released: September 12, 2023  |  Added: December 09, 2023 | Visits: 8.568

CaptureWiz CaptureWiz gives you the power to capture it all - screen images, oversize scrolling areas, screen action, video and audio. Innovative features, like its handy pop-out capture bar, make it fast and easy. CaptureWiz enables everyone to capture whatever they want from their PC. Like a digital...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $39.95 USD Size: 4.03 MB Download (2727): CaptureWiz Download

1 2 3 4 5 >