Pascal Bleser
pbleser
Involved Projects and Packages
Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans.
WhatWeb fingerprints Web servers and Web applications. It can identify content
management systems (CMS), Web application frameworks, default pages for Web
servers, blogs, JavaScript libraries, and more.... Each time you visit a Web
site in your browser, the Web server leaks many hints about the software
delivering the Web page. WhatWeb recognizes these hints and reports what it
finds. WhatWeb has over 70 plugins. Plugins can identify systems with obvious
signs removed by looking for subtle clues. Plugins are flexible and can return
any datatype. For example, plugins can return version numbers, email addresses,
account IDs, and more
iplist is a list based packet handler which uses the netfilter netlink-queue library (kernel 2.6.14 or later). It filters by IP-address and is optimized for thousands of IP-address ranges.
This package is a sandbox for testing features under any version of MySQL from
3.23 to 6.0.
It will install one node under your home directory, and it will provide some
useful commands to start, use and stop this sandbox.
With this package you can play with new MySQL releases without need of using
other computers. The server installed in the sandbox use non-standard data
directory, ports and sockets, so they won't interfere with existing MYSQL
installations.
Packages around the Domain Name System.
This package is based on the package 'lftp' from project 'openSUSE:Factory'.
LFTP is a reliable shell-like command line FTP client. It can retry
operations and does reget automatically. It can do several transfers
simultaneously in the background. With LFTP, you can start a transfer
in the background and continue browsing that FTP site or another one.
This is all done in one process. Background jobs are completed in nohup
mode if you exit or close the modem connection. LFTP has reput, mirror,
and reverse mirror among its features. Since version 2.0, it also
supports the HTTP protocol. Other features include IPV6 support,
context sensitive completion, output redirection to files or to pipe,
FTP and HTTP proxy support, transfer rate throttling for each
connection and for all connections in sum, job queueing, job execution
at specified times, opie and skey support in the FTP protocol, SSL for
HTTP and FTP, and FXP transfers.
GoAccess is a free and open source Apache web log analyzer that provides fast
and valuable HTTP statistics for system administrators that require a visual
report on the fly.
httplog is a replacement for Apache's 'rotatelogs' and Andrew Ford's
'chronolog'. It allows you to specify a logfile using strftime paramaters in
the filename to act as a template. This means that the logs in your logfiles
will also be sorted according to the filename. For example, if you specify a
logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day,
with content for only that one day. It also supports compression of logfiles
using gzip, and many other useful functions.
libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.
lighty-stats is a CLI lighttpd log file analyzer which, unlike most other tools, prints the result directly to the terminal. Since most Web servers use the same log format, it can be used for other httpd software as well.
managelogs is a log processing program to be used in conjunction with Apache's
piped logfile feature. It is an alternative to the well known rotatelogs and
cronolog programs. Its primary purpose is to solve the "log filesystem full"
issue by purging the oldest log files when the total log size exceeds a given
value. It can also write compressed files, maintain symbolic links to the
current and archive log files, and setuid to a given user. It maintains its
state across Apache restarts, and allows writing to several output channels,
each one having its own configuration.
Polipo is a lightweight caching Web proxy that was designed as a personal cache. It is able to cache incomplete objects and will complete them using range requests. It will use HTTP/1.1 pipelining if supported by the remote server.
Servers and Clients for the Internet Relay Chat (IRC), a text-based chat system for instant messaging.
We are both console lovers. But it is annoying to have a few tty's open with
chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which
supports many chatprotocols. Why wasn't there such a thing for the console?
The idea to port Gaim was easily thought of, of course. But we liked our IRC
clients. And we used it the most, so we used it best. Importing it into the
IRC client was a nice idea. But what if someone liked a different client. Then
(s)he had to duplicate our work.
That's a shame, we thought. Doing work twice is pointless. So when Wilmer got
the ingenious thought in his mind while farming, to create an IRC to other
chatnetworks gateway, we were both so excited, that we started working on it
almost immediately. And the result is BitlBee.
This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as
enabled flood protection.
ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created.
Irssi is a modular IRC client for UNIX that currently only has a text
mode user interface. However, 80-90% of the code is not text mode
specific, so other UIs could be created easily. Also, Irssi is not
really even IRC specific anymore. There are already working SILC and
ICB modules available. Support for other protocols, like ICQ and
Jabber, could be added some day, too.
It is the code that separates Irssi from ircII, BitchX, epic, and the
rest of the text clients. It is not using the ircII code.
Authors:
--------
Timo Sirainen
irssi-xmpp is a irssi plugin to connect to the jabber network.
Onis is a script that converts IRC logfiles into an HTML statistics page. It
provides information about daily channel usage, user activity, and channel
trivia. It provides a configurable customization and supports Dancer,
dircproxy, eggdrop, irssi, mIRC, and XChat logs. Persistent data (history
files) and automatic log purging make onis applicable for a large number of
logfiles. It also features a powerful translation infrastructure.
This module converts between JSON (JavaScript Object Notation) and Perl data structures.
Wrapper Class for the various JSON classes.
Other JSON modules require setting several parameters before calling the conversion methods to do what I want. This module does things by default that I think should be done when working with JSON in Perl. This module also encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.
This means that any piece of data in Perl (assuming it's valid unicode) will get converted to something in JSON instead of throwing an exception. It also means that output will be strict JSON, while accepted input will be flexible, without having to set any options.