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

Rfid Tagging software
Filter: All | Freeware | Demo
 

Rfid Tagging

1 2 3 4 5 > 
Added: July 18, 2010 | Visits: 1.016

RFID::ISO15693::Tag RFID::ISO15693::Tag is an ISO15693 RFID Tag. METHODS new Returns a new RFID::ISO15693::Tag object. combine Combine two RFID::ISO15693::Tag object and returns set Set contents of the tag by a hash. get Return contents of the tag as a hash. getref Return contents of the tag as... Platforms: *nix

License: Freeware Size: 3.07 KB Download (224): RFID::ISO15693::Tag Download

Added: May 10, 2013 | Visits: 392

Simple Tagging Widget This plugin requires that Simple Tagging is activated.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.0 up to 2.2.1 - WordPress Sidebar Widgets plugin - WordPress Simple Tagging plugin Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Simple Tagging Widget Download

Added: August 07, 2013 | Visits: 324

Tagging manager Tagging Manager is a tool where each user can tag website's with meta-data.Features of Tagging manager:- Template based System,- RSS-output,- Multiuser Language support,- Archive of tagged pages,- Automatic tag-suggetions based on page metadata,- Taxonomy-system. Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 204.8 KB Download (40): Tagging manager Download

Added: October 18, 2013 | Visits: 346

django-tagging-ext django-tagging gives you tagging. django-tagging-ext gives you enhanced displays of tags. All rendered HTML is done via templates so you can customize the displays as needed. Future releases of Django Tagging EXT will include these features: More comprehensive tests Tag dispatching so you can... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-tagging-ext Download

Added: August 20, 2008 | Visits: 3.384

25 RFID Case Studies Ebook RFID technology may be hi-tech, but it is not rocket science. It does not take a PhD in Physics or Telecommunications to implement RFID technology applications to your own situation or business. All it takes is some knowledge about the RFID technology, to know precisely what it can do (strengths)... Platforms: Windows, Pocket PC

License: Freeware Size: 461 KB Download (248): 25 RFID Case Studies Ebook Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 441

logicAlloy RFID Platform for EPC & ALE logicAlloy ALE is RFID-EPC compliant RFID middleware. ALE collects and processes RFID tag data from RFID readers, then pushes RFID data to ERP apps. For more info on ALE, RFID and RFID tools, see www.logicalloy.com. logicAlloy - RFID made easy Platforms: Windows, Mac, Linux

License: Freeware Size: 80.81 KB Download (62): logicAlloy RFID Platform for EPC & ALE Download

Added: April 10, 2013 | Visits: 462

ID3 Tagging Script This module allows one to read and manipulate so-called ID3 informational tags on MP3 files through an object-oriented Python interface. Platforms: Python

License: Freeware Size: 20.48 KB Download (49): ID3 Tagging Script Download

Added: June 25, 2013 | Visits: 250

ftw.tagging ftw.tagging extends Plone content types with a tags field using schemaextender. Further it's possible to define tag roots to restrict tags to a part of the site. A tag cloud portlet is provided that shows a tag cloud for the current tag root. As an example, ftw.tagging is used by ftw.blog for... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (34): ftw.tagging Download

Released: February 01, 2008  |  Added: March 24, 2008 | Visits: 1.155

TagLauncher WHAT IS IT? TagLauncher is a better way to classify your files and find them. By tagging, you put files in virtual folders but files are not limited to be in one of them. It means similar tags makes files similar, therefore finding them will be easier. WHY TAGS ARE BETTER? Instead of... Platforms: Windows

License: Shareware Cost: $14.99 USD Size: 1.26 MB Download (110): TagLauncher Download

Added: August 17, 2010 | Visits: 1.668

PHP Tag Engine PHP Tag Engine project is a library that allows you to easily add tagging functionality to a PHP application.. Crowd Favorite offers web-based task-management software, WordPress development, blog consulting and general web development services. Platforms: *nix

License: Freeware Size: 87.04 KB Download (101): PHP Tag Engine Download

Added: January 17, 2010 | Visits: 665

TagFu TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. The project is implemented in Python and very closely mimics basic Python data structures. Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which... Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): TagFu Download

Added: July 09, 2010 | Visits: 610

Taggee Taggee is a platform indepentent tagging server. Taggee project has an HTTP interface for easy integration with applications in need of tagging and even has an HTML interface for use as a standalone bookmark server.. Get Taggee at SourceForge.net. Fast, secure and free downloads from the... Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Taggee Download

Added: June 15, 2010 | Visits: 1.419

OpenPCD firmware OpenPCD is a free and open RFID reader reference design platform. The OpenPCD firmware is software that runs in OpenPCDs AT91SAM7 ARM controller, and connects the RFID reader hardware (CL RC632 ASIC) with the Host PC via USB. The Firmware includes a custom USB device stack and drivers for the... Platforms: *nix

License: Freeware Size: 204.8 KB Download (139): OpenPCD firmware Download

Added: October 06, 2010 | Visits: 1.292

MP3::ID3Lib::Frame MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if $code eq COMM;... Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): MP3::ID3Lib::Frame Download

Added: May 15, 2010 | Visits: 835

MP3::ID3Lib MP3::ID3Lib is a Perl module for ID3v1/ID3v2 Tagging of MP3 files. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if... Platforms: *nix

License: Freeware Size: 37.89 KB Download (90): MP3::ID3Lib Download

Added: October 20, 2010 | Visits: 948

rip-utils rip-utils is a command line toolkit for ripping, encoding, tagging, organizing, compiling, and managing audio archives. Each utility participates in a common framework that allows commodity tools (such as file browsers, multimedia players and streaming servers) to access your digital catalog... Platforms: *nix

License: Freeware Size: 38.91 KB Download (104): rip-utils Download

Added: November 21, 2010 | Visits: 865

smrt smrt is a powerful python-based command line tool designed to ease the process of constantly renaming and tagging OGG and MP3 files. The main feature of smrt is the ability to identify tracks by making educated guesses, based on filename and tag data, against a gigantic database of all known... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): smrt Download

Added: May 19, 2010 | Visits: 732

ExifTagger ExifTagger project is a perl gtk2 app that provides a convenient graphical interface to tagging images. Unlike most other tools, this inserts the tag information into the images as Exif, so they will permanently be part of the digital image. The interface is pretty intuitive, though more... Platforms: *nix

License: Freeware Size: 48.13 KB Download (96): ExifTagger Download

Added: November 22, 2013 | Visits: 712

flactagger flactagger is a Ruby script for tagging FLAC files. Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): flactagger Download

Added: April 20, 2010 | Visits: 707

TagUtil TagUtil is an easy-to-use tagging utility that enables easy insertion of tags into a blog post. Other facilities offered include: Scheduled Pinging, Support for portable Tag Sources (as RDF files), Facility to create and share such Tag Sources (in RDF format), and Updating of Live Bookmarks for... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): TagUtil Download

1 2 3 4 5 >