Found 19 results for 'got' in 0.004634
seconds.
View as JSON
Package Name | Details | Comment | Description |
---|---|---|---|
got-0.103 | game of trees version control system | Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility. Got is still under development; it is being developed exclusively on OpenBSD and its target audience are OpenBSD developers. Got is ISC-licensed and was designed with pledge(2) and unveil(2) in mind. Got uses Git repositories to store versioned data. At present, Got supports local version control operations only. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository. This package includes the got(1) command-line interface and the tog(1) read-only repository browser. EXAMPLES in the got(1) man page contains a quick-start guide for OpenBSD developers. |
|
xscavenger-1.4.4p3 | Lode Runner clone | Scavenger is a cool arcade/thinking game very much like Lode Runner. You've got to run around and collect objects while avoiding enemies. Some objects are buried and you've got to dig down to get at them. It's an addictive game and some of the levels are devilishly (cruelly) complicated to solve. |
|
gotwebd-0.103 | game of trees repository fast-cgi server | Game of Trees Web Daemon (gotwebd) is a Fast-CGI server which displays Git repository data and is designed to work with httpd(8). |
|
p5-Object-Realize-0.21p0 | perl module to implementing delay loading of object-data | This module helps you implementing delay loading of object-data. While creating a stub-object, Object::Realize::Later simulates you got the real data. |
|
cmus-2.10.0p1 | ncurses-based music player | cmus is a small ncurses-based music player. It supports various output methods by output plugins. It has got completely configurable key bindings and it can be controlled from the outside via cmus-remote(1). |
|
p5-Test-More-UTF8-0.05p0 | enhancing Test::More for UTF8-based projects | use Test::More; use Test::More::UTF8; # now we can easily use flagged strings without warnings like "Wide character in print ..." is("\x{410}","\x{420}"); # got a failure message without warnings |
|
cosmosmash-1.5.0 | astrosmash clone for X | Cosmosmash is a clone of the 1981 Astrosmash video game. Spin, Blast and shoot your way through a hostile universe of tumbling asteroids and homicidal aliens. You've got the wits and the speed, but you're awesomely outnumbered. |
|
zip-3.0p2 | create/update ZIP files compatible with PKZip(tm) | Zip is a compression and file packaging utility. It is compatible with PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip called unzip (of course) which you should be able to find the same place you got zip. |
|
gotd-0.103 | game of trees repository server | gotd(8) is the Game of Trees Git repository server. gotd(8) makes Git repositories reachable over the network via ssh(1). The plaintext git:// and HTTP/HTTPS protocols are intentionally not supported. Documentation is provided in manual pages installed by this package: gotsh(1), gotd.conf(5), gotd(8), gotctl(8) |
|
igal-1.4.7p2 | online Image GALlery generator | iGal is a Perl program that can generate and publish an entire online picture show (static HTML slides, thumbnails and index page) with just one command line invocation. If you've got a directory (or several) full of image files that are waiting to be put online and shared with friends, then iGal is for you. |
|
py3-cached-property-1.5.2p3 | decorator for caching properties in classes | A decorator for caching properties in classes. Why ? - Makes caching of time or computational expensive properties quick and easy. - Because I got tired of copy/pasting this code from non-web project to non-web project. - I needed something really simple that worked in Python 2 and 3. |
|
lsblk-1.3.1p0 | list block devices | Show information about block devices that are attached to the system, including name, size, type, and information about the disklabel on them, such as name, size, type, and mount point of each partition. Because it accesses the raw disk devices, it must be run as root. This is an incompatible clone of util-linux's lsblk(8) for OpenBSD. |
|
gitwrapper-0.103 | invoke an appropriate Git repository server | The gitwrapper program is designed to replace git-upload-pack(1) and git-receive-pack(1) and to invoke an appropriate Git server based on configuration information placed in gotd.conf(5). This permits the administrator to configure which Git server is to be invoked on the system at run-time. Git repositories which are listed in gotd.conf(5) and exist on the filesystem will be served by gotsh(1). Any other Git repositories will be served by git-upload-pack(1) and git-receive-pack(1). |
|
plass-1.0 | manage passwords | plass is a password manager inspired by password-store in the essence but completely reimplemented with a smaller and cleaner interface. It doesn't have fancy trees nor colors in the output; the absence of these is considered a feature. With plass every password lives inside a gpg(1) encrypted file somewhere inside ~/.password-store which is managed with the got(1) VCS to keep track of changes, recover accidental overwrites and synchronize it across devices. Two helper utilities are bundled: - pwg(1): password and passphrase generator - totp(1): TOTP generator |
|
p5-XML-Filter-ExceptionLocator-1.01p0 | add line information to XML parse errors | This module implements a SAX filter which adds line-numbers and column-numbers to errors generated by SAX handlers further down the pipeline. Written explicitly so that XML::Validator::Schema could blame the correct line of XML for validation failures. NOTE: This module requires a SAX parser which correctly supports the set_document_locator() call. At present there is just one, XML::SAX::ExpatXS. If you've got a number of XML::SAX parsers installed and you want to make sure XML::SAX::ExpatXS is used, do this: $XML::SAX::ParserPackage = 'XML::SAX::ExpatXS'; |
|
crack-attack-1.1.14p17 | OpenGL game based on SNES classic Tetris Attack | A free OpenGL game based on the Super Nintendo classic Tetris Attack. Slowly, your stack of blocks grows from the bottom, and you've got to make sure it never reaches the top. Because, once it does, you lose! To eliminate blocks from the stack, line up at least three of one color, horizontally or vertically. To add to the excitement, chunks of red garbage will fall from above. It is impossible to eliminate this garbage directly. However, if you eliminate any blocks which are touching the garbage, the garbage will shatter into normal, run-of-the-mill blocks. |
|
xtacy-1.14p4 | X11 trippy color-cycling toy | Xtacy, a Graphics Hack for X11 windows -------------------------------------- "Wow! This is better than snorting caffeine!" --Neil Braun http://sidehack.gweep.net/~jer/xtacy.html Xtacy is a graphics hack which I've been, well, hacking on, for 2 or 3 years now. It's been compiled on DECstations 3100, SGI running IRIX 5.3, and Linux boxen. I think someone got it running on a Sun once, but it had problems with the circle draw function, so a couple of the modes looked quite odd. Not that odd is bad. Just odd. So what does it do? Xtacy displays bouncing shapes, rotating palettes, a couple fractals, a kaleidoscope, and lots of more stuff. |
|
p5-Test-Deep-1.204 | extremely flexible deep comparison | Test::Deep gives you very flexible ways to check that the result you got is the result you were expecting. At its simplest it compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop. Where it becomes more interesting is in allowing you to do something besides simple exact comparisons. With strings, the eq operator checks that 2 strings are exactly equal but sometimes that's not what you want. When you don't know exactly what the string should be but you do know some things about how it should look, eq is no good and you must use pattern matching instead. Test::Deep provides pattern matching for complex data structures |
|
py3-beautifulsoup4-4.12.3p0 | HTML/XML parser that supports invalid markup | Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping from web pages. Three features make it powerful: Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. It doesn't take much code to write an application. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't detect one. Then you just have to specify the original encoding. Beautiful Soup sits on top of popular Python parsers like lxml and html5lib, allowing you to try out different parsing strategies or trade speed for flexibility. Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading that's got bold text, then give me that text." Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup. |