Mario García H.'s avatar

You are behind a proxy. You can modify other data related to your profile by this link.

Mario García H.'s avatar

Mario García H.

code933k

Involved Projects and Packages
Maintainer Bugowner

Stalonetray is a stand-alone freedesktop.org and KDE system tray
(notification area) for X Window System/X11 (e.g. X.Org or XFree 86)

It has full XEMBED support and minimal dependencies: an X11 lib only.
Stalonetray works with virtually any EWMH-compliant window manager.

Window managers that are reported to work well with stalonetray:

* FVWM
* OpenBox
* Enlightenment
* ion3
* Compiz
* Xmonad

Maintainer Bugowner

tint2 is a simple panel/taskbar intentionally made
for openbox3, but should also work with another
window managers. It's based on ttm code
http://code.google.com/p/ttm/.

The goal is to keep tint2 unintrusive and light
(memory / cpu / aestetic). Following freedesktop
specifications.

It's intended to get 'virtual desktop' and
'multi-monitor' easier to use.

Maintainer Bugowner

Typespeed gives your fingers' cps (total and
correct), typoratio and some points to compare
with your friends.

Typespeed's idea is ripped from ztspeed (a dos
game made by Zorlim). Idea of the game should be
clear to anyone, just type and type it fast or
be a loser.

Maintainer

Tcpserver and tcpclient are easy-to-use command-line tools for building TCP
client-server applications.

Tcpserver waits for incoming connections and, for each connection, runs a
program of your choice. Your program receives environment variables
showing the local and remote host names, IP addresses, and port numbers.

Tcpserver offers a concurrency limit to protect you from running out of
processes and memory. When you are handling 40 (by default) simultaneous
connections, tcpserver smoothly defers acceptance of new connections.

Tcpserver also provides TCP access control features, similar to
tcp-wrappers/tcpd's hosts.allow but much faster. It's access control rules
are compiled into a hashed format with cdb, so it can easily deal with
thousands of different hosts.

This package includes a recordio tool that monitors all the input and
output of a server.

Tcpclient makes a TCP connection and runs a program of your choice. It sets
up the same environment variables as tcpserver.

This package includes several sample clients built on top of tcpclient:
who@, date@, finger@, http@, tcpcat, and mconnect.

Tcpserver and tcpclient conform to UCSPI, the UNIX Client-Server Program
Interface, using the TCP protocol. UCSPI tools are available for several
different networks.

#----------------------------------------------------------------------------------

Patches Included:

