Linklint is a perl script that checks links on web sites.
Features:
* both local-file and HTTP site checking
* cross referenced and fully hyperlinked output reports
* the ability to check password protected areas
* support for all standard server-side image maps
* reports of orphan files, and files with mismatching case
* a report of which URLs have changed since last checked
* support of proxy servers for remote URL checking
Bozohttpd is a small and secure http version 1.1 server. it's main feature
is the lack of features, reducing the code size and improving verifiability.
It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
virtual hosting support, as well as multiple IP-based servers on a single
machine. It is capable of services pages via the IPv6 protocol. It has no
configuration file by design. Recently added features are htpasswd, SSL,
and dynamic redirection, that can be easily disabled.
You don't have to know anything about objected-oriented Perl, LWP, or the
HTTP module to be able to check your links. This module is designed for
the casual user. It has one function, check_link, that returns the HTTP
response code that it receives when it tries to fetch the web address
passed to it. The undef value is returned for any non-HTTP failure and the
$HTTP::SimpleLinkChecker::ERROR variable is set.
The HEAD method is tried first, although if anything other than a good
status code (those less than 400) is received, another request is made
with the GET method. Note, however, that even with the best code, no
module can control how servers decide to respond to a check, or control
any of the myriad things that can go wrong with the network between you
and the remote server. Some may filter requests based on origin IP
address, user-agent type, or any other arbitrary factor. Some servers may
not respond correctly at all. Furthermore, some servers might be
temporarily down or overloaded. I recommend that you recheck "broken"
links a couple times over a long period (like a day or two) before you
decide they are really broken.
What Unidecode provides is a function, 'unidecode(...)' that
takes Unicode data and tries to represent it in ASCII characters
(i.e., the universally displayable characters between 0x00 and 0x7F).
The representation is almost always an attempt at *transliteration*
-- i.e., conveying, in Roman letters, the pronunciation expressed by
the text in some other writing system. (See the example above)
bugwarrior is a command line utility for updating your local taskwarrior
database from your forge issue trackers.
It currently supports the following remote resources:
* Github (api v3)
* Gitlab (api v3)
* BitBucket (Atlassian)
* Trac
* Bugzilla
* Megaplan
* Teamlab
* Redmine
* Jira (Atlassian)
* Activecollab (2.x and 4.x)
* Phabricator
* VersionOne
Cxmon is an interactive command-driven file manipulation tool that is
inspired by the "Amiga Monitor".
Cxmon has commands and features similar to a machine code
monitor/debugger, built-in PowerPC, 680x0, 80x86, 6502 and Z80
disassemblers and special support for disassembling MacOS code.
You can also simply use it as an interactive workbench for manipulating
files, or even as a hex calculator.
NINJA-IDE (from the recursive acronym: "Ninja-IDE Is Not Just Another IDE"),
is a cross-platform integrated development environment (IDE). NINJA-IDE runs
on *BSD, Linux/X11, Mac OS X and Windows desktop operating systems, and allows
developers to create applications for several purposes using all the tools and
utilities of NINJA-IDE, making the task of writing software easier and more
enjoyable.
nxt-python is a python driver/interface for the Lego Mindstorms NXT robot. The
1.x releases aim to improve on NXT_Python's interface and should be compatible
with scripts which use it while the 2.x releases improve on the API in
backwards-incompatible ways and will not work with NXT_Python scripts.
GeoTypes is a Python library that implements both the OpenGIS/PostGIS
and standard PostgreSQL geometry types. It integrates with the psycopg
Python/PostgreSQL interface. It provides implementations of all of the
OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
supports the EWKB, HEXEWKB, WKB, and WKT formats.
biplist is a binary plist parser/generator for Python
Binary Property List (plist) files provide a faster and smaller serialization
format for property lists on OS X. This is a library for generating binary
plists which can be read by OS X, iOS, or other clients.