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

Feed Api freeware
Filter: All | Freeware | Demo
 

Feed Api

1 2 3 4 5 > 
Added: August 24, 2013 | Visits: 297

KML Parser (Scripts ) A KML Parser for the Feed API module.KML, or Keyhole Markup Language, is an XML dialect for capturing geographic features and their metadata. It is an Open Geospatial Consortium (OGC) standard, and is very popular format for exchanging location data on the web.This module provides parsing... Platforms: PHP

License: Freeware Size: 61.44 KB Download (45): KML Parser (Scripts ) Download

Added: May 29, 2013 | Visits: 478

Open Media Broadcast Synchronization The module creates the Airing (om_airing) and Broadcast Server Schedule Feed (om_feed) content types as well as the Feed Element Mapper mappings that map the RSS from the playback server to the Airing. There is some additional PHP to remap the guid from Princeton to something Feed API can... Platforms: PHP

License: Freeware Size: 10 KB Download (45): Open Media Broadcast Synchronization Download

Added: April 07, 2013 | Visits: 363

WP Social Blogroll WP Social Blogroll adds a social blogroll to your blog. It will follow and display all updates of the sites in your blogroll.See this screenshot for example.The plugin retrieves the date of the most recent feed-item of the bookmarked site. The feeds must be indexed by Google as the plugin uses... Platforms: PHP

License: Freeware Size: 399.36 KB Download (43): WP Social Blogroll Download

Added: July 17, 2013 | Visits: 351

fotoRSS You can integrate pictures from Albumdefamilie.ro in your blog using RSS feed API. Support users and / or tags. This plugin is developed based on flickrRss eightface developed. It is easy to install and configure the WordPress admin panel.# Installation:1. Put files in the folder plugins... Platforms: PHP

License: Freeware Size: 10 KB Download (46): fotoRSS Download

Added: September 03, 2013 | Visits: 355

I18n Logo SimpleFeed will soon be abandoned and all efforts put into: http://drupal.org/project/feedsThis module will be discontinued in Jan 2010.I will be writing an upgrade/migration path (since I use this module on all of my sites) along with writing a new Google Feed API parser for Feeds... Platforms: PHP

License: Freeware Size: 20.48 KB Download (41): I18n Logo Download

Added: November 02, 2010 | Visits: 1.030

XML::Atom XML::Atom is an Atom feed and API implementation. SYNOPSIS use XML::Atom; Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.. Platforms: *nix

License: Freeware Size: 59.39 KB Download (111): XML::Atom Download

Added: September 17, 2013 | Visits: 676

Facebook Activity Feed Widget for WordPress The FaceBook Activity Feed Widget for WordPress displays the most interesting recent activity taking place on your web site based on feedback from Facebook users.The activity feed displays stories both when users like content on your site and when users share content from your site back to... Platforms: PHP

License: Freeware Size: 10 KB Download (48): Facebook Activity Feed Widget for WordPress Download

Added: March 09, 2006 | Visits: 8.139

API Monitor API Monitor is software that monitors and displays API calls made by applications. For each API called, the program displays the process ID, process name, API called, parameters, return value, status, and the GetLastError code. It also includes an Error Lookup tool and an IOCTL decoder. New API... Platforms: Windows

License: Freeware Size: 319 KB Download (1160): API Monitor Download

Added: November 26, 2006 | Visits: 3.990

myMigration.NET News Feed Screen Saver Immigration News Feed Screen Saver provides immigration information direct from your screen saver. Whether you are emigrating to Australia, Canada, UK or the US we have all the information on Permanent Residency Visas (PR), Defacto, Skilled, Business, Student and all other Visa Independant... Platforms: Windows

License: Freeware Size: 748 KB Download (132): myMigration.NET News Feed Screen Saver Download

Added: January 18, 2010 | Visits: 1.690

MySpace Feed MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace (or Friendster) page. MySpace Feed converts the headline text into an image. We have a script that updates the images once a day.. Platforms: *nix

License: Freeware Size: 73.73 KB Download (107): MySpace Feed Download

Added: March 24, 2010 | Visits: 1.830

Amazon API Search Amazon API Search is the beginnings of a perl script to search Amazon. It interfaces with Amazons API interface and performs whatever search the user desires, it then parses the data returned and inserts it in to an MySQL table. Currently the script only deals with basic returned data, and... Platforms: *nix

License: Freeware Size: 2.05 KB Download (126): Amazon API Search Download

Added: March 09, 2010 | Visits: 1.488

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: September 16, 2010 | Visits: 1.420

PDL::API PDL::API is a Perl module for making piddles from Perl and C/XS code. A simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL... Platforms: *nix

License: Freeware Size: 2.1 MB Download (98): PDL::API Download

Added: July 06, 2010 | Visits: 1.919

Wikipedia API Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated,... Platforms: *nix

License: Freeware Download (112): Wikipedia API Download

Added: July 11, 2010 | Visits: 1.968

Beep Media Player RSS feed provider Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs. The feed can be published both locally and on the... Platforms: *nix

License: Freeware Size: 245.76 KB Download (115): Beep Media Player RSS feed provider Download

Added: January 03, 2010 | Visits: 1.440

eBay::API eBay::API is a Perl SDK for eBay Web services Interface. SYNOPSIS # 1. GeteBayOfficialTime use eBay::API::XML::Call::GeteBayOfficialTime; my $pCall = eBay::API::XML::Call::GeteBayOfficialTime->new(); $pCall->execute(); my $sOfficialTime = $pCall->getEBayOfficialTime(); # 2. GetUser use... Platforms: *nix

License: Freeware Size: 99.33 KB Download (98): eBay::API Download

Added: April 08, 2010 | Visits: 1.589

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API.... Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: April 16, 2010 | Visits: 1.792

Aero AIO: RSS News Feed Aero AIO: RSS News Feed is a plugin for Aero AIO. Aero AIO: RSS News Feed its based on slashdot karamba.. Aero AIO: RSS News Feed KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens K-Jofol IceWM Kaiman News Forum GUI... Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Aero AIO: RSS News Feed Download

Added: November 26, 2010 | Visits: 1.956

Asterisk Soap API 0.0.1 Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features. Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.. Download KDE-Apps.org Community Portal for KDE... Platforms: *nix

License: Freeware Download (135): Asterisk Soap API 0.0.1 Download

Added: November 19, 2010 | Visits: 1.018

POE::API::Peek POE::API::Peek is a Perl module to peek into the internals of a running POE environment. POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): POE::API::Peek Download

1 2 3 4 5 >