Main > Free Download Search >

Free flickr add referrer into comments 1.0 software for linux

flickr add referrer into comments 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9858
Flickr: Add referrer into comments 1.0

Flickr: Add referrer into comments 1.0


Flickr: Add referrer into comments a small script that will add a small text at the end of your comment. more>>
An annoying thing on flickr is that you never know where people that visit your photo have found it.

Flickr: Add referrer into comments a small script that will add a small text at the end of your comment saying where you come from. If everyone starts using this script, then it will be easy to see where the people have found your photos and how they got to comment on it.

Installation:

Get Firefox
Install GreaseMonkey
restart Firefox

Click on the following icon and select Install greasemonkey - 12 kb

Usage:

the comments will be added automatically to the end of your message.
<<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1034 downloads
Flickr Follow Comment 0.4

Flickr Follow Comment 0.4


Flickr Follow Comment is a Greasemonkey script that improves Flickrs Comments Youve Made page. more>> <<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1033 downloads
Flickr Photo Compass 0.8

Flickr Photo Compass 0.8


Flickr Photo Compass displays the 8 closest photos to the actual one in the directions: N, NE, E, SE, S, SW, W, NW. more>>
The Geo Radar released by .CK reminded me of an idea I had had a while ago and provided me with the tools to implement it quickly.

This greasemonkey is a simpler version of the radar that displays the 8 closest photos to the actual one in the directions: N, NE, E, SE, S, SW, W, NW.

