del.icio.us post 0.7
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1206
del.icio.us post 0.7
del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. more>>
del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. Adds an entry to the context menu and a button to the toolbar.
Due to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding with the installation.
After installing use View -> Toolbars -> Customize... to add the button to the toolbar.
<<lessDue to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding with the installation.
After installing use View -> Toolbars -> Customize... to add the button to the toolbar.
Download (0.010MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
902 downloads
delicious python 0.3.3
delicious python lets you access the Web service of del.icio.us via its API through Python. more>>
delicious python lets you access the Web service of del.icio.us via its API through Python. It uses only the standard Python library an is written in same language.
Installation instructions:
download and unzip
run as root from unzipped directory
python setup.py install
run python and load library with
import pydelicious
<<lessInstallation instructions:
download and unzip
run as root from unzipped directory
python setup.py install
run python and load library with
import pydelicious
Download (0.12MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1222 downloads
del.icio.us Bookmarks 1.5.26
del.icio.us Bookmarks is a Firefox extension that integrates your browser with del.icio.us. more>> <<less
Download (0.25MB)
Added: 2007-04-09 License: Other/Proprietary License Price:
929 downloads
pydelicious 0.3.0
pydelicious allows you to access the web service of del.icio.us via its API through python. more>>
pydelicious library allows you to access the web service of del.icio.us via its API through python.
def getrss(tag = "", popular = 0, url = , user = ""):
get posts from del.icio.us via parsing Rss
tag (opt) sort by tag
popular (opt) look for the popular stuff
user (opt) get the posts by a user, this striks popular
url (opt) get the posts by url
def apiNew(user, passwd):
creates a new _DeliciousApi object
requires username and passwd
class _DeliciousAPI:
def __init__(self, user, passwd):
initialize the api with username and passwd
def tags_get(self):
get the tags
def tags_rename(self, old, new):
rename a tag
def posts_update(self):
when have the posts been updated
def posts_dates(self, tag = ""):
when have the posts been posted
def posts_get(self, tag="", dt="", url=""):
get the posts, filtering may help
def posts_recent(self, tag="", count=""):
what have been the latest posts
def posts_all(self, tag=""):
get me all posts
def posts_add(self, url, description="", extended="", tags="", dt="", replace="no"):
add an post to del.icio.us
url - the url of the page you like to add
description - a description of the page, often the title of the page
extended (opt) - an extended description, could be some kind of comment
tags - tags to sort your posts
dt (opt) - current date in format ...., if no date is given, the current
date will be used
def posts_delete(self, url):
delete a post by url
def bundles_all(self):
def bundles_set(self, bundle, tags):
def bundles_delete(self, bundle):
This are short functions for common api calls.
def add(user, passwd, url, description, tags = "", extended = "", dt = "", replace="no"):
def get(user, passwd, tag="", dt="", count = 0):
def get_all(user, passwd, tag = ""):
def delete(user, passwd, url):
def rename_tag(user, passwd, oldtag, newtag):
def get_tags(user, passwd):
This are short functions for getrss calls.
def get_userposts(user):
def get_tagposts(tag):
def get_urlposts(url):
def get_popular(tag = ""):
Examples:
>>> a = apiNew(user, passwd)
>>> a.posts_add(url="http://my.com/", desciption="my.com", extended="the url is my.moc", tags="my com")
True
>>> len(a.posts_all())
1
>>> get_all(user, passwd)
1
>>>
Enhancements:
- This release is mainly a rewrite.
- It now uses external libraries.
<<lessdef getrss(tag = "", popular = 0, url = , user = ""):
get posts from del.icio.us via parsing Rss
tag (opt) sort by tag
popular (opt) look for the popular stuff
user (opt) get the posts by a user, this striks popular
url (opt) get the posts by url
def apiNew(user, passwd):
creates a new _DeliciousApi object
requires username and passwd
class _DeliciousAPI:
def __init__(self, user, passwd):
initialize the api with username and passwd
def tags_get(self):
get the tags
def tags_rename(self, old, new):
rename a tag
def posts_update(self):
when have the posts been updated
def posts_dates(self, tag = ""):
when have the posts been posted
def posts_get(self, tag="", dt="", url=""):
get the posts, filtering may help
def posts_recent(self, tag="", count=""):
what have been the latest posts
def posts_all(self, tag=""):
get me all posts
def posts_add(self, url, description="", extended="", tags="", dt="", replace="no"):
add an post to del.icio.us
url - the url of the page you like to add
description - a description of the page, often the title of the page
extended (opt) - an extended description, could be some kind of comment
tags - tags to sort your posts
dt (opt) - current date in format ...., if no date is given, the current
date will be used
def posts_delete(self, url):
delete a post by url
def bundles_all(self):
def bundles_set(self, bundle, tags):
def bundles_delete(self, bundle):
This are short functions for common api calls.
def add(user, passwd, url, description, tags = "", extended = "", dt = "", replace="no"):
def get(user, passwd, tag="", dt="", count = 0):
def get_all(user, passwd, tag = ""):
def delete(user, passwd, url):
def rename_tag(user, passwd, oldtag, newtag):
def get_tags(user, passwd):
This are short functions for getrss calls.
def get_userposts(user):
def get_tagposts(tag):
def get_urlposts(url):
def get_popular(tag = ""):
Examples:
>>> a = apiNew(user, passwd)
>>> a.posts_add(url="http://my.com/", desciption="my.com", extended="the url is my.moc", tags="my com")
True
>>> len(a.posts_all())
1
>>> get_all(user, passwd)
1
>>>
Enhancements:
- This release is mainly a rewrite.
- It now uses external libraries.
Download (0.060MB)
Added: 2006-01-23 License: Python License Price:
1369 downloads
Gnomolicious 0.7.2
Gnomolicious is an GNOME applet that help you post links on the del.icio.us site simply by dragndropping them. more>>
Gnomolicious is an GNOME applet that help you post links on the del.icio.us site simply by dragndropping them.
Gnomolicious project is written in python using the pygtk bindings. The library used to connect on the del.icio.us API is the work of Frank Timmermann.
<<lessGnomolicious project is written in python using the pygtk bindings. The library used to connect on the del.icio.us API is the work of Frank Timmermann.
Download (0.035MB)
Added: 2006-04-08 License: GPL (GNU General Public License) Price:
1294 downloads
konqil.icio.us 1.8
konqil.icio.us is a KDE service menu for del.icio.us. more>>
konqil.icio.us is a KDE service menu for del.icio.us.
INstallation:
1) Check you have the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian)
2) Copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus
3) Make sure $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us).
4) Change the username variable within $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us to point at your del.icio.us account (this is on line 33)
Enhancements:
- Bug fixes to bookmark method, brought about by changes to del.icio.us API
<<lessINstallation:
1) Check you have the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian)
2) Copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus
3) Make sure $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us).
4) Change the username variable within $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us to point at your del.icio.us account (this is on line 33)
Enhancements:
- Bug fixes to bookmark method, brought about by changes to del.icio.us API
Download (0.003MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
882 downloads
Revealicious 1.0
Revealicious project is a set of graphic visualizations for your del.icio.us account. more>>
Revealicious project is a set of graphic visualizations for your del.icio.us account.
Revealicious is a set of three interactive visualizations to browse the tags and posts from your del.icio.us account.
It is an experimental project that tries to demonstrate the importance of interactive graphical representations when it comes to understanding a set of information.
The visualizations are implemented in ActionScript 2.0 and use an MTASC port of Ladislav Zigos Tweening Prototypes, included with the source code.
All applets are in the Sources directory, where you only have to type "make" in
the subdirectories to compile a fresh version of the applets (but this is not
needed, as they are already compiled).
There is a "bookmark.xml" file, which is the one used in the demo. You can
replace it with your own by using CURL:
curl --user LOGIN:PASSWORD -o bookmarks.xml
-O http://del.icio.us/api/posts/all
This will retrieve all your posts from del.icio.us.
<<lessRevealicious is a set of three interactive visualizations to browse the tags and posts from your del.icio.us account.
It is an experimental project that tries to demonstrate the importance of interactive graphical representations when it comes to understanding a set of information.
The visualizations are implemented in ActionScript 2.0 and use an MTASC port of Ladislav Zigos Tweening Prototypes, included with the source code.
All applets are in the Sources directory, where you only have to type "make" in
the subdirectories to compile a fresh version of the applets (but this is not
needed, as they are already compiled).
There is a "bookmark.xml" file, which is the one used in the demo. You can
replace it with your own by using CURL:
curl --user LOGIN:PASSWORD -o bookmarks.xml
-O http://del.icio.us/api/posts/all
This will retrieve all your posts from del.icio.us.
Download (0.51MB)
Added: 2007-02-01 License: BSD License Price:
995 downloads
Net::Delicious::Simple 0.01
Net::Delicious::Simple is a Net::Delicious for backups. more>>
Net::Delicious::Simple is a Net::Delicious for backups.
SYNOPSIS
use Net::Delicious::Simple;
my $del = Net::Delicious->new(user => plki, pswd => secret);
print "$_->{href}n" for $del->all_posts;
__top
If you want to do anything interesting with del.icio.us automation, you probably want the Net::Delicious manpage. Its good. This module is not. Its just here to return all of your tags or posts as a basic Perl data structure.
This makes it very easy to store that structure using existing dumpers. In fact, it only exists to power delbackup, which dumps to YAML or Netscape::Bookmarks.
<<lessSYNOPSIS
use Net::Delicious::Simple;
my $del = Net::Delicious->new(user => plki, pswd => secret);
print "$_->{href}n" for $del->all_posts;
__top
If you want to do anything interesting with del.icio.us automation, you probably want the Net::Delicious manpage. Its good. This module is not. Its just here to return all of your tags or posts as a basic Perl data structure.
This makes it very easy to store that structure using existing dumpers. In fact, it only exists to power delbackup, which dumps to YAML or Netscape::Bookmarks.
Download (0.003MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
Rubilicious 0.2.0
Rubilicious project is a set of Del.icio.us bindings for Ruby. more>>
Rubilicious project is a set of Del.icio.us bindings for Ruby.
Youll need to create an account at Delicious in order to use Rubilicious. An RDoc-generated API reference is in doc/, and some simple examples are in examples/.
<<lessYoull need to create an account at Delicious in order to use Rubilicious. An RDoc-generated API reference is in doc/, and some simple examples are in examples/.
Download (0.043MB)
Added: 2006-09-11 License: BSD License Price:
1138 downloads
Ipo4ta 0.7
Iopo4ta is a new Internet post system that combines email and Web site technologies. more>>
Iopo4ta is a new Internet post system that combines email and Web site technologies. The project overcomes limitations in the SMTP protocol by removing the need to transfer the message itself. Instead, messages stay on the senders server until the recipient picks it up.
This means that the recipient only needs to be sent a notification that contains the address of the sender and message identification data. This helps to eliminate spam and enables new and interesting features.
Enhancements:
- Protocol, server and client software.
- The Ipo4ta-protocol was optimised.
- The specification version 0.6(candidate) is now available.
- The server was totally redesigned according to the new version of specification.
- Server improvements: message caching was added.
- Admin interface improvements: one-step new user registration (folders and permissions are automatically created).
- Web-client GUI improvements: forum view optimisation.
<<lessThis means that the recipient only needs to be sent a notification that contains the address of the sender and message identification data. This helps to eliminate spam and enables new and interesting features.
Enhancements:
- Protocol, server and client software.
- The Ipo4ta-protocol was optimised.
- The specification version 0.6(candidate) is now available.
- The server was totally redesigned according to the new version of specification.
- Server improvements: message caching was added.
- Admin interface improvements: one-step new user registration (folders and permissions are automatically created).
- Web-client GUI improvements: forum view optimisation.
Download (8.2MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1020 downloads
post 4.7
post is a highly configurable Web traffic generator and Web server benchmarking tool. more>>
post is a highly configurable Web traffic generator and Web server benchmarking tool. It has lots of features, and a command line interface.
This program sends requests to a web server. It is made for benchmarking a web server or web application.
To specify a URL to request, use any of these formats:
a) service://host:port/path
b) host:port/path
c) host
d) host:port
e) host/path
f) service://host/path
g) /path
You can specify a single url on the command line with -u , or put many of them in a file and use -l . in a file, put one url per line. comment lines start with #. currently, post data will be identical for all the urls. if service is specified, it is looked up in /etc/services.
The program can send any HTTP Method (GET, POST, HEAD, DELETE, etc).
When using POST, content data can be specified in one of three ways:
a) With -d post data is on the command line
b) With -f post data is read from
c) With neither flag, post data is read from STDIN
The program can repeatedly send the same request. ie, it sends the request and when the response is completed it repeats the procedure. using the -r option, you specify the number of times to send the request. with the -i option, you specify the amount of time (in seconds) to repeat for. with -i, the request which is in-process when the timeout is reached is allowed to complete, and the program stops after that.
The -k option causes the Host: header to be included in the request. specify the hostname to send, or specify . and the hostname used will be the one from the url specified with -u.
The -j option allows specifying arbitrary HTTP headers to include in the request. the -j option can be used multiple times to add multiple HTTP headers. Put the argument in quotes if the header has spaces in it. For example: -j Max-Forwards: 0 -j Pragma: no-cache
The -s option limits data transfer rates to simulate real web clients with slow connections. Typical transfer rates:
modem: 3000
isdn: 10000
The -t option sets the timeout which defines a connect/read/write error. default is 15 seconds.
The -e option defines the behavior when the timeout is exceeded. by default, the current request is terminated and the next request is started, but using -e causes the program to exit after the first timeout/failure.
The -y option causes causes the program to randomly close the connection before
the request is completed. specify a number between 0.0 and 1.0 which is proportional to how often the client will randomly hangup. hangups may occur during send or receive, and occur proportional to the number of data packets sent. thus you may need to play around with the -c parameter a bit to find a reasonable hangup frequency.
The -w option causes the program to resolve the hostname before every post. normally, the hostname is resolved into ip-address once at the program start.
Signal Mode Operation
The program responds to the usr1 and usr2 signals allowing stopwatch-style operation of the statistics reporting.
1) run post with -i option. set to a large runtime
2) use kill -USR1 to reset the statistics
3) use kill -USR2 to print statistics
4) use kill -TSTP to stop/start posting. (toggle switch)
5) use kill -TERM to end program
steps 2,3,4 can be repeated during a single program run. if posting is stopped, statistics are reset when posting is started again.
* Benchmarking Client Mode Operation *
This mode is used when the post program will be managed by a benchmarking server. The port specified with -c is connected to, and the post program sends data on this port during operation. When in client mode operation, the signal mode operation is altered:
SIGUSR1 causes posting to start
SIGUSR2 causes posting to stop
other signals operate as before. the program will begin in the stopped state. at the completion of every request, the program sends a message to the benchmarking server. currently these are 1-byte bessages:
0x00 nothing
0x10 request successful
0x11 connect error
0x12 send error
0x13 receive error
0x14 server error
0x15 disconnect error
0x16 send hangup
0x17 receive hangup
<<lessThis program sends requests to a web server. It is made for benchmarking a web server or web application.
To specify a URL to request, use any of these formats:
a) service://host:port/path
b) host:port/path
c) host
d) host:port
e) host/path
f) service://host/path
g) /path
You can specify a single url on the command line with -u , or put many of them in a file and use -l . in a file, put one url per line. comment lines start with #. currently, post data will be identical for all the urls. if service is specified, it is looked up in /etc/services.
The program can send any HTTP Method (GET, POST, HEAD, DELETE, etc).
When using POST, content data can be specified in one of three ways:
a) With -d post data is on the command line
b) With -f post data is read from
c) With neither flag, post data is read from STDIN
The program can repeatedly send the same request. ie, it sends the request and when the response is completed it repeats the procedure. using the -r option, you specify the number of times to send the request. with the -i option, you specify the amount of time (in seconds) to repeat for. with -i, the request which is in-process when the timeout is reached is allowed to complete, and the program stops after that.
The -k option causes the Host: header to be included in the request. specify the hostname to send, or specify . and the hostname used will be the one from the url specified with -u.
The -j option allows specifying arbitrary HTTP headers to include in the request. the -j option can be used multiple times to add multiple HTTP headers. Put the argument in quotes if the header has spaces in it. For example: -j Max-Forwards: 0 -j Pragma: no-cache
The -s option limits data transfer rates to simulate real web clients with slow connections. Typical transfer rates:
modem: 3000
isdn: 10000
The -t option sets the timeout which defines a connect/read/write error. default is 15 seconds.
The -e option defines the behavior when the timeout is exceeded. by default, the current request is terminated and the next request is started, but using -e causes the program to exit after the first timeout/failure.
The -y option causes causes the program to randomly close the connection before
the request is completed. specify a number between 0.0 and 1.0 which is proportional to how often the client will randomly hangup. hangups may occur during send or receive, and occur proportional to the number of data packets sent. thus you may need to play around with the -c parameter a bit to find a reasonable hangup frequency.
The -w option causes the program to resolve the hostname before every post. normally, the hostname is resolved into ip-address once at the program start.
Signal Mode Operation
The program responds to the usr1 and usr2 signals allowing stopwatch-style operation of the statistics reporting.
1) run post with -i option. set to a large runtime
2) use kill -USR1 to reset the statistics
3) use kill -USR2 to print statistics
4) use kill -TSTP to stop/start posting. (toggle switch)
5) use kill -TERM to end program
steps 2,3,4 can be repeated during a single program run. if posting is stopped, statistics are reset when posting is started again.
* Benchmarking Client Mode Operation *
This mode is used when the post program will be managed by a benchmarking server. The port specified with -c is connected to, and the post program sends data on this port during operation. When in client mode operation, the signal mode operation is altered:
SIGUSR1 causes posting to start
SIGUSR2 causes posting to stop
other signals operate as before. the program will begin in the stopped state. at the completion of every request, the program sends a message to the benchmarking server. currently these are 1-byte bessages:
0x00 nothing
0x10 request successful
0x11 connect error
0x12 send error
0x13 receive error
0x14 server error
0x15 disconnect error
0x16 send hangup
0x17 receive hangup
Download (0.014MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
Postit 0.2
PostIt Firefox extension is a Peer-to-Peer bookmarking system. more>>
It is very similar to del.icio.us and in addition, it enables conversations around posts. To use the PostIt extension, you need to download and install the Indus Live SDK (available at http://www.aumeganetworks.com) which provides access to the P2P network and the PostIt application (available at http://www.aumeganetworks.com) which can be installed using the Indus Live toolbar.
PostIt currently features abilities to mark-and-post any web content, bookmark pages, add contacts, share and reply to posts, editing and organisation of posts. Indus Live has been designed to enable implementation and hosting of open source P2P services and developers are encouraged to improve PostIt (sources available from http://sourceforge.net/projects/indus) and add other P2P services. Current plans include adding tags, public posts and search, post to blogs, feeds of tagged posts and import/export of posts.
<<lessPostIt currently features abilities to mark-and-post any web content, bookmark pages, add contacts, share and reply to posts, editing and organisation of posts. Indus Live has been designed to enable implementation and hosting of open source P2P services and developers are encouraged to improve PostIt (sources available from http://sourceforge.net/projects/indus) and add other P2P services. Current plans include adding tags, public posts and search, post to blogs, feeds of tagged posts and import/export of posts.
Download (0.005MB)
Added: 2007-05-30 License: MPL (Mozilla Public License) Price:
903 downloads
DeliK 0.5.2
DeliK is the KDE porting of Delibar. more>>
DeliK is the KDE porting of Delibar (http://www.rknet.it/program/delibar/). DeliK is a del.icio.us bookmark manager client, it will store all your bookmarks in the system bar so you can easily access to it by selecting the tag and then the link.
<<less Download (0.032MB)
Added: 2007-01-28 License: GPL (GNU General Public License) Price:
999 downloads
feresPost 2.9.8
feresPost is a Ruby extension that provides the definition of classes and modules. more>>
feresPost is a Ruby extension that provides the definition of classes and modules devoted to the development of automated post-processing for Nastran finite element results.
feresPost library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++.
Enhancements:
- Bugs in the reading of xdb and bdf files have been fixed.
- The classes devoted to the composite calculations were reorganized.
<<lessferesPost library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is possible because the time-consuming operations are written in C/C++.
Enhancements:
- Bugs in the reading of xdb and bdf files have been fixed.
- The classes devoted to the composite calculations were reorganized.
Download (0.26MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
GameFOX TK 0.7.1
GameFOX TK is a Firefox extension that improves browsing of the GameFAQs message boards. more>>
GameFOX TK 0.7.1 is professionally designed as a Firefox extension that improves browsing of the GameFAQs message boards.
Major Features:
- Message numbering
- A QuickPost form on topic/message list pages for instant posting
- Post highlighting/hiding: hightlight or hide topics and messages made by users of your choice
- Customized Signatures
- Theme changing: change your site display settings from standard to classic to whatever CSS you choose instantly without re-logging/restarting
- Message Quoting: double-click on a message or its header to quote immediately. Also accessible via the context menu
- Topic Tagging: really tag your favorite topics for easier reference
- QuickWhois: quickly retrieve information about posters on message lists by double-clicking on message headers
- GameFOX Sidebar: utilizes your Firefox sidebar and contains all kind of links, forms, and tags for faster browsing
- Goto lastpage, topic pagination, and topic tagging, all by double-clicking on topic rows
- Immediate posting without having to go throught the preview screen
- Changing the window title to reflect the board title/topic title
- All of the options are customizable
Enhancements:
- Fix removal of old stylesheets on update
- Fix horizontal scroll bar that was appearing for some people
- Fix QuickWhois for your own profile
- Fix "Hide signatures" CSS with above message data
- Fix signature importing and exporting in the options window
- Fix message header links in archived topics
- Fix new post label on the active messages list not disappearing
- New CSS: FAQ frames
Requirements: Mozilla Firefox
Added: 2009-06-15 License: MPL Price: FREE
15 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 del.icio.us post 0.7 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