An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/gonuts/flag

Package flag implements command-line flag parsing. Usage: Define flags using flag.String(), Bool(), Int(), etc. This declares an integer flag, -flagname, stored in the pointer ip, with type *int. If you like, you can bind the flag to a variable using the Var() functions. Or you can create custom flags that satisfy the Value interface (with pointer receivers) and couple them to flag parsing by For such flags, the default value is just the initial value of the variable. After all flags are defined, call to parse the command line into the defined flags. Flags may then be used directly. If you're using the flags themselves, they are all pointers; if you bind to variables, they're values. After parsing, the arguments after the flag are available as the slice flag.Args() or individually as flag.Arg(i). The arguments are indexed from 0 up to flag.NArg(). Command line flag syntax: One or two minus signs may be used; they are equivalent. The last form is not permitted for boolean flags because the meaning of the command will change if there is a file called 0, false, etc. You must use the -flag=false form to turn off a boolean flag. Flag parsing stops just before the first non-flag argument ("-" is a non-flag argument) or after the terminator "--". Integer flags accept 1234, 0664, 0x1234 and may be negative. Boolean flags may be 1, 0, t, f, true, false, TRUE, FALSE, True, False. Duration flags accept any input valid for time.ParseDuration. The default set of command-line flags is controlled by top-level functions. The FlagSet type allows one to define independent sets of flags, such as to implement subcommands in a command-line interface. The methods of FlagSet are analogous to the top-level functions for the command-line flag set.
1 version
Latest release: almost 7 years ago
35 dependent packages

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/gonuts/flag

View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/gonuts%2Fflag

Dependent Repos 69

bjia56/gopy Fork of go-python/gopy
gopy generates a CPython extension module from a go package.

Size: 4.12 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

buptczq/WinCryptSSHAgent
Using a Yubikey for SSH Authentication on Windows Seamlessly

Size: 434 KB - Last synced: about 1 month ago - Pushed: 11 months ago

sbinet/pmon 📦
pmon is a process wrapper for (simple) resource monitoring.

Size: 101 KB - Last synced: about 1 month ago - Pushed: 2 months ago

emer/axon
Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain

Size: 151 MB - Last synced: about 23 hours ago - Pushed: 5 days ago

luks3r/ulauncher-animego
Search AnimeGo directly within ULauncher

Size: 6.12 MB - Last synced: almost 2 years ago - Pushed: almost 3 years ago

emer/etorch
emergent GUI and other support for pytorch networks: provides a NetView for torch networks

Size: 3.45 MB - Last synced: 6 months ago - Pushed: over 1 year ago

cogentcore/core
A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and web with a single Go codebase, allowing you to Code Once, Run Everywhere.

Size: 110 MB - Last synced: 4 days ago - Pushed: 4 days ago

mattn/todo
A simple command-line todo list written in Go.

Size: 17.6 KB - Last synced: 24 days ago - Pushed: over 3 years ago

vortex14/gotyphoon

Size: 81.5 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

maier/circonus-agent Fork of circonus-labs/circonus-agent
Circonus host agent for metric collection

Size: 2.24 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

chanzuckerberg/czid-workflows
Portable WDL workflows for CZ ID production pipelines

Size: 58.6 MB - Last synced: 27 days ago - Pushed: 27 days ago

richiMarchi/latency-tester
WebSocket based latency tester: simple and useful tool to test the network performance between two endpoints.

Size: 20.8 MB - Last synced: 20 days ago - Pushed: over 1 year ago

rmadar/go-topquark-reco
Top quark reconstruction method implemented in go

Size: 22.2 MB - Last synced: 11 months ago - Pushed: about 4 years ago

rmadar/tree-gonalyzer
Tool in go to produce publication-quality plot from ROOT TTree

Size: 39.5 MB - Last synced: 11 months ago - Pushed: almost 4 years ago

rditech/rdi-live
Scalable data stream aggregation and display

Size: 18.7 MB - Last synced: 11 months ago - Pushed: over 4 years ago

BrynjarUlriksen/HotstuffWithHandel
Implementing Handel aggregation protocol in Hotstuff

Size: 3.65 MB - Last synced: about 2 years ago - Pushed: over 3 years ago

uwedeportivo/romba
manage ROMs and DATs collections

Size: 1.53 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

clelange/cernopendata-client-go
Go implementation of the CERN Open Data client

Size: 78.1 KB - Last synced: 11 months ago - Pushed: over 3 years ago

ftpsolutions/gossh-python
Python bindings for Go's golang.org/x/crypto/ssh library

Size: 2.36 MB - Last synced: 12 days ago - Pushed: about 2 years ago

emer/leabra
Go implementation of Leabra algorithm for biologically-based models of cognition, based on emergent framework (with Python interface)

Size: 32.4 MB - Last synced: 6 days ago - Pushed: 6 days ago

go-lpc/mim

Size: 3.05 MB - Last synced: 11 months ago - Pushed: over 1 year ago

niklasvm/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 67.8 MB - Last synced: 4 months ago - Pushed: 4 months ago

proio-org/go-proio
Go proio implementation and home of proio command-line tools

Size: 6.22 MB - Last synced: over 1 year ago - Pushed: about 5 years ago

