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

Export Access To Excel Downloader freeware
Filter: All | Freeware | Demo
 

Export Access To Excel Downloader

< 1 2 3 4 5 > 
Added: June 12, 2013 | Visits: 577

User Access Manager With the "User Access Manager"-plugin you can manage the access to your posts, pages and files. You only create a user group, put registered users to this and set up the rights for this group. From now on the post/page is only accessible and writable for the specified group. This plugin is useful...



Platforms: PHP

License: Freeware Size: 358.4 KB Download (48): User Access Manager Download

Added: June 05, 2013 | Visits: 543

Premium Content Access Permissions By Term The Premium Content Access Permissions By Term module allows access to content to be restricted to certain roles by taxonomy term and Drupal role permissions and supports multiple access tiers.It does not use the node_access table. It integrates with views via its use of taxonomy terms. It is...





Platforms: PHP

License: Freeware Size: 10 KB Download (48): Premium Content Access Permissions By Term Download

Added: May 26, 2013 | Visits: 539

OG Public Access The OG Public Access module allows Organic Groups (OG) administrators to control public access to their groups' content. This module does not require group administrators to be granted the site-wide administer nodes permission.The use case for this module is for a site with teams of writers...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): OG Public Access Download

Added: July 08, 2013 | Visits: 526

Book Page Access This module allows control (editing) access to sub-trees in a book.This module is loosely based on Book Access but instead of delimiting access to a book (as Book Access does), it allows you to set fine-grained permissions for each page in the book and all its children.It is ideal for big...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Book Page Access Download

Added: June 10, 2013 | Visits: 508

Node access user reference Allows you to configure a CCK User reference field so that the user whom is referenced in a node is granted access to view the node. There are also options to give the user access to edit or delete the node.This is great if you want your node authors to be able to choose additional authors, or...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Node access user reference Download

Added: August 07, 2013 | Visits: 361

SOAPUserpoints Node Access The Drupal userpoints nodeaccess module enables you to sell access to a single node for a specific category and amount of userpoints.Features:* Select which roles are able to buy access to a node* Per node, set userpoints* Per node, set userpoints taxonomy term (category)* Basic views...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): SOAPUserpoints Node Access Download

Added: May 12, 2013 | Visits: 387

Node Access Auto Reference Gives automatic access to users if they are referenced somehow to this node.It's scanning automatically for references with unlimited deep path, so you don't need to worry anymore how to configure your permissions correct, because it's checking for references automatically.Example 1:User 1 want...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Node Access Auto Reference Download

Added: July 23, 2013 | Visits: 301

Term access Access to nodes based on taxonomy terms. By associate terms with user roles you may them be visible only for these roles. Module require to patch modules (patches for most of standard modules supplied). Module still in development, but already works.Module deprecated and no more supported.


Platforms: PHP

License: Freeware Size: 20.48 KB Download (52): Term access Download

Added: May 11, 2013 | Visits: 339

Node Access Node Reference Gives access to users if they have access to a referenced node. Checks view, update, and delete grants.Despite the availability of a beta, this module needs work, a lot of questions have been raised about this module's design in the issue queue, and probably shouldn't be used in production sites.


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Node Access Node Reference Download

Added: November 23, 2013 | Visits: 749

SVN Access Manager for Linux SVN Access Manager is a powerful utility for managing access to subversion repositories. The tool provides user and group management and access rights (read/write) to dedicated paths in a repository as well.


Platforms: *nix

License: Freeware Size: 7.2 MB Download (45): SVN Access Manager for Linux Download

Released: October 15, 2010  |  Added: October 22, 2010 | Visits: 3.033

Chameleon Folder Chameleon Folder is a handy utility that provides fast access to your most often used and favorite folders. It allows you to make your own menu that consists of your favorite folder paths. Open a Save As/Open dialog or Windows Explorer and click the middle mouse button or rotate mouse wheel in...


Platforms: Windows

License: Freeware Size: 1.8 MB Download (165): Chameleon Folder Download

Added: January 27, 2006 | Visits: 3.065

ADX Toys 2 XL ADX Toys 2 XL is a free COM add-in that adds several useful features to Microsoft Excel. The add-in is based on Add-in Express 2 technology (http://www.add-in-express.com/) and designed to show you how to create add-ins, how to manage add-in's toolbars and controls, and how to get an access to...


Platforms: Windows

License: Freeware Size: 711 KB Download (200): ADX Toys 2 XL Download

Added: August 22, 2008 | Visits: 3.097

DataPig Access Explosion This Utility will split your Access datasets into separate Access Tables, Excel workbooks or separate Excel tabs based on criteria you define. You can create a separate workbook for each Employee in your dataset or each City, or State, or --- etc. All this with one click! There is a Macromedia...


Platforms: Windows

License: Freeware Size: 3.6 MB Download (170): DataPig Access Explosion Download

Added: June 15, 2010 | Visits: 1.262

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: April 20, 2010 | Visits: 941

AnyData::Format::Mp3 AnyData::Format::Mp3 is a tied hash and DBI access to Mp3 files. SYNOPSIS use AnyData; my $playlist = adTie( Passwd, [c:/My Music/] ); while (my $song = each %$playlist){ print $song->{artist} if $song->{genre} eq Reggae } OR use DBI my $dbh = DBI->connect(dbi:AnyData:);...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (90): AnyData::Format::Mp3 Download

Added: May 27, 2010 | Visits: 647

NDBM_File NDBM_File is a Perl module that allows tied access to ndbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use NDBM_File; tie(%h, NDBM_File, filename, O_RDWR|O_CREAT, 0666) or die "Couldnt tie NDBM file filename: $!; aborting"; # Now read and change the hash $h{newkey} =...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): NDBM_File Download

Added: January 15, 2010 | Visits: 571

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: August 06, 2010 | Visits: 1.202

PBJ::JNI PBJ::JNI is a Perl module with full access to and from Java virtual machine from Perl. SYNOPSIS use PBJ::JNI::JavaVM; my ($env, $jvm, @vm_opts); my ($cls, $fid, $mid, $out); # Create the Java VM @vm_opts = ("-Xrs", "-Xcheck:jni"); $jvm = new PBJ::JNI::JavaVM(); $env =...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): PBJ::JNI Download

Added: July 03, 2010 | Visits: 678

mod_auth_useragent2 mod_auth_useragent2 is an Apache module that can be used to limit access to documents by means of the User-Agent. As an authentication method, this is really unsafe because it is easy to change the User-Agent in most browsers, but it could be used to prevent stupid bots and spiders from...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (85): mod_auth_useragent2 Download

Released: May 11, 2011  |  Added: May 22, 2011 | Visits: 826

Chameleon Folder Lite Chameleon Folder is a handy utility that provides fast access to your most often used and favorite folders. It allows you to make your own menu that consists of your favorite folder paths. Open a Save As/Open dialog or Windows Explorer and click the middle mouse button or rotate mouse wheel in...


Platforms: Windows

License: Freeware Size: 2.29 MB Download (92): Chameleon Folder Lite Download

< 1 2 3 4 5 >