• Stars
    star
    105
  • Rank 326,298 (Top 7 %)
  • Language
    Go
  • License
    The Unlicense
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Random user-agent generator for Go

uarand

Build Status

Random user-agent producer for go.

Example

package main

import (
	"fmt"

	"github.com/corpix/uarand"
)

func main() {
	fmt.Println(uarand.GetRandom())
}

Save it to snippet.go and run:

go run snippet.go

Which should produce something similar to:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36

License

Unlicense

More Repositories

1

material-ui-upload

Upload controls made in material-ui using FileAPI
JavaScript
37
star
2

nix-cage

Sandboxed environments with bwrap and nix-shell
Python
20
star
3

watcherDemo

[UNMAINTAINED] Simple file watcher demo
JavaScript
15
star
4

terraform-provider-nixos

Terraform provider to deploy NixOS system configurations
Go
12
star
5

smtpd

Simple smtp server in go
Go
11
star
6

express-errors

[UNMAINTAINED] Simple error handler middleware for express
JavaScript
11
star
7

ob-blockdiag.el

Org-babel support for blockdiag
Emacs Lisp
10
star
8

cello.vim

Syntax highlight for libCello
Vim Script
9
star
9

makedebpkg

Archlinux makepkg adopted to build Debian packages
Shell
8
star
10

clistruct

Addon for github.com/urfave/cli to generate flags from structs and set flags data into structs
Go
5
star
11

goetia

Auth proxy in Go
Go
5
star
12

golisp

Racket DSL to make code-generation for Go
Racket
4
star
13

unregistry

serve container tar.gz contents for docker
Go
4
star
14

ajv-pack-loader

Webpack loader for ajv-pack
JavaScript
4
star
15

peephole

Simple proxy server(socks5)
Go
4
star
16

go-makefile

Makefile generator for go projects
Python
3
star
17

clx

My Common Lisp development environment
Common Lisp
2
star
18

schedulers

Simple scheduler with extendable scheduling algorithms
Go
2
star
19

k3s-vm

NixOS k3s VM to play & test manifests
Nix
2
star
20

clickhouse-testbed

Testbed for Yandex clickhouse dbms
Makefile
2
star
21

gx

Personal wrappers around Gerbil Scheme standard library
Scheme
2
star
22

parse

Simple parser constructor in go
Go
2
star
23

revip

Configuration loader for Go
Go
2
star
24

xcl

Common Lisp development environment using Nix shell
Nix
2
star
25

lua

Helpers around https://github.com/yuin/gopher-lua
Go
2
star
26

go-boilerplate

Boilerplate for my go projects
Python
2
star
27

nix-showcase

Sample repository to show various nix package manager usecases
Makefile
2
star
28

screen-share

Share your terminal with gotty and tor to passthrough NAT
Shell
1
star
29

effects

Side-effects helpers for go
Go
1
star
30

loggers

Uniform logger interface
Go
1
star
31

corpix.github.io

Blog
HTML
1
star
32

errcomposer

Compose multiple errors into single in go
Go
1
star
33

formats

Transform data between arbitrary formats in go
Go
1
star
34

flatstructs

Provides helpers to flatten nested structures in go
Go
1
star
35

material-ui-error-reporting

Simple error reporting component for your react+redux+material-ui application
JavaScript
1
star
36

reflect

Wrapper around `reflect` with helpers
Go
1
star
37

yoptec

[joke] Платформа для создания микросервисов на yopta-подобном языке
Go
1
star