OpenBSD.app - search packages

(Sun Dec 22 00:00:47 2024)

Found 10 results for 'walk' in 0.003863 seconds.
View as JSON

Package Name Details Comment Description
walk-1.10.0 terminal file manager walk is a simple and minimalistic file manager. It's a fast way to
navigate the filesystem, and a cd and ls replacement. It allows for
quick navigation with fuzzy searching and the cd-integration with the
shell is a one-liner.
tcl-snmptools-1.0p2 Tcl package that provides SNMP tools A Tcl package that provides SNMP tools for managing remote Agents.

It uses the NetSNMP library and supports all standard SNMP v1/v2/v3
operations and more: get, set, getnext, walk, bulkget, bulkwalk, trap,
translate and table.
p5-Devel-Gladiator-0.07p0 walk all of perl memory arena Devel::Gladiator iterate's Perl's internal memory structures and
can be used to enumerate all the currently live SVs.

This can be used to hunt for leaks and to profile memory usage.
burgerspace-1.10.0 burgertime clone for X Burgerspace is a BurgerTime clone for X. You are a chef and must walk
over hamburger ingredients (buns, meat and lettuce) to make them fall
from floor to floor, until they end up in the plates at the bottom of
the screen.
mason-book-1.0p0 book on embedding Perl in HTML with Mason The "Embedding Perl in HTML with Mason" book documents the HTML::Mason
framework in detail, including chapters on component syntax, Mason
object APIs, a sample site walk-through, recipes, and details on
Mason's advanced features and how to use them.

You can find HTML::Mason in /usr/ports/www/p5-HTML-Mason.
xmris-4.04p4 Mr Do video arcade game for X11 You control a gnome, who can walk around a garden, along paths already
marked, or create new paths wherever you wish. You also have a ball,
which can be thrown in the direction you're facing, towards the gnome's
feet. Points are scored for collecting cherries, killing monsters and
collecting the prize left when all the monsters have come out of their den.
bfbtester-2.0.1p0 brute force binary tester bfbtester is a quick hack I put together to do some basic overflow
tests on binary programs. It probably won't catch everything wrong or
every program, but it's pretty good at catching the bad
ones. bfbtester can either run tests on a single binary or walk
through a whole directory of binaries. Currently bfbtester tests for
argument overflows and environment variable overflows.
pingus-0.7.6p6 free Lemmings-like game Pingus is a free Lemmings-like game in 2D graphics.

If you don't know Lemmings, here comes a short introduction. It's a
puzzle game developed in 1991 by DMA Design. The player takes command in
the game of a bunch of small animals and has to guide them around in
levels. Since the animals walk on their own, the player can only
influence them by giving them commands, like build a bridge, dig a hole
or redirect all animals in the other direction. The goal of each level
is to reach the exit, by combining multiple actions.
dgpsip-1.35p1 Differential GPS over IP communication device On a stationary GPS without a differential correction signal, you
should see a 20m average radius "drunken walk" pattern. On the same
receiver with DGPS corrections and a good view of the sky,
the error should be reduced to approximately 2m average
radius. If you've always wanted to know exactly where your house
is located without that annoying GPS "wander," but didn't want to
spend the money for a DGPS radio, here is your big chance!

I'd like to announce a fun DGPS hack. I've written a small Un*x
server and client for redistributing DGPS correction signals over
the Net. Basically the server grabs the serial byte stream from my
DGPS radio and sends it off over a TCP connection. The client does
the same thing but in reverse. The result is that you can receive
the local DGPS corrections from absolutely anywhere by using the
Internet as the world's largest extension cord. You'll still need
to be within 1000 miles or so of San Francisco, California, USA
for best results. However chances are better than not that the GPS
error will still be reduced if you are 2000 to 3000 miles away.
Several respondents from 2000 miles away have noted that the remote
differential signals have diminished the SA induced position and
velocity errors by approximately 3x.
libusb-compat-0.1.5p1 libusb-0.1 compatibility layer for libusb1 A compatibility layer allowing applications written for libusb-0.1 to work
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
like libusb-0.1.

Known quirks/differences from libusb-0.1:
1. usb_resetep(), a previously deprecated function, is implemented as
equivalent to calling usb_clear_halt().
2. libusb-0.1 allowed you to open a device which you did not have
permission to do anything useful with (all I/O requests would
immediately fail). libusb-compat-0.1 does not allow you to open such
devices. You can still read descriptor info without opening a
device.
3. usb_device's "num_children" attribute is hardcoded to 0, and
"children" is hardcoded to NULL. Do you need this information in
your software? Let us know on the mailing list, and we'll add it.
4. Some libusb-0.1 users may have implemented I/O cancellation by
running transfers in their own threads and simply killing the thread
when they don't want to do the transfer any more. This is bad
programming practice for obvious reasons, and this lack of
functionality was one of the primary drivers for libusb-1.0
development. With libusb-1.0 or libusb-compat-0.1 backed by
libusb-1.0, forcefully killing threads in this way is likely to
cause all libusb I/O to halt. Instead, port your application to use
libusb-1.0's asynchronous transfer API, which supports transfer
cancellation.
5. Error codes returned on certain events may not exactly match the
error codes returned by libusb-0.1.