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

Screw Thread Specification freeware
Filter: All | Freeware | Demo
 

Screw Thread Specification

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

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: February 04, 2010 | Visits: 823

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: November 23, 2010 | Visits: 1.355

Thread::Pool Thread::Pool contains group of threads for performing similar jobs. SYNOPSIS use Thread::Pool; $pool = Thread::Pool->new( { optimize => cpu, # default: memory pre => sub {shift; print "starting worker with @_n", do => sub {shift; print "doing job for @_n"; reverse @_}, post => sub...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (103): Thread::Pool Download

Added: February 05, 2010 | Visits: 874

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 02, 2010 | Visits: 4.573

PHP Screw PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.. Get PHP Screw at SourceForge.net. Fast, secure and free downloads from the largest...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (332): PHP Screw Download

Added: August 19, 2010 | Visits: 846

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: June 25, 2010 | Visits: 883

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: September 04, 2010 | Visits: 1.016

POE::Component::Pool::Thread POE::Component::Pool::Thread is a POE Managed Boss/Worker threadpool. SYNOPSIS use POE qw( Component::Pool::Thread ); POE::Component::Pool::Thread->new ( MinFree => 2, MaxFree => 5, MaxThreads => 15, StartThrneads => 5, Name => "ThreadPool", EntryPoint => &thread_entry_point,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): POE::Component::Pool::Thread Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 608

Screw the Nut Screw The Nut is another little time killing physics puzzle game in which you have to remove (shaded) elements in order to move the nut to the screw. Is it difficult to screw the nut…? Try to roll it to the bolt and you’ll find out!


Platforms: Windows

License: Freeware Size: 1.7 MB Download (456): Screw the Nut Download

Added: May 10, 2013 | Visits: 963

Parsing a full file specification This function parses a full file specification into tuple of: a) list of drive and folders b) file name c) (last) file extension (including dot)A full file specification consists of drive letter, folders, file name, and extension. Unless you're on UNIX. Unless there's more that one extension....


Platforms: Windows, Python,

License: Freeware Download (69): Parsing a full file specification Download

Released: January 03, 2013  |  Added: January 03, 2013 | Visits: 766

Money on Thread The application for personal budgeting, with a brilliant new idea to put money on thread (literally) has been released -- it's simple, maybe too simple -- if you are professional go with Microsoft Money or Quicken ... this one is for the rest of the world, like us (financial newborns). In a...


Platforms: Java

License: Freeware Size: 5.54 MB Download (533): Money on Thread Download

Released: August 27, 2012  |  Added: August 27, 2012 | Visits: 413

Thread-GDB Extend the multi-thread capabilities of the gdb debugger. This targets POSIX threads implementations, although attempts to remain neutral with respect to the threads implementation. Creating a robust environment for thread debugging is the goal.


Platforms: Mac, BSD, Linux

License: Freeware Size: 5.92 KB Download (49): Thread-GDB Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 571

USE: UML-based Specification Environment USE is a system for the specification and validation of information systems based on a subset of the Unified Modeling Language (UML) and the Object Constraint Language (OCL). Please report any encountered bugs using Mantis (reachable via 'Hosted Apps')


Platforms: Windows, Mac, Linux

License: Freeware Size: 20.75 MB Download (45): USE: UML-based Specification Environment Download

Added: May 10, 2013 | Visits: 643

PHP Screw PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.


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

License: Freeware Download (61): PHP Screw Download

Added: May 10, 2013 | Visits: 426

MyAds v2.04jp Bug Fix & japanese specification The change part from original MyAds - compatible with 'register_globals=off'  - 'myblocksadmin' added (thanks GIJOE)  - Some bug fix.refer to this thread and this (jp.xoops.org/forum) - Extension of a SMARTY template variable.  - Japanese specification. - Use of XOOPS CODE is possible. - fix...


Platforms: Windows, *nix, PHP, BSD


Added: November 02, 2013 | Visits: 243

Thread::RWLock RWLocks provide a mechanism to regulate access to resources. Multiple concurrent reader may hold the rwlock at the same time, while a writer holds the lock exclusively. New reader threads are blocked if any writer are currently waiting to obtain the lock. The read lock gets through after all...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Thread::RWLock Download

Added: August 21, 2008 | Visits: 11.213

Screen Screw Screen Screw 1.0 is a joke (that gets a bit tiring) to play on your friends, that makes your monitor appear broken, because it slowly starts to lose resolution, and tasks take longer to appear on-screen.To deactivate the joke you only have to move the mouse cursor to the top left-hand corner and...


Platforms: Windows

License: Freeware Size: 1024 B Download (1537): Screen Screw Download

Added: January 18, 2010 | Visits: 1.151

Jikes JikesTM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification. You may wonder why the world needs another Java compiler, considering that Sun provides...


Platforms: *nix

License: Freeware Size: 860.16 KB Download (211): Jikes Download

Added: January 03, 2010 | Visits: 856

FifoEmbed FifoEmbed is a thread-safe basic queue, packet queue, and FIFO allocator. When programming device drivers, network stacks, and similar systems, you often need a queue and storage management. FifoEmbed provides three C abstract data types, all implemented on top of circular arrays: - A basic...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): FifoEmbed Download

Added: April 12, 2010 | Visits: 982

GenIP GenIP is a small utility, based on the NMap target specification code, for quickly and easily generating lists of IP addresses. Usage: genip [ -h ] [ -i filename ] [ < target-spec > ... ] genip -r < ipaddress > < ipaddress > Options: -h Display uage information. -i Read target...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): GenIP Download

1 2 3 4 5 >