ucspi-tcp-0.88.errno.patch from Mate Wierdl
(http://djbware.csi.hu/patches/ucspi-tcp-0.88.errno.patch)

ucspi-tcp-0.88.a+_record.patch from Mate Wierdl (with improvements
to increases rblsmtpd text length from 200 to 500 characters)
(http://djbware.csi.hu/patches/ucspi-tcp-0.88.a_record.patch)

ucspi-tcp-0.88.limits.patch from http://linux.voyager.hr/ucspi-tcp
(http://linux.voyager.hr/ucspi-tcp/files/tcpserver-limits-2006-01-26.diff)

ucspi-tcp-0.88.rbltimeout.patch patch based upon Nikola Vladov's
ucspi-tcp-0.88.rbltimeout.patch
(http://riemann.fmi.uni-sofia.bg/programs/rblsmtpd-timeout.tar.gz)

ucspi-tcp-0.88.nodefaultrbl.patch from Charles Cazabon
(http://pyropus.ca/software/misc/rblsmtpd-nodefaultrbl.patch)

Maintainer Bugowner

Fast, light and extensible chat client made for
command line interface (CLI) and desktop environment
based graphic user interface (GUI)

Maintainer Bugowner

wmname prints/sets the window manager name
property of the root window similar to how
hostname(1) behaves.

wmname is a nice utility to fix problems with
JDK versions and other broken programs assuming
a reparenting window manager for instance.

Maintainer Bugowner

Control X from the command line for scripts, and
do "visual scraping" to find things on the screen.

The control interface allows mouse movement,
clicking, button up/down, key up/down, etc.
and uses the XTest extension so you don't have
the annoying problems that xse has when apps
ignore sent events. The visgrep program find
images inside of images and reports the
coordinates, allowing programs to find buttons,
etc. on the screen to click on.

Maintainer Bugowner

xpad is a sticky pad, or "post-it" note, system
for X. It creates GTK-powered pads in which you
can write handy notes to yourself.

These customizable pads are saved and loaded
transparently.

Maintainer Bugowner

Xtoolwait is a utility which starts an X client
in the background, waits for a window to be mapped
on the root window, and then exits. Xtoolwait can
improve performance for users who start a bunch of
X clients automatically (for example, xterm,
xlock, xconsole, ...) when the X session starts.

Install xtoolwait if you would like to try to speed
up the startup time for X sessions.

Maintainer Bugowner

YeahConsole turns an xterm into a gamelike console.
This means it will slide down from top of your
screen if you hit a shortcut key.

You will need xterm version 168 or higher to make
this happen. rxvt-unicode, also known as urxvt,
is currently supported too.

Maintainer Bugowner

A simple and light animated application launcher
for X11.

Unstable, experimental versions, for example, taken from svn.
REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED

libasyncns is a C library for Linux/Unix for executing name service queries asynchronously. It is an asynchronous wrapper around getaddrinfo(3), getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.

Maintainer Bugowner

Some lua modules necessary for the functionality of
another projects to be found in my applications repo,
home:code933k.

Or just lua stuff which is not yet packaged in main
repos themselves.

REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED

Maintainer Bugowner

LuaExpat is a SAX XML parser based
on the Expat library.

LuaExpat is free software and uses
the same license as Lua 5.1

Maintainer Bugowner

LuaFileSystem (lfs) is a Lua library developed
to complement the set of functions related to
file systems offered by the standard Lua
distribution.

LuaFileSystem offers a portable way to access
the underlying directory structure and file
attributes.

Maintainer Bugowner

LuaSocket is the most comprehensive networking
support library for the Lua language.

It provides easy access to TCP, UDP, DNS, SMTP,
FTP, HTTP, MIME and much more.

Maintainer Bugowner

LuaSQL is a simple interface from Lua to a DBMS.
It enables a Lua program to:

* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.

LuaSQL is free software and uses the same license as Lua 5.1.

Maintainer Bugowner

Luasqlite3 is a simple interface from Lua to a DBMS.
It enables a Lua program to:

* Connect to SQLite3 databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.

luasqlite3 is part of LuaSQL library
LuaSQL is free software and uses the same license
as Lua 5.1.

Maintainer Bugowner

Some perl modules necessary for the functionality of
another projects to be found in my applications repo,
home:code933k.

Or just perl stuff which is not yet packaged in main
repos themselves.

REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED

Maintainer Bugowner

MP3::Tag is a wrapper module to read different
tags of mp3 files. It provides an easy way to
access the functions of separate modules which
do the handling of reading/writing the tags
itself.

At the moment MP3::Tag::ID3v1 and MP3::Tag::ID3v2
are supported for read and write;
MP3::Tag::ImageExifTool, MP3::Tag::Inf,
MP3::Tag::CDDB_File, MP3::Tag::File,
MP3::Tag::Cue, MP3::Tag::ImageSize,
MP3::Tag::LastResort are supported for read access
(the information obtained by Image::ExifTool
(if present), parsing CDDB files, .inf file, the
filename, and .cue file, and obtained via
Image::Size) if present.

Maintainer Bugowner

Some python modules necessary for the functionality of
another projects to be found in my applications repo,
home:code933k.

Or just python stuff which is not yet packaged in main
repos themselves.

REPOSITORIES REMOVED BY ADMIN DUE AS ANNOUNCED

Maintainer Bugowner

ClientForm is a Python module for handling HTML
forms on the client side, useful for parsing HTML
forms, filling them in and returning the completed
forms to the server.

It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the
interface is not the same.

Maintainer Bugowner

Archive Gmail messages to mbox format:

The library currently ships with one demonstration
utility to archive messages from an Gmail account
nto mbox files, suitable for importing into a local
mail client.

Use your Gmail account as a SMTP server:

The library now includes a demonstration utility
gmailsmtp.py that sets up a SMTP proxy on port
8025 of your computer to enable you to use a
standard mail client (e.g. Mozilla, Mail.app)
to send messages. (Attachments are now supported.)

Use your Gmail account as a POP server:

The library now includes a demonstration utility
gmailpopd.py that sets up a POP3 proxy on port
8110 of your computer to enable you to use a
standard mail client (e.g. Mozilla, Mail.app)
to retrieve messages.

Use your Gmail account as a FTP server:

The included demonstration gmailftpd.py sets up
a download-only FTP proxy on port 8021 of your
computer to enable you to use a standard ftp
client to retrieve message attachments that
have the label 'ftp'.

Maintainer Bugowner

Stateful programmatic web browsing in Python,
after Andy Lester's Perl module WWW::Mechanize.

* Easy HTML form filling, using
ClientForm interface.
* Convenient link parsing and following.
* Browser history (.back() and .reload()
methods)
* The Referer HTTP header is added
properly (optional)
* Automatic observance of robots.txt.
* Automatic handling of HTTP-Equiv and
Refresh.

openSUSE Build Service is sponsored by