Maryland

Tim Savannah

Expert
@kata198

Cheese!

func_timeout. Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads

328

AdvancedHTMLParser. Fast Indexed python HTML parser which builds a DOM node tree, providing common getElementsBy* functions for scraping, testing, modification, and formatting. Also XPath.

100

PumpkinLB. A simple, fast, pure-python load balancer

30

python-nonblock. Pure-Python non-blocking IO and background IO functions

27

QueryableList. Python module to add support for ORM-style filtering to any list of items

23

indexedredis. A super-fast ORM backed by Redis, supporting models and indexes with O(1) searches, and support for storing native/complex types and objects

18

bash-resume. Adds support in shell scripts to resume execution at last failing point, or to tag completed items to not repeat upon subsequent executions. Like "make" for shell scripts!

11

cmp_version. A script and python module to compare version numbers. Use this to compare the version strings of packages, modules, really anything.

10

NamedAtomicLock. Python module for an atomic named lock which is local to the machine.

10

rextract. Powerful commandline tool to extract and manipulate strings using regular exressions

9

shmfile. Small shared library to use shared memory as a FILE* stream , with interprocess communication in mind

8

mdToRst. Tool and library to convert markdown [md] to restructed text [rst] (md to rst)

8

ioschedset. Commandline tools to query and/or set the I/O schedulers for block devices on Linux systems

6

popLines. Tools to pop/peek lines from the head/tail or known position within a given file, and output to stdout. Makes files into queues!

6

VirtualEnvOnDemand. Easily create and use virtualenvs via script and provides the ability for an application to install and use its runtime dependencies on first import

6

jsonToCsv. Extract data from json and convert to csv

6

python-lrzip. Python bindings to LRZIP

5

shell-advancedutils. Advanced commands to extend SH/Bash shell scripting into a more powerful language

4

python-cllist. C-implemented linked-list module for python

4

con-ck-patches. The -ck patchset for the linux kernel, merged into 4.15

4

NetFetch. Networked file storage and retrieval with optional password protection and compression using Redis

4

python-mkdoc. An amazing helper script to generate pydoc for your python projects

3

toJiraTable. Converts input to a JIRA table

3

setutils. Commandline utilities for working with sets (difference, union, intersection) and shared library (C/C++)

3

printk-timestamp-formatter. Utilities to view kmsg/printk/dmesg timestamps in local time and date, UTC, or epoch seconds, TAKING INTO ACCOUNT clock drift

3

cygwin-ps-misc. Utilities that provide missing tools from cygwin, like well-working "pidof" and "killall". Written in python.

3

findProcessesUsing. Scans all running applications on a host to identify those using a shared library, or an executable, or one of several.

3

disttask. Provides the ability to distribute a task across a fixed number of processes, for better utilization of multiprocessing

3

text2datetime. Python module which can convert an extensive number of ways to represent time with strings to datetime objects

2

findProcessOwner. Application which scans a list of given pids and determines the executing user

2

pid-tools. Some commandline tools for dealing with pids, information about processes, and their relations

2

usrsvc. A service manager for running/managing/monitoring/auto-restarting daemons and services at the user (non-root) level

2

python-subprocess2. Extensions on the python subprocess module

2

remote_copy_and_execute. Tool to use SSH protocol to copy and execute arbitrary scripts on a list of machines in parallel

2

cmdtimeout. Execute an arbitrary command with a maximum given timeout

2

pacman-utils. Some utils and helper scripts for archlinux packages

2

ProcessMappingScanner. Python module for scanning running process mappings (for detecting libraries, executables, etc)

2

SimpleHttpFetch. Python module to just return a string of a given page provided with a url

2

cachebust. Provide a server-side means to ensure that clients always fetch assets when they are updated

2

cmd_looper. Utility for looping output of shell commands, with ability to specify filters, limits, and automatic refreshes

2

ProcessUtils. Utilities for advanced process management (pidfiles, finding pids based on matching strings more powerful than pidof)

2

GoodTests. A fast python unit-testing framework which supports safe, encapsulated parallel execution of tests, unlike other frameworks which share states between tests, and intuitive setup/teardown methodology

2

python-argumentparser. A python2/3 compatible commandline argument parser.

2

xvfbman. A python module for managing Xvfb sessions / ensuring DISPLAY through a simple interface

1

shell-advancedutils-pkg. Archlinux PKGBUILD for shell-advancedutils

1

ichorORM. A python library for postgresql focused on performance and supporting ORM and query-building functionality

1

myps2. Faster and special purpose alternatives to standard "ps"

1

SafeRedisLock. Python library for locks across processes/servers which is safe and implements expiration/global timeout

1

WatchTower. An apperatus for triggering events/actions on a remote machine

1

pacman-utils-data-pkg. Achlinux PKGBUILD for pacman-utils data

1

pacman-utils-pkg. PKGBUILD for pacman-utils

1

mtime_utils. A collection of tools for accessing and working with mtime (modification time) and other stat properties

1

socket-gatekeeper. Socket Gatekeeper provides a means of password-securing sockets and providing authentication-based routing

1
53
Apply