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

R B Group Intro software
Filter: All | Freeware | Demo
 

R B Group Intro

< 1 2 3 4 5 
Added: June 11, 2010 | Visits: 1.539

Intro to Bash Programming HOWTO Intro to Bash Programming HOWTO is a bash programming tutorial. The Intro to Bash Programming HOWTO is meant for newbies who wish to learn how to write shell scripts for bash, the GNU Boure-Again shell. It contains several samples. It is very early in its development, but it is hoped that...



Platforms: *nix

License: Freeware Download (188): Intro to Bash Programming HOWTO Download

Added: May 10, 2013 | Visits: 1.463

Yahoo Group Archiver Yahoo Group Archiver is a collection of scripts to interact with Yahoo Groups and download various sections of each group to your local workspace.Scripts Features: - yahoogroup-messages: Downloads all the messages from a group in the order in which they were received. Yahoo has user based and...





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

License: Freeware Download (128): Yahoo Group Archiver Download

Added: September 11, 2010 | Visits: 870

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

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 (95): B::TerseSize Download

Added: July 04, 2010 | Visits: 1.573

R R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different...


Platforms: *nix

License: Freeware Size: 10.4 MB Download (105): R Download

Added: May 22, 2010 | Visits: 1.138

RealizationEngine Group Communicator The RealizationEngine is designed from the ground up to facilitate group communication and collaboration. It will store that communication to built and manage an institutional knowledge base. It is accessible from any Web browser or Web-enabled device. Classified information is easily...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (96): RealizationEngine Group Communicator Download

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

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

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

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

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

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

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: January 07, 2010 | Visits: 734

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

Added: May 07, 2010 | Visits: 1.559

Java iCal Group Scheduler Java iCal Group Scheduler enables several users to get together for a meeting, by using JICAL to translate their iCalendar files into their available free/busy time and post it automatically to your Web server. This project enables Ximian Evolution desktop users to book meetings with each other...


Platforms: *nix

License: Freeware Size: 2.44 MB Download (106): Java iCal Group Scheduler Download

Added: November 26, 2010 | Visits: 965

SVK::Help::Intro SVK::Help::Intro is a introduction to svk. svk is an open source distributed version control system which is designed to interoperate with Subversion. Like other version control systems, it keeps track of each change you make to a project and allows you to maintain multiple parallel tracks of...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (93): SVK::Help::Intro Download

Added: June 25, 2010 | Visits: 686

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: September 24, 2010  |  Added: September 29, 2010 | Visits: 1.299

Group Policy Object Search Tool Group Policy Object Search Tool - Group Policy Search Management tool helps individual settings search locate GPO JiJi GPO Search tool enables Group Policy Management easy to search GPO It extends GPO search by Advanced Group Policy Management search Group Policy Management editor Whats the...


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 4.27 MB Download (102): Group Policy Object Search Tool Download

Released: April 16, 2014  |  Added: April 24, 2014 | Visits: 2.751

Group Mail Send Engine Group Mail Send Engine, designed for online businessmen, marketers, party planners, campaigners, attorneys and any other people who want to keep in touch with their friends and clients warmly, frequently and simply, is one of the most professional and qualified bulk email senders in this field at...


Platforms: Windows, Windows 7

License: Shareware Cost: $129.00 USD Size: 2.36 MB Download (179): Group Mail Send Engine Download

Released: May 01, 2014  |  Added: May 28, 2014 | Visits: 1.656

Netwrix Group Policy Backup and Restore Group Policy is a key component of every Active Directory infrastructure and without regular backup and quick recovery capabilities can lead to system failures and downtime, user frustration, and security issues. Netwrix Group Policy Backup and Restore is a freeware product for automated...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.26 MB Download (138): Netwrix Group Policy Backup and Restore Download

Released: April 01, 2014  |  Added: May 04, 2014 | Visits: 1.326

Netwrix Group Policy Change Reporter Group Policy change auditing is highly important for all organizations utilizing Group Policy in their IT environments. Native Group Policy management tools don't offer built-in auditing capabilities. Manual audit of changes made to security policies, desktop configurations, software deployment...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.26 MB Download (116): Netwrix Group Policy Change Reporter Download

< 1 2 3 4 5