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

Es Un Secret Plan B software
Filter: All | Freeware | Demo
 

Es Un Secret Plan B

< 1 2 3 4 5 
Added: May 09, 2010 | Visits: 831

B::More B::More Perl module contains additional introspection methods and functions. Adds stuff I needed in B and wasnt there. Feel free to email me with suggestions for other methods I can add. B::SV METHODS svref Inverse of B::svref_2object. B::PVMG METHODS magic Returns a string... Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): B::More Download

Added: September 12, 2010 | Visits: 1.535

Secret Squirrel Secret Squirrel project is a password manager. Secret Squirrel is a basic password management application written in Java. It uses Blowfish and SHA-384, performs password generation using the Java secure random object (fully configurable), and supports password groups. Platforms: *nix

License: Freeware Size: 17.41 KB Download (113): Secret Squirrel Download

Added: May 25, 2010 | Visits: 1.307

Geo::TigerLine::Record::B Geo::TigerLine::Record::B is a TIGER/Line 2003 Polygon Geographic Entity Codes: Corrections. SYNOPSIS use Geo::TigerLine::Record::B; @records = Geo::TigerLine::Record::B->parse_file($fh); @records = Geo::TigerLine::Record::B->parse_file($fh, &callback); $record =... Platforms: *nix

License: Freeware Size: 40.96 KB Download (101): Geo::TigerLine::Record::B Download

Added: September 11, 2010 | Visits: 876

B::LintSubs B::LintSubs is a Perl compiler backend to check sub linkage. SYNOPSIS perl -MO=LintSubs [FILE] [-e PROGRAM] When using use strict, subroutine names are not checked at the callsite; this makes the following a perfectly valid program at compiletime, that only blows up at runtime use strict;... Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): B::LintSubs Download

Added: September 05, 2010 | Visits: 1.628

Real-Time Proactive Secret Sharing Library Real-Time Proactive Secret Sharing Library is an implementation of the Shamirs secret sharing scheme and Herzbergs proactive secret sharing algorithm. Real-Time Proactive Secret Sharing Library targets the RTAI OS. It includes a port of GNU GMP to RTAI, which is used for multiple precision... Platforms: *nix

License: Freeware Size: 1.3 MB Download (115): Real-Time Proactive Secret Sharing Library Download

Added: November 25, 2010 | Visits: 1.539

Plan 9 From User Space Plan 9 From User Space is a port of the bulk of the Plan 9 software build environment to Unix. While the libraries make an attempt to play nice with the rest of the system (by using the Unix rules for printf verbs and Unix system headers, for example), this port tries to reproduce the Plan 9... Platforms: *nix

License: Freeware Size: 21.5 MB Download (94): Plan 9 From User Space Download

Added: January 02, 2010 | Visits: 801

B::TerseSize B::TerseSize is a Perl module that prints information about ops and their (estimated) size. SYNOPSIS perl -MO=TerseSize[,OPTIONS] foo.pl The B::Size and B::TerseSize modules attempt to measure the size of Perl op codes. The output of B::TerseSize is similar to that of B::Terse, but includes... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): B::TerseSize Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 1.416

B::Tree B::Tree is a simplified version of B::Graph for demonstration. SYNOPSIS perl -MO=Tree program | dot -Tps > tree.ps This is a very cut-down version of B::Graph; it generates minimalist tree graphs of the op tree of a Perl program, merely connecting the op nodes and labelling each node with... Platforms: *nix

License: Freeware Size: 2.05 KB Download (100): B::Tree Download

Added: January 18, 2010 | Visits: 1.512

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);... Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: January 13, 2010 | Visits: 674

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main... Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: February 07, 2010 | Visits: 808

B::Flags B::Flags is a Perl module that provides a friendlier flags for B. SYNOPSIS use B::Flags; print B::main_root->flagspv; print B::main_root->privatepv; print $some_b_sv_object->flagspv; By default, $foo->flags when passed an object in the B class will produce a relatively meaningless... Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): B::Flags Download

Added: August 18, 2010 | Visits: 1.030

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: April 16, 2010 | Visits: 975

B::Deparse B::Deparse is a Perl compiler backend to produce perl code. SYNOPSIS perl -MO=Deparse[,-d][,-fFILE][,-p][,-q][,-l] [,-sLETTERS][,-xLEVEL] prog.pl B::Deparse is a backend module for the Perl compiler that generates perl source code, based on the internal compiled structure that perl itself... Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): B::Deparse Download

Added: April 09, 2010 | Visits: 1.166

Keep It Secret! Keep It Safe! Keep It Secret! Keep It Safe! (KisKis) is an easy-to-use password manager written in JAVA. So it runs on any platform with an appropriate Java-Virtual-Machine available (Windows, Linux, Solaris, ...). It allows the user to manage passwords for many different purposes such as network or... Platforms: *nix

License: Freeware Size: 5.6 MB Download (94): Keep It Secret! Keep It Safe! Download

Added: June 25, 2010 | Visits: 691

b. b. is a Web-based manager for Web bookmarks. Bookmarks are stored in an XML file. Operations on the data are done with Perl scripts.. Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): b. Download

Released: April 05, 2011  |  Added: April 10, 2011 | Visits: 781

Secret Word Secret Word is a professional text encryption tool. You can use the Secret Word encrypted mail or chat. Encrypted information without fear of network service providers, enterprise information management or intercepted by hackers. Secret Word and can effectively protect your mail and instant... Platforms: Windows

License: Shareware Cost: $39.80 USD Size: 2.41 MB Download (455): Secret Word Download

Released: January 17, 2010  |  Added: January 25, 2010 | Visits: 1.678

Plan for Windows Project planning application for Windows NT/2000/XP/Vista/Win7. A separate version is also available for a range of PDAs. Create a project plan by entering tasks and resources, add holiday information and create dependencies between tasks. Plan will calculate the entire project schedule... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 1.12 MB Download (139): Plan for Windows Download

Released: September 18, 2010  |  Added: September 29, 2010 | Visits: 849

Secret Media Secret Media uses a specialized technique of hiding information by embedding messages within seemingly harmless media files. It works by embedding invisible bits of data in otherwise normal graphics and audio files (such as JPG, MP3, WMA, GIF, BMP, or WAV). Using this technology, you can hide... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.84 MB Download (465): Secret Media Download

Released: March 13, 2011  |  Added: April 07, 2011 | Visits: 1.605

Corrective Action Plan Write out the corrective actions for your project or systems using our MS Word corrective action plan template. Using this template for corrective actions enables you to create plans that are detailed yet precise and contain just the needed information. All you will need is MS Word (or any... Platforms: Windows, Other

License: Commercial Cost: $19.99 USD Size: 37.34 KB Download (302): Corrective Action Plan Download

Released: July 01, 2011  |  Added: November 22, 2011 | Visits: 914

MPEG Video ES Utils MPEG Video ES Utils application provides the user with a visual representation of the structure of MPEG-2 video elementary stream (ISO/IEC 13818-2). The application allows the user to investigate the video sequence headers, group of picture headers, picture headers with their extensions, slices,... Platforms: Windows

License: Shareware Cost: $80.00 USD Size: 557 KB Download (92): MPEG Video ES Utils Download

< 1 2 3 4 5