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

Post View Thread freeware
Filter: All | Freeware | Demo
 

Post View Thread

< 1 2 3 4 5 > 
Added: August 06, 2010 | Visits: 2.732

Inter-Thread Communication Inter-Thread Communication (ITC) aims to make it exceedingly easy to call functions in other threads. The lexer does all the work, so just run the lexer on your headers, then call the stub functions. In addition, it also provides a complete threading API, with the four threading primitives... Platforms: *nix

License: Freeware Size: 419.84 KB Download (110): Inter-Thread Communication Download

Added: September 16, 2010 | Visits: 1.360

post post is a highly configurable Web traffic generator and Web server benchmarking tool. It has lots of features, and a command line interface. This program sends requests to a web server. It is made for benchmarking a web server or web application. To specify a URL to request, use any of these... Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): post Download

Added: February 04, 2010 | Visits: 830

Thread::Apartment Thread::Apartment is an apartment threading wrapper for Perl objects. SYNOPSIS package MyClass; use Thread::Apartment::Server; use base qw(Thread::Apartment::Server); sub new { # # the usual constructor # } # # mark some methods as simplex # sub get_simplex_methods { return {... Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): Thread::Apartment Download

Added: August 18, 2010 | Visits: 1.337

Post-Modern Post-Modern is a KDE theme inspired by eriols KDE 4 mockup. However, the window decor should be simple. But, personally i do not know how to do the coding; i tried, i have no programming knowledge. I am looking for someone interested in helping make the window decor. It would need no masks and... Platforms: *nix

License: Freeware Download (100): Post-Modern Download

Added: February 05, 2010 | Visits: 880

Thread::Tie Thread::Tie can tie variables into a thread of their own. SYNOPSIS use Thread::Tie; # use as early as possible for maximum memory savings # use default thread + tieing + create thread when needed tie $scalar, Thread::Tie; tie @array, Thread::Tie; tie %hash, Thread::Tie; tie *HANDLE,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Thread::Tie Download

Added: August 23, 2010 | Visits: 1.802

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure... Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: July 25, 2010 | Visits: 1.192

RT::View::ConciseSpreadsheet RT::View::ConciseSpreadsheet is a simple Perl module. RT::View::ConciseSpreadsheet requires no configuration files or environment variables.. Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): RT::View::ConciseSpreadsheet Download

Added: August 19, 2010 | Visits: 852

RT-Thread RT-Thread is a real-time operating system. It is designed specifically for small memory footprint platforms. The kernel supports the tranditional RTOS services, such as multiple threads, semaphores, mutexes, event flags, mailboxes, etc. RT-Thread project also provides a C-expression interpreter... Platforms: *nix

License: Freeware Size: 348.16 KB Download (105): RT-Thread Download

Added: May 11, 2010 | Visits: 1.302

Fractal View Fractal View project is a fractal viewing application that can be used to explore common fractal sets. It runs full-screen, supports four different fractal sets, has 22 different color palletes, support for PNG files, and performs anti-aliasing and zooming in all sets. Installing - Download... Platforms: *nix

License: Freeware Size: 235.52 KB Download (108): Fractal View Download

Added: August 09, 2010 | Visits: 1.387

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: September 26, 2010 | Visits: 1.196

del.icio.us post del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. Adds an entry to the context menu and a button to the toolbar. Due to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding... Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): del.icio.us post Download

Added: February 13, 2010 | Visits: 1.221

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo... Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): Pod::POM::View::HTML::Filter Download

Added: June 25, 2010 | Visits: 887

Mail::Thread::Chronological Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread; use Mail::Thread::Chronological; my $threader = Mail::Thread->new( @messages ); my $lurker = Mail::Thread::Chronological->new; $threader->thread; for my... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Mail::Thread::Chronological Download

Added: April 23, 2010 | Visits: 1.126

GO::View GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford... Platforms: *nix

License: Freeware Size: 870.4 KB Download (128): GO::View Download

Added: June 22, 2010 | Visits: 1.481

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.085

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: July 20, 2010 | Visits: 1.294

Package DataBase View Pdbv output a HTML view of a RPM or dpkg database. Its modular design allows easy addition of others package management database and export format (as xml). The 1.x.x series are in Bash, the 2.x.x series are in Perl. Obviously, the output generation with 1.x.x is a lot slower than with the... Platforms: *nix

License: Freeware Size: 174.08 KB Download (92): Package DataBase View Download

Released: September 23, 2010  |  Added: October 22, 2010 | Visits: 1.855

System Information View View system information tool.Can view: (1) CPU information (CPU type, serial number and other technical parameters). (2) Memory information (physical memory and virtual memory, and displayed graphically in real time the current physical memory and virtual memory use). (3) Hard... Platforms: Windows

License: Freeware Size: 912.58 KB Download (480): System Information View Download

Released: February 25, 2013  |  Added: March 30, 2013 | Visits: 2.516

Enolsoft CHM View for Mac Wanna keep a local copy of the language's documentation which is a CHM file(Microsoft Compiled HTML Help) for viewing on Mac OS X but confused about does not have a native CHM reader on Mac? Enolsoft CHM View for Mac is such a useful utility which helps Mac users to easily and quickly view CHM... Platforms: Mac

License: Freeware Size: 251 KB Download (1965): Enolsoft CHM View for Mac Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 1.262

Post Office Agent Software RD-SAS-MPKBY Post Office Agent Software, Post Office RD Agent Software, MPKBY Agent Software, Post Office Small Savings Agent Software for SAS/MPKBY/PPF agents of post offices.Maintains RD, MIS, KVP, NSC, TD, PPF, SCSS, Commission/TDS Schedule, Customer-wise Report, RD Automatic Schedule, RD Account Ledger,... Platforms: Windows

License: Freeware Size: 2.87 MB Download (79): Post Office Agent Software RD-SAS-MPKBY Download

< 1 2 3 4 5 >