sambalink q 2.0.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 93
SambaLink/Q 2.0.2
SambaLink/Q is an application for editing the smb.conf file. more>>
SambaLink/Q is an application for editing the sometimes confusing and rather complex smb.conf file for Samba. SambaLink/Q 2.0.1 is Linux only and for Qt 3.
Main features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
<<lessMain features:
- Qt 3 support
- Warning if not starting as root.
- Warning if not saving smb.conf to a directory without proper permissions.
- The configuration file has been updated to cover up to Samba 2.5
- The configuration file (linkq.conf) is now moved to /etc
Download (0.085MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1213 downloads
RumAVL 2.0.2
RumAVL is a C implementation of a Threaded AVL Tree. more>>
RumAVL is a C implementation of a Threaded AVL Tree. An AVL Tree is a self- balancing binary search tree, as described by Adelson-Velskii and Landis. Threading is a method of linking the unused links of leaves to the next node in sequence, making traversing the tree easier.
RumAVL provides a opaque sorting and/or storage layer, hiding you from the details of maintaining an AVL tree, while giving you considerable control most operations.
RumAVL is a dictionary data type, providing indexed insertion and lookup, based on a key. RumAVL library supports values and keys of any type.
Main features:
- Can hold keys and data of any type, and any size
- Unlimited amount of nodes and unlimited tree height
- ANSI C/C99 compatible. Compiles cleanly under "gcc -W -Wall -pedantic"
- Portable - used no platform specific calls
- User defined memory handling functions
- User defined callback functions or "hooks" before any delete or overwrite operations
- Safe and reliable tree traversing
Enhancements:
- The efficiency of delete operations on nodes that have children on both sides was improved by replacing the node to be deleted by its innermost child in the heavier subtree.
- This is opposed to the previous method of rotating the node to be deleted until it was a (semi) leaf.
<<lessRumAVL provides a opaque sorting and/or storage layer, hiding you from the details of maintaining an AVL tree, while giving you considerable control most operations.
RumAVL is a dictionary data type, providing indexed insertion and lookup, based on a key. RumAVL library supports values and keys of any type.
Main features:
- Can hold keys and data of any type, and any size
- Unlimited amount of nodes and unlimited tree height
- ANSI C/C99 compatible. Compiles cleanly under "gcc -W -Wall -pedantic"
- Portable - used no platform specific calls
- User defined memory handling functions
- User defined callback functions or "hooks" before any delete or overwrite operations
- Safe and reliable tree traversing
Enhancements:
- The efficiency of delete operations on nodes that have children on both sides was improved by replacing the node to be deleted by its innermost child in the heavier subtree.
- This is opposed to the previous method of rotating the node to be deleted until it was a (semi) leaf.
Download (0.021MB)
Added: 2006-11-15 License: MIT/X Consortium License Price:
1073 downloads
pBeans 2.0.2
pBeans project is a Object/Relational (O/R) database mapping layer. more>>
pBeans project is a Object/Relational (O/R) database mapping layer. It is designed to be simple to use and automated.
The idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
<<lessThe idea is that you save time and effort by simply focusing on writing Java classes, and not worrying about maintenance of matching SQL scripts, schema evolution, XML based schemas, or generating code. The pBeans framework takes care of persisting JavaBeans with little assistance from the developer.
Main features:
- Automatic Table Creation and Schema Evolution- Tables corresponding to JavaBean classes are created on demand. Field types are based, by default, on JavaBean compile-time types. Field type changes and new fields are detected. Manually changing tables (user-managed mode) is also supported.
- Based on Annotated JavaBeans- You define a getter and setter for each bean property. Persisent bean classes only need to be tagged with a @PersistentClass annotation.
- Transitive Persistence- If object A is persisted and it refers to Persistent object B, then object B is automatically persisted. If Persistent object C also refers to B, and C is also persisted, the record for object B in the database is not duplicated.
- Instance Consistency- If you retrieve an object from persistent storage that is already known to exist in main memory, you get a reference to the object in main memory. (Garbage collection is allowed to happen via weak references.)
- Near-Zero Configuration- There is no need to define schemas or anything of the sort in a language other than Java, and there are no code generation steps of any kind. No XML or SQL need to be written, except the necessary to create a database and grant user permissions. However, you can instruct pBeans to let you manage database modifications manually.
- Database features- Transactions and auto-increment IDs (MySQL only) are now supported.
- Flexibility- Via annotations users are allowed to define their own table and field names, the name of the primary key, whether fields are nullable, whether tables are user-managed (not automatically modified), table indexes, unique or otherwise, whether unused fields should be deleted, whether a field is nullable, whether it is renamed from another field (to prevent loss of data when a property is renamed), etc.
- Servlet support- A pBeans store may be easily configured using servlet context parameters (see ServletAccess.)
Download (1.3MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
912 downloads
svk 2.0.2
svk is a decentralized version control system. more>>
svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous SVKSponsors.
Main features:
- svk uses the subversion fs library. the SVN::XD module is a svn_wc (working copy) replacement (XD is character increment of WC).
- SVN::XD does not use the .svn for checkout meta-data. it uses Data::Hierarchy for storing per-directory meta-data in a compact way. Read about WhyXD.
- svk uses svm (svn mirror) for retrieving remote repositories (via ra) to a certain point of the local repository. There are plans to integrate svm and vcp so we have instant ability to branch remote cvs or perforce.
- the depot spec is like : . ~/.svk/config holds a depotmap hash for mapping depotname (which could be empty) to a path containing a subversion repository.
- when committing (or merging) into the mirrored directory, svm provides a commit editor for svk to use. the merge brings changes from local to remote repository if theres no conflict.
- using a local repository holding the subversion tree for benchmark, svk checkout time is 3 times faster than svn.
Enhancements:
- Perl 5.9.5 compatibility, various fixes in the merge subsystem, and some Win32 fixes.
<<lessMain features:
- svk uses the subversion fs library. the SVN::XD module is a svn_wc (working copy) replacement (XD is character increment of WC).
- SVN::XD does not use the .svn for checkout meta-data. it uses Data::Hierarchy for storing per-directory meta-data in a compact way. Read about WhyXD.
- svk uses svm (svn mirror) for retrieving remote repositories (via ra) to a certain point of the local repository. There are plans to integrate svm and vcp so we have instant ability to branch remote cvs or perforce.
- the depot spec is like : . ~/.svk/config holds a depotmap hash for mapping depotname (which could be empty) to a path containing a subversion repository.
- when committing (or merging) into the mirrored directory, svm provides a commit editor for svk to use. the merge brings changes from local to remote repository if theres no conflict.
- using a local repository holding the subversion tree for benchmark, svk checkout time is 3 times faster than svn.
Enhancements:
- Perl 5.9.5 compatibility, various fixes in the merge subsystem, and some Win32 fixes.
Download (0.41MB)
Added: 2007-08-08 License: Perl Artistic License Price:
809 downloads
TrashMail.net 2.0.2
TrashMail.net will improve your browsers capability greatly. more>>
TrashMail.net 2.0.2 will improve your browser's capability greatly. It is designed as a Firefox addon that creates free disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters.
The email addresses can be deleted at any time and this plugin uses the free TrashMail.net DEA service.
Enhancements:
Added the following features in the TrashMail Address Manager:
- Copy email address to clipboard with right mouse click if holding the mouse cursor on a trashmail email address
- Copy website address to clipboard with right mouse click if holding the mouse cursor on a website address
Requirements:
- Mozilla Firefox
Added: 2009-07-22 License: MPL Price: FREE
9 downloads
DPML SDK 2.0.2
DPML SDK is a management platform for Java-based component development, resource management, and deployment. more>>
DPML SDK is a management platform for Java-based component development, resource management, and deployment.
DPML SDK is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime engine, and the Station application management console.
Enhancements:
- New features and enhancements added since version 2.0.1 include the addition of support for component composition via reference to nested parts within the internal structure of a component using part URIs as the construction mechanisms.
- This version also includes numerous code and documentation quality enhancements and updates to the checkstyle task involving migration from Checkstyle 4.1 to 4.3.
<<lessDPML SDK is composed of the Transit resource management layer, the Depot multi-project build system, the Metro component management runtime engine, and the Station application management console.
Enhancements:
- New features and enhancements added since version 2.0.1 include the addition of support for component composition via reference to nested parts within the internal structure of a component using part URIs as the construction mechanisms.
- This version also includes numerous code and documentation quality enhancements and updates to the checkstyle task involving migration from Checkstyle 4.1 to 4.3.
Download (5.7MB)
Added: 2007-04-26 License: The Apache License 2.0 Price:
911 downloads
aKode 2.0.2
aKode is the decoding library used in akode_artsplugin in kdemultimedia. more>>
aKode is not really a KDE application and not even an application, but very usefull non the less.
aKode is the decoding library used in akode_artsplugin in kdemultimedia, and improves the aRts experience by fewer drop-outs, more supported formats and fewer bugs in general.
It can also be used directly without aRts in JuK and Amarok.
aKode supports decoding of MPEG audio, Ogg Vorbis, Ogg FLAC, old FLAC, Speex, WAV, and Musepack audio.
aKode currently has the following decoder plugins:
- mpeg: Uses libMAD to decoder all MPEG 1/2 layer I-III audio. GPL licensed and patent issue in the US.
- mpc: Decodes musepack aka mpc audio. LGPL licensed.
- xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. LGPL licensed, patent free.
- ffmpeg: Experimental decoder using the FFMPEG decoding library. Enables WMA and RealAudio playback. LGPL and possible patent and reengineering issues in the US.
aKode also has the following audio outputs:
- oss: Outputs to the OSS (Open Sound System) of for instance FreeBSD and Linux 2.4
- alsa: Outputs to ALSA of Linux 2.6 (version 0.9 or 1.x required) (dmix is recommended).
- sun: Outputs to Sun OS/Solaris audio device .
- jack: Outputs using Jack audio backend.
- polyp: Output to the polypaudio server. Recommended for network transparent audio.
Enhancements:
- Support for new FLAC C API (1.1.3+)
- Fixed WAV replay bug.
- Improved FFMPEG decoder
<<lessaKode is the decoding library used in akode_artsplugin in kdemultimedia, and improves the aRts experience by fewer drop-outs, more supported formats and fewer bugs in general.
It can also be used directly without aRts in JuK and Amarok.
aKode supports decoding of MPEG audio, Ogg Vorbis, Ogg FLAC, old FLAC, Speex, WAV, and Musepack audio.
aKode currently has the following decoder plugins:
- mpeg: Uses libMAD to decoder all MPEG 1/2 layer I-III audio. GPL licensed and patent issue in the US.
- mpc: Decodes musepack aka mpc audio. LGPL licensed.
- xiph: Decodes FLAC, Ogg/FLAC, Speex and Ogg Vorbis audio. LGPL licensed, patent free.
- ffmpeg: Experimental decoder using the FFMPEG decoding library. Enables WMA and RealAudio playback. LGPL and possible patent and reengineering issues in the US.
aKode also has the following audio outputs:
- oss: Outputs to the OSS (Open Sound System) of for instance FreeBSD and Linux 2.4
- alsa: Outputs to ALSA of Linux 2.6 (version 0.9 or 1.x required) (dmix is recommended).
- sun: Outputs to Sun OS/Solaris audio device .
- jack: Outputs using Jack audio backend.
- polyp: Output to the polypaudio server. Recommended for network transparent audio.
Enhancements:
- Support for new FLAC C API (1.1.3+)
- Fixed WAV replay bug.
- Improved FFMPEG decoder
Download (0.45MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
936 downloads
Clipmarks 2.0.2
Clipmarks is a Firefox Extension and its about breaking down the web into pieces instead of pages. more>>
Clipmarks is a Firefox Extension and its about breaking down the web into pieces instead of pages.
When you find something in a web page that interests you, clip it.
By adding tags to clipmarks, youre able to create your own searchable collection of things youve clipped from the web.
Clipmarks is also about seeing and discussing things that other people are clipping.
<<lessWhen you find something in a web page that interests you, clip it.
By adding tags to clipmarks, youre able to create your own searchable collection of things youve clipped from the web.
Clipmarks is also about seeing and discussing things that other people are clipping.
Download (0.095MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
929 downloads
CataSe 2.0.2
CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc). more>>
CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc).
CataSe is a catalog server that serves documents in response to queries. The queries can contain thematic, temporal, and spatial (geometry) constraints.
It uses OGC standards. The documents are currently ISO 19115 in XML and the query language is CQL.
<<lessCataSe is a catalog server that serves documents in response to queries. The queries can contain thematic, temporal, and spatial (geometry) constraints.
It uses OGC standards. The documents are currently ISO 19115 in XML and the query language is CQL.
Download (0.12MB)
Added: 2007-02-09 License: Other/Proprietary License Price:
988 downloads
libzdt 2.0.2
libzdt is a free general library aimed at anyone who wants to use it. more>>
libzdt is a free general library aimed at anyone who wants to use it.
Some people may wonder why we need another software library. The answer is simple: What others dont offer, were trying to provide.
This basically meaning, while some of the things included in libzdt are included in other libraries, either we think the implementation isnt perfect, or we just feel it would make a great compliment to what were trying to do which is make life easier for those who want to write software.
While libzdt does not contain any graphical user interface API, it may later (please keep in mind that libzdt is still very pliable in a GUI application depending on what it is, and what the application does).
Anyway, libzdt is just a collection of functions Ive wrote over the years, or someone else has written and Ive just picked em up (you can see the list of people to whom I owe thanks for their code in the Documentation/Authors file). libzdts primary use will be in ZerOS, the operating system myself and a few friends are designing and developing (well, Im doing the development), right now however, its primary use is in custom commercial software my company writes. This version however, is not used in any commercial software, please see further into this document for more information on libzdt itself.
Little note on our coding style, at least myself, I go by the Linux kernel coding standards (which are included in the Documentation/CodingStyle file).
Anyway, back to libzdt itself... Its being rewritten for one reason, and one simple reason only. The version of libzdt that I use myself (not to say I dont use this one, because I do) is private, closed source. Its a library written in Objective-C++ anyway, so only a few platforms can use it (MacOS X, NeXTSTEP/OpenStep are the only platforms that I know have a working ObjC++ compiler), and besides, the code is ugly looking.
To compile libzdt, all you have to do is go into the main directory, which you are no doubt in right now reading this file, and type: make. This will build both the static library and shared library files and place them in the $LIBZDT_ROOT/Objects.x86 directory. In previous versions you had to type: make depend shared static, or something of the such to build all that you can now with just the make command without any arguments. To install libzdt, you must be root (or a user who has permissions to run ldconfig) in order to complete the install process. Simply type: make install.
<<lessSome people may wonder why we need another software library. The answer is simple: What others dont offer, were trying to provide.
This basically meaning, while some of the things included in libzdt are included in other libraries, either we think the implementation isnt perfect, or we just feel it would make a great compliment to what were trying to do which is make life easier for those who want to write software.
While libzdt does not contain any graphical user interface API, it may later (please keep in mind that libzdt is still very pliable in a GUI application depending on what it is, and what the application does).
Anyway, libzdt is just a collection of functions Ive wrote over the years, or someone else has written and Ive just picked em up (you can see the list of people to whom I owe thanks for their code in the Documentation/Authors file). libzdts primary use will be in ZerOS, the operating system myself and a few friends are designing and developing (well, Im doing the development), right now however, its primary use is in custom commercial software my company writes. This version however, is not used in any commercial software, please see further into this document for more information on libzdt itself.
Little note on our coding style, at least myself, I go by the Linux kernel coding standards (which are included in the Documentation/CodingStyle file).
Anyway, back to libzdt itself... Its being rewritten for one reason, and one simple reason only. The version of libzdt that I use myself (not to say I dont use this one, because I do) is private, closed source. Its a library written in Objective-C++ anyway, so only a few platforms can use it (MacOS X, NeXTSTEP/OpenStep are the only platforms that I know have a working ObjC++ compiler), and besides, the code is ugly looking.
To compile libzdt, all you have to do is go into the main directory, which you are no doubt in right now reading this file, and type: make. This will build both the static library and shared library files and place them in the $LIBZDT_ROOT/Objects.x86 directory. In previous versions you had to type: make depend shared static, or something of the such to build all that you can now with just the make command without any arguments. To install libzdt, you must be root (or a user who has permissions to run ldconfig) in order to complete the install process. Simply type: make install.
Download (0.090MB)
Added: 2006-03-24 License: BSD License Price:
1310 downloads
WmG 2.0.2
WmG is a dockapp plugin for Gaim. more>>
WmG applet is a dockapp plugin for Gaim. That is, once the plugin is started a dockapp appears, which can be conviniently dragged to the windowmaker dock.
The dockapp shows the top 3 buddies from Gaim, sorted by whatever algorithm was selected in the Gaim preferences. Clicking either of the buddies causes a new conversation window to be created for that buddy (unless one already exists, in which case the existing one will be used).
Additionally, the dockapp features a scrolling message thingy, which displays events occurring, such as buddies logging on and off, becoming idle, going away or coming back.
WmG was selected as the name of this program, because WmGaim was already spoken for.
Version restrictions:
- Unloading the plugin unfortunately requires a restart of gaim.
- No protocol mini-icons are available for protocols other than msn and icq
Enhancements:
- This release fixes compilation issues with the latest Gaim betas, and introduces some graphical representation of buddy status for ICQ buddies.
<<lessThe dockapp shows the top 3 buddies from Gaim, sorted by whatever algorithm was selected in the Gaim preferences. Clicking either of the buddies causes a new conversation window to be created for that buddy (unless one already exists, in which case the existing one will be used).
Additionally, the dockapp features a scrolling message thingy, which displays events occurring, such as buddies logging on and off, becoming idle, going away or coming back.
WmG was selected as the name of this program, because WmGaim was already spoken for.
Version restrictions:
- Unloading the plugin unfortunately requires a restart of gaim.
- No protocol mini-icons are available for protocols other than msn and icq
Enhancements:
- This release fixes compilation issues with the latest Gaim betas, and introduces some graphical representation of buddy status for ICQ buddies.
Download (0.017MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
994 downloads
Stencil 2.0.2
Stencil is a library for developing web-based applications in C++. more>>
Stencil is a library for developing web-based applications in C++.
It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
<<lessIt includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
Download (0.36MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1366 downloads
libgist 2.0.2
libgist provides a generalized search tree C++ library. more>>
libgist provides a generalized search tree C++ library.
This directory contains the 2.0 release of the GiST C++ library. Please refer
to our WWW home page located at for updates on documentation and new releases.
libGiST is not public domain software. It is copyrighted by the University of California but may be used according to the licensing terms of the the copyright below.
Enhancements:
- Updates to a semi-fork of libgist 2.0.1tmp
- Now compiles OK with gcc 4+.
<<lessThis directory contains the 2.0 release of the GiST C++ library. Please refer
to our WWW home page located at for updates on documentation and new releases.
libGiST is not public domain software. It is copyrighted by the University of California but may be used according to the licensing terms of the the copyright below.
Enhancements:
- Updates to a semi-fork of libgist 2.0.1tmp
- Now compiles OK with gcc 4+.
Download (3.6MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
568 downloads
YAWMPPP 2.0.2
YAWMPPP is a WindowMaker dockapp that works as a frontend for pppd, making ISP hookup easier. more>>
YAWMPPP is a WindowMaker dockapp (works with other window managers too) that works as a frontend for pppd, making ISP hookup easier.
To connect you click the v button (as shown in the pictures by the side), to disconnect you click the x button. The arrow buttons let you select an ISP entry.
Main features:
- Works with Linux, NetBSD and FreeBSD.
- Connection time display
- Multiple ISP entries (at most 40)
- LED display: RX/TX (send/receive) and status (on,dialing,off)
- PPP load graph and speed indicator
- On Linux, it manages DNS servers automatically
- Easy GUI dialup entry setup
- Connection log with GUI log viewer
Enhancements:
- minor bug fix.
<<lessTo connect you click the v button (as shown in the pictures by the side), to disconnect you click the x button. The arrow buttons let you select an ISP entry.
Main features:
- Works with Linux, NetBSD and FreeBSD.
- Connection time display
- Multiple ISP entries (at most 40)
- LED display: RX/TX (send/receive) and status (on,dialing,off)
- PPP load graph and speed indicator
- On Linux, it manages DNS servers automatically
- Easy GUI dialup entry setup
- Connection log with GUI log viewer
Enhancements:
- minor bug fix.
Download (0.10MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
Squidoo 2.0.2
Squidoo is a new and improved extension for Squidoo.com! more>>
Squidoo is a new and improved extension for Squidoo.com! Updated for Firefox 2.0.
You get:
a) Squidoo search in your Firefox toolbar;
b) Shortcuts to your lenses, Groups, to SquidU, and even to see Lens of the Day;
c) A powerful bookmarklet button for quick lensbuilding on the go.
Main features:
- Its free.
- Its amazingly easy to set up.
- People with lenses get more traffic to their blogs and other sites.
- People with lenses earn money. And nearly 50% of them are donating their royalties to charity.
- Wait, so whats a lens? A lens is just a single page that points to your favorite stuff about a particular topic, from blogs and YouTube videos to Amazon books and eBay auctions.
- You could win a giant squid of your very own. (Maybe not. But 1-5 are true enough).
BONUS: You can get started in just 4:31 minutes: www.squidoo.com
<<lessYou get:
a) Squidoo search in your Firefox toolbar;
b) Shortcuts to your lenses, Groups, to SquidU, and even to see Lens of the Day;
c) A powerful bookmarklet button for quick lensbuilding on the go.
Main features:
- Its free.
- Its amazingly easy to set up.
- People with lenses get more traffic to their blogs and other sites.
- People with lenses earn money. And nearly 50% of them are donating their royalties to charity.
- Wait, so whats a lens? A lens is just a single page that points to your favorite stuff about a particular topic, from blogs and YouTube videos to Amazon books and eBay auctions.
- You could win a giant squid of your very own. (Maybe not. But 1-5 are true enough).
BONUS: You can get started in just 4:31 minutes: www.squidoo.com
Download (0.040MB)
Added: 2007-06-27 License: MPL (Mozilla Public License) Price:
865 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sambalink q 2.0.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed