Code Monkey home page Code Monkey logo

varlpenis's Introduction

varlpenis

Generate ASCII-art penis of arbitrary length

Usage

Straight from the program:

usage: varlpenis [options]
  options:
    -c       output color
    -e num   set length of semen string
    -f       output fullwidth characters
    -h       show this message
    -l num   set length of shaft
    -v       show version and copyright info

Further documentation can be found on the varlpenis(6) man page.

Example

$ ./varlpenis
8==================D~~~
$ ./varlpenis
8=========================D~~
$ ./varlpenis -l 5 -e 8
8=====D~~~~~~~~

Installation

$ ./configure
$ make
# make install

Should work on UNIX-like systems using BSD make with no modification. Instructions for MS-DOS and Windows can be found in doc/. Likewise, (unsupported) tutorials for obsolete and/or obscure systems can be found in doc/retro-platforms/.

Configuration

Use any of the following when running ./configure to control optional features:

  • --use-color-ansi: Enable colour support using ANSI escape codes
  • --use-color-woe32: Enable colour support using the Windows API
  • --use-fullwidth: Enable fullwidth (CJK) character output using UTF-8
  • --use-gettext: Enable message translations using gettext
  • --use-posixtime: Use higher-resolution time for better random numbers
  • --use-sysexits: Use exit values from system's sysexits.h
  • more to come…

Run ./configure --help for info on installation paths, compilers, etc.

Some notes

This is a pet project I like to tend to when I'm absolutely bored and have nigh nothing else to do. That's why, for example, I wrote the configure script from scratch. Plus, it teaches me a bit about how it all works.

Contributing

Tabs for indentation, spaces for alignment. Put brackets on separate lines for functions and the like; same line for enumerations or if clauses. Just go through the code and copy the style; or, send me an e-Mail if you're really that worried.

Please be descriptive in commits and merge requests; “fixed shit” doesn't cut it.

Bugs

See BUGS.md. Please report any bugs to the issue tracker.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.