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

Thread Count In Sheets freeware
Filter: All | Freeware | Demo
 

Thread Count In Sheets

< 1 2 3 4 5 > 
Added: April 11, 2013 | Visits: 462

No Anonymous Sessions The no_anon module eliminates the need for sessions for anonymous usersThis has the potential to reduce the server load and/or database contention on busy sites, since crawlers do not create entries in the session table for every page view.See how this positively affected a large site at reducing...



Platforms: PHP

License: Freeware Size: 10 KB Download (53): No Anonymous Sessions Download

Added: October 08, 2013 | Visits: 415

EuroOffice My Progress Track the progress of your writing with EuroOffice My Progress! This extension records your word and paragraph count every minute and generates reports about your progress. EuroOffice My Progress can be activated on a per-document basis by activating the Track My Progress menu item in the Tools...





Platforms: Mac

License: Freeware Size: 337.92 KB Download (41): EuroOffice My Progress Download

Released: August 16, 2010  |  Added: August 20, 2010 | Visits: 1.605

AKS Word Count Count words, lines, paragraphs, chars in files of different types, including PDF, Word, Excel, HTML, OpenOffice, RTF. The software can also count words in the whole folders. When all necessary files are added, the program automatically makes counting. Full information is kept in File info...


Platforms: Windows

License: Freeware Size: 2.56 MB Download (173): AKS Word Count Download

Added: August 06, 2010 | Visits: 2.729

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: August 08, 2010 | Visits: 1.404

Drum Count Drum count is a free software created to count drum hits in real-time. Its a useful practice tool for drummers, and its really easy to use!. Drum Count is a simple tool which analyzes sound in real-time to measure the number of strokes played on a drumset


Platforms: *nix

License: Freeware Size: 15.36 KB Download (157): Drum Count Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 515

Count the Sheep In this game there will be some sheep that walk around on the screen, and you will need to count the number of sheep present before the time runs out. Beware that there are some wolves who dressed like a sheep. When the game progresses there will be more sheep and more wolves and the game will be...


Platforms: Windows

License: Freeware Size: 261 KB Download (453): Count the Sheep Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 492

Count the Cubes In this game there will be cubes that are stacked together, and you need to count the number of cubes and then input the answer. Use the mouse to click the number buttons to input the number of cubes. The faster you count, the higher the score.


Platforms: Windows

License: Freeware Size: 261 KB Download (522): Count the Cubes Download

Added: May 10, 2013 | Visits: 683

Leprakhauns Character Count Wordpress Plugin This Wordpress plugin will count the visible characters in your post (including the spaces). After you unzip it, upload the plugin to your plugins directory and activate it. When you wish to count a character, just hit Count Characters, that’s all there is to it.


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


Added: May 10, 2013 | Visits: 545

Category Count Category Count adds a link to the tool menu in admin to display the category count.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Category Count Download

Added: May 14, 2013 | Visits: 653

Order Posts by Word Count The Order Posts by Word Count plugin creates a widget that lists posts in order by word count. Posts can be sorted in ascending or descending order and you can select how many posts you want to show. The widget can be used in the sidebar or any widgetized area.The widget uses your existing CSS...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Order Posts by Word Count Download

Added: September 16, 2013 | Visits: 494

User Post Count This plugin shows the post count of authors in dashboard. Currently the list is limited to top ten by countwise. To increase the number of user's listed u can change the file usercount.php.Line 11--> . "Limit 0,10";Change the value 10 to any number of your choice.# Installation : 1. Upload the...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): User Post Count Download

Added: September 04, 2013 | Visits: 594

Posts Character Count Admin This plugin adds a column with the character count for each post to the posts overview in the Manage Posts SubPanel. Additionally it informs about the character count for each post in the Edit Posts Subpanel (near the Word Count). So you are up to date with the word and the character count while...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Posts Character Count Admin Download

Added: April 24, 2013 | Visits: 641

Comment Author count Comment Author count adds total number of comments posted by the comment authors in the end of comments. It omits comment count for the Post author.It helps to display comment authors activity on you blog, which might also increase the click through rate of comment author's link.installation :...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (46): Comment Author count Download

Added: February 04, 2010 | Visits: 828

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.359

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: 879

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

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.021

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: September 24, 2012  |  Added: September 24, 2012 | Visits: 948

View Style Sheets View Style Sheets, or VSS, is a simple and useful Safari extension that will enable you to rapidly view CSS files for the current website. This extension will add a new item in your context menu (View Style Sheets) so you can quickly access it.


Platforms: Windows

License: Freeware Download (54): View Style Sheets Download

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

IE Count Text Installing IE Count Text adds a new "Count Text" item to Microsoft Internet Explorer's context menu. Right-clicking inside any text entry form field produces the context menu. Clicking the "Count Text" item from that menu opens a small window displaying how many lines, words, and characters are...


Platforms: Windows

License: Freeware Download (405): IE Count Text Download

< 1 2 3 4 5 >