| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | AppKey 1.11 |
windows | Business Finance->Workgroup Management Tools | $89.00 |
View Detail
|
|||||||||
AppKey primarily tracks employee information but also tracks job applications, academic achievements and employment history for potential employees. The strength of AppKey is in its ability to display employee leave records graphically and to allow the user to interactively arrange/group data as needed. With a little imagination it can even be used to store personal information such as addresses, birthdays, phone numbers, etc. AppKey is a multi-user application and can easily store several thousand employee records with acceptable access times. |
||||||||||||||
| 2 | AppKey 1.10 |
windows | Information Management->Personal Information Managers | $89 |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | Mckys Appkey 1.2 |
windows | System->OS Enhancements | Free |
View Detail
|
|||||||||
Mcky Appkey description Mckys Appkey will display the shortcut keys of any application you desire Mckys Appkey is a freeware utility that will display the shortcut keys of any application you desire through its easy-to-use interface. Do you ever have trouble remembering hotkeys combination for various applications? Well, Mckys Appkey will help you solve this! Simply fire up the application, load your application profile from the tray menu and to list the hotkeys, just view the hotkeys from the tray menu. You can click the hotkey menu list to trigger its effect on the application too! Its so simple to use and advanced users will appreciate its Here are some key features of "Mcky Appkey": · 100% Freeware and Open-Source · Hotkey-listing for Windows / 3rd party applications · Easily lists the hotkeys for your favorite applications with minimal disruption · Supports unlimited application profiles · Supports up to 60 hotkeys combination in an application profile · Comes with some popular applications hotkeys profile · Load your favorite profiles at startup automatically · Easily transfer hotkey profiles to another pc using the built-in backup solution · Export an applications profile hotkeys to HTML webpage format · Various settings you can adjust. You can disable checking online for latest versions · Compact and small executable (Can be run from thumbdrive) · Share and download new profiles via the built-in profiles manager · User-based personal configuration for settings and profiles Requirements: · CPU and memory requirements are similar to the host operating system · Suggested screen resolution of 800x600 · 5MB Hard Disk Space |
||||||||||||||
| 4 | Net::Blogger 1.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Net::Blogger is an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API. SYNOPSIS Top use Net::Blogger; my $b = Net::Blogger->new(appkey=>APPKEY); $b->BlogId(BLOGID); $b->Username(USERNAME); $b->Password(PASSWORD); $b->BlogId($b->GetBlogId(blogname=>superfoobar)); # Get recent posts my ($ok,@p) = $b->getRecentPosts(numposts=>20); if (! $ok) { croak $b->LastError(); } map { print "t $_->{postid}n"; } @p; # Post from a file my ($ok,@p) = $b->PostFromFile(file=>"/usr/blogger-test"); if (! $ok) { croak $b->LastError(); } # Deleting posts map { $b->deletePost(postid=>"$_") || croak $b->LastError(); } @p; # Getting and setting templates my $t = $b->getTemplate(type => main); $b->setTemplate(type=>main,template=>$t) || croak $b->LastError(); # New post my $txt = "hello world."; my $id = $b->newPost(postbody=>$txt) || croak $b->LastError(); # Get post my $post = $b->getPost($id) || croak $b->LastError(); print "Text for last post was $post->{content}n"; Blogger.pm provides an OOP-ish interface for accessing a weblog via the Blogger XML-RPC API. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