42wim/ssh-agentx
Extended ssh-agent which supports git commit signing and yubikey signing over ssh

Size: 3.22 MB - Last synced: 1 day ago - Pushed: about 1 year ago

schapirolab/leabra-sleep
Modified Leabra for Sleep

Size: 1.46 MB - Last synced: 11 months ago - Pushed: over 1 year ago

twitter-forks/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 57 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

sbinet/img-diff 📦

Size: 297 KB - Last synced: about 2 months ago - Pushed: 2 months ago

ftpsolutions/goodbc-python
Python bindings for a Golang ODBC library

Size: 44.9 KB - Last synced: 10 months ago - Pushed: about 2 years ago

eduardkh/going

Size: 1.71 MB - Last synced: 11 months ago - Pushed: about 1 year ago

saranrapjs/aranet4-tinygo

Size: 122 KB - Last synced: 11 months ago - Pushed: almost 3 years ago

ftpsolutions/gomssql-python
Python bindings for a Go MSSQL library

Size: 30.3 KB - Last synced: 25 days ago - Pushed: over 3 years ago

circonus-labs/circonus-agent
Circonus host agent for metric collection

Size: 3.5 MB - Last synced: 9 months ago - Pushed: about 1 year ago

arrikto/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 76.9 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

ftpsolutions/gosnmp-python
Python bindings for soniah/gosnmp

Size: 136 KB - Last synced: 22 days ago - Pushed: over 3 years ago

zllovesuki/G14Manager 📦
An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power Options

Size: 7.09 MB - Last synced: 11 months ago - Pushed: about 2 years ago

justinfx/pygo-plugin
Python plugin system over gRPC - wrapper of github.com/hashicorp/go-plugin

Size: 71.3 KB - Last synced: 23 days ago - Pushed: over 3 years ago

nom3ad/pygoraftkv

Size: 6.38 MB - Last synced: 11 months ago - Pushed: about 5 years ago

eric-bonfadini/python-extensions
Python extensions using different programming languages

Size: 35.2 KB - Last synced: almost 2 years ago - Pushed: almost 2 years ago

getlantern/systeminfo
Go library for obtaining system information like serial numbers

Size: 18.6 KB - Last synced: 11 months ago - Pushed: over 4 years ago

achals/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 83.5 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

spolcyn/emergent-hip-RL-interface
Python interface for the Emergent hippocampus model

Size: 43.5 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

go-hep/examples
a set of go-hep examples

Size: 612 KB - Last synced: about 1 year ago - Pushed: about 5 years ago

ftpsolutions/gosnmp-traps-python
Python bindings for soniah/gosnmp (specifically around SNMP traps)

Size: 51.8 KB - Last synced: 17 days ago - Pushed: over 3 years ago

maletone/LADON
Multi Channel, Dynamic, Command and Control Framework to allow for exfiltration of data across various channels, lowering detection rates.

Last synced: over 2 years ago

toping4445/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 77.8 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

kamaraj-mindtree/nxt-featurestore

Size: 30.7 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

lukser/ulauncher-animego
Search AnimeGo directly within ULauncher

Last synced: about 2 years ago

go-compression/raisin
A simple lightweight set of implementations and bindings for compression algorithms written in Go.

Size: 4.53 MB - Last synced: about 21 hours ago - Pushed: almost 4 years ago

DhairyyaS/leabra-sleep
Copy of github.com/emer/leabra v. 1.03 fo use in sleep modelling

Size: 1.44 MB - Last synced: 3 months ago - Pushed: over 4 years ago

sbinet-solid/solid-mon-rpi
solid-mon-rpi serves sensor data over HTTP

Size: 61.5 KB - Last synced: 11 months ago - Pushed: over 1 year ago

go-python/gopy
gopy generates a CPython extension module from a go package.

Size: 4.19 MB - Last synced: 8 days ago - Pushed: 5 months ago

sbinet-lpc/eco

Size: 111 KB - Last synced: 11 months ago - Pushed: over 1 year ago

eduardkh/show
cisco like show command for windows

Size: 64.5 KB - Last synced: 11 months ago - Pushed: about 1 year ago

bytewax/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 77.9 MB - Last synced: 7 days ago - Pushed: over 2 years ago

Ki-Insurance/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 61.6 MB - Last synced: 12 months ago - Pushed: 12 months ago

hemidactylus/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 79.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

kevjumba/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 62.8 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

mehmettokgoz/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 61.5 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

franciscojavierarceo/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 137 MB - Last synced: 4 days ago - Pushed: 4 days ago

adchia/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 63.1 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

sfc-gh-madkins/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 62.7 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

Agent007/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 58.3 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

sudohainguyen/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 80.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

chhabrakadabra/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 78.1 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

kokizzu/gi Fork of cogentcore/core
Native Go (golang) Graphical Interface system (2D and 3D), built on GoKi tree framework

Size: 46.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

beauchbum/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 60.6 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

felixwang9817/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 83.8 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

rpatil524/feast Fork of feast-dev/feast
Feature Store for Machine Learning

Size: 61.5 MB - Last synced: 11 months ago - Pushed: 11 months ago