Flickr Photo Compass is a simple tool to browse photos of some place. By clicking on the direction icons, you can move around and find other photos.
<<less
Download (MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1037 downloads
ReferrerCop 1.1.0

ReferrerCop 1.1.0


ReferrerCop parses Apache log files and AWStats data files. more>>
ReferrerCop project parses Apache log files or AWStats data files and removes entries for referring URLs that match a list of known referrer spammers.

It then returns the filtered files via standard output. Run your logs through ReferrerCop either before or after they’re processed by AWStats (or before they’re processed by any other log analyzer) to eliminate annoying referrer spam from your web statistics.

Filtering is performed using a blacklist and an optional whitelist. The lists are simply text files containing regular expressions (one pattern per line). ReferrerCop comes with a large, heavily optimized and frequently updated blacklist.

ReferrerCop is extremely fast and uses very little memory; it is capable of filtering files of virtually any size. On my Athlon XP 1800 running FreeBSD 5.4, ReferrerCop is capable of processing about 14,000 Apache log entries per second (your mileage may vary).

<<less
Download (0.047MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1330 downloads
Smart::Comments 1.0.2

Smart::Comments 1.0.2


Smart::Comments are comments that do more than just sit there. more>>
Smart::Comments are comments that do more than just sit there.

SYNOPSIS

use Smart::Comments;

my $var = suspect_value();

### $var

### got: $var

### Now computing value...

# and when looping:

for my $big_num (@big_nums) { ### Factoring... done
factor($big_num);
}

while ($error > $tolerance) { ### Refining---> done
refine_approximation()
}

for (my $i=0; $i<<less
Download (0.013MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1011 downloads
File::Comments 0.07

File::Comments 0.07


File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments. more>>
File::Comments is a Perl module that ecognizes file formats and extracts format-specific comments.

SYNOPSIS

use File::Comments;

my $snoop = File::Comments->new();

# *----------------
# | program.c:
# | /* comment */
# | main () {}
# *----------------
my $comments = $snoop->comments("program.c");
# => [" comment "]

# *----------------
# | script.pl:
# | # comment
# | print "howdy!n"; # another comment
# *----------------
my $comments = $snoop->comments("script.pl");
# => [" comment", " another comment"]

# or strip comments from a file:
my $stripped = $snoop->stripped("script.pl");
# => "print "howdy!n";"

# or just guess a files type:
my $type = $snoop->guess_type("program.c");
# => "c"

File::Comments guesses the type of a given file, determines the format used for comments, extracts all comments, and returns them as a reference to an array of chunks. Alternatively, it strips all comments from a file.

Currently supported are Perl scripts, C/C++ programs, Java, makefiles, JavaScript, Python and PHP.

The plugin architecture used by File::Comments makes it easy to add new formats. To support a new format, a new plugin module has to be installed. No modifications to the File::Comments codebase are necessary, new plugins will be picked up automatically.

File::Comments can also be used to simply guess a files type. It it somewhat more flexible than File::MMagic and File::Type. File types in File::Comments are typically based on file name suffixes (*.c, *.pl, etc.). If no suffix is available, or a given suffix is ambiguous (e.g. if several plugins have registered a handler for the same suffix), then the files content is used to narrow down the possibilities and arrive at a decision.

WARNING: THIS MODULE IS UNDER DEVELOPMENT, QUALITY IS ALPHA. IF YOU FIND BUGS, OR WANT TO CONTRIBUTE PLUGINS, PLEASE SEND THEM MY WAY.

<<less
Download (0.012MB)
Added: 2007-06-09 License: Perl Artistic License Price:
868 downloads
Acme::Comment 1.02

Acme::Comment 1.02


Acme::Comment is a Perl module that allows multi-line comments which are filtered out. more>>
Acme::Comment is a Perl module that allows multi-line comments which are filtered out.

SYNOPSIS

use Acme::Comment type=>C++, own_line=>1;

/*
if (ref $mod) {
$bar->{do}->blat(msg => blarg);
eval {

im sooo sick of this time for some coffee

*/

// I prefer beer. --sqrn

Unlike the pseudo multi-line comment if (0) {}, the code being commented out need not be syntactically valid.

<<less
Download (0.007MB)
Added: 2007-06-11 License: Perl Artistic License Price:
867 downloads
Plone Comments 2.2.1

Plone Comments 2.2.1


Plone Comments provides a product developed to improve moderation of comments in Plone. more>>
Plone Comments provides a product developed to improve moderation of comments in Plone.
Main features:
- Notify admin about comment posted
- Moderation of comments, approval of comments
- Anonymous commenting
- Added Name field to comment form, it is required for anonymous comments
- Article author can be notified about new comment after the approval by reviewer
- List of recent comments for more comfortable moderation
- Configlet that allow:
- Turning on/off Moderation
- Turning on/off Manager notification
- Turning on/off Editor notification
- Turning on/off Anonymous Commenting
- Configure admin e-mail for notifications
- Configure notification subject
Comments moderation is implemented with involvement of two stage workflow. Comments are created in "private" state and visible only to DiscussionManager group of users.
To differentiate between logged-in (registered) commentors and Anonymous commentors that pretend to be one person or other one, we use Boldness of name. The Comment author is in bold when posted by logged in member. The names provided when posting Anonymously are in plain text.
Notification subject control allows to enter custom prefix to disctinct nofifications comming from different sites.
Usage
One of possible UseCases:
- Moderation is enabled and authors notification is turned on.
- New comment posted in private state.
- Notification is sent to the emails entered in Plone Comments configlet.
- Moderator User with DiscussionManager role see the comment.
- The comment can be deleted or published on modaration stage.
- When comment is published notification is sent to Article Editor.
Enhancements:
- Ukrainian translation added
- added qPloneCaptchas-1.0 integration/compatibility
- fixed reinstall procedure
<<less
Download (0.037MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
943 downloads
DB based NetFlow Collector 1.0

DB based NetFlow Collector 1.0


DB based NetFLow Collector aims to collect Cisco NetFlow data and store it to a database. more>>
DB based NetFLow Collector aims to collect Cisco NetFlow data and store it to a database.
DB based NetFlow Collector has a plugin interface, which makes it flexible for fitting in particular tasks.
Enhancements:
- First release. post your comments/bug reports.
<<less
Download (0.47MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1231 downloads
No-Referrer 1.0.1

No-Referrer 1.0.1


No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab more>>
No-Referrer is a Firefox extension that adds an entry to the context menu that lets you open a link in a new tab, without sending the referrer information.

<<less
Download (0.003MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
820 downloads
Feed Me Links 1.0

Feed Me Links 1.0


Feed Me Links is a Web application for managing and sharing links. more>>
Feed Me Links is a Web application for managing and sharing links.

Feed Me Links provides many interesting features such as tagging, comments, RSS feeds, tag clouds, friend lists, a REST API for exporting, a browser sidebar, and Firefox and IE favorites import.

<<less
Download (0.15MB)
Added: 2005-11-22 License: MIT/X Consortium License Price:
1432 downloads
Comment Script 1.0

Comment Script 1.0


Comment Script is a script that allows comments to be left on any existing PHP or HTML page. more>>
Comment Script is a script that allows comments to be left on any existing PHP or HTML page. By default, Comment Script shows name, e-mail, homepage, title, and comment fields, though any can be disabled.
The "comment" field is mandatory and must be filled out before the form can be submitted. In order to prevent the script from being abused by automatic spam bots, you can enable the CAPTCHA feature.
The script then asks your visitors to enter a text they see in the image below the comment form into an input box. It also features an admin area where comments can be edited and deleted and the front-end language set.
Main features:
- Visitors can enter a name, e-mail, homepage, comment title and comment text
- Comment script can be included in existing web pages
- To prevent comment spam you can enable the Captcha feature
- Admin area for editing and deleting comments
- Completely template driven
- Installation routine
How the script works:
Once you have the script installed on your server you can include it in any existing PHP or HTML page. By default the script shows the form fields "name", "E-mail", "Homepage", "Title", and "Comment". You are free to remove some of the fields and only leave the ones you want.
The field "Comment" is mandatory and the form will not submit until that field has been filled out.
In order to prevent the script from being abused by automatic spam bots, you can enable the Captcha feature. The script then asks your visitors to enter a text they see in the image below the comment form into an input box. The comment will only be submitted if the strings match. Visitors have to ensure that their browser support and accept cookies, otherwise the comment cannot be verified.
The script also features an admin area where comments can be edited and deleted. Also there is a section for settings where you can set the front end language as well as the admin account.
<<less
Download (0.31MB)
Added: 2006-08-08 License: Free for non-commercial use Price:
1183 downloads
Regexp::Common::comment 2.120

Regexp::Common::comment 2.120


Regexp::Common::comment is a Perl module that provide regexes for comments. more>>
Regexp::Common::comment is a Perl module that provide regexes for comments.

SYNOPSIS

use Regexp::Common qw /comment/;

while () {
/$RE{comment}{C}/ and print "Contains a C commentn";
/$RE{comment}{C++}/ and print "Contains a C++ commentn";
/$RE{comment}{PHP}/ and print "Contains a PHP commentn";
/$RE{comment}{Java}/ and print "Contains a Java commentn";
/$RE{comment}{Perl}/ and print "Contains a Perl commentn";
/$RE{comment}{awk}/ and print "Contains an awk commentn";
/$RE{comment}{HTML}/ and print "Contains an HTML commentn";
}

use Regexp::Common qw /comment RE_comment_HTML/;

while () {
$_ =~ RE_comment_HTML() and print "Contains an HTML commentn";
}

Please consult the manual of Regexp::Common for a general description of the works of this interface.

Do not use this module directly, but load it via Regexp::Common.

This modules gives you regular expressions for comments in various languages.

<<less
Download (0.11MB)
Added: 2007-06-06 License: Perl Artistic License Price:
873 downloads
Add Podcast to amaroK 1.0

Add Podcast to amaroK 1.0


Add Podcast to amaroK is a script that allow you to add Podcasts to amaroK with just 3 clicks. more>>
This script is adding a new action item to Konqueror, this will allow you to add Podcasts to amaroK with just 3 clicks.

The item is adding the selected URL to amaroKs Podcast database.

Note that the script is not very dynamic. It will not be able to recognize PHP based Podcasts if its not having the correct mimetype (RDF/RSS/XML).

<<less
Download (0.008MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1397 downloads
File::Comments::Plugin::C 0.06

File::Comments::Plugin::C 0.06


File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. more>>
File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code.

SYNOPSIS

use File::Comments::Plugin::C;

File::Comments::Plugin::C is a plugin for the File::Comments framework.
Both /* ... */ and // style comments are recognized.

This is not a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequences).

<<less
Download (0.012MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5