Skip to content

Instantly share code, notes, and snippets.

View axifive's full-sized avatar
🎯
Focusing

Alexey Terentev axifive

🎯
Focusing
View GitHub Profile
https://drive.google.com/u/0/uc?id=1YOSno1LlVyqOV7jdL1fA6G5HlR3hoVpH&export=download
@axifive
axifive / active_stack_clones.txt
Last active August 3, 2021 01:03
Stackoverflow clones
overcoder.net
py4u.net
newbedev.com
extutorial.com
stackoom.com
qaru.tech
qarus.ru
CoreDump.biz
lycaeum.dev
stormcrow.dev

Keybase proof

I hereby claim:

  • I am axifive on github.
  • I am axifive (https://keybase.io/axifive) on keybase.
  • I have a public key whose fingerprint is C6DE 501C 8B34 4B8C 4BA2 AD01 60D6 C550 AEEB B467

To claim this, I am signing this object:

@axifive
axifive / builder.go
Last active August 20, 2017 10:01 — forked from vaskoz/builder.go
Go Builder pattern
package car
import "strconv"
type Speed float32
type Color string
type Wheels string
const (
MPH Speed = 1