Giter Club home page Giter Club logo

seabattles2's Introduction

Hello! (C1) / ¡Hola! (A2) / Privet! (Native) / Saluton! (B1)

You could find some of my publications (RU, EN) and presentations (RU) from the conferences where I was a speaker.
I like gamedev (GGJ, JS 13k, and so on), DevOps (somewhat) and Python (I didn't link anything cause my Python is so-so. But I am very passionate!).
I could write some code with Golang, PHP, C and even Pascal (/me somewhat old-fashioned).
I have some background as a DBA (with a strong emphasis on DB automation) and as a platform/cloud developer so they are the domains where I am the most effecient.

seabattles2's People

Contributors

areso avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

eshcrow

seabattles2's Issues

pre-commit.py

Possibly doesn't work because omitted closing file in the second part of the script.

descr

recreate early MMORPG style

go memery consumption

import "fmt"
import "runtime"
import "time"

func main() {
primes := [6]int{2, 3, 5, 7, 11, 13}
var primes2 [999999]int
primes2[0] = 1
primes2[1] = 2
var s []int = primes[1:4]
fmt.Println(s)
var m runtime.MemStats
runtime.ReadMemStats(&m)
fmt.Println("\nAlloc = %v \nTotalAlloc = %v\nSys = %v\nNumGC = %v\n\n", m.Alloc, m.TotalAlloc, m.Sys, m.NumGC)
time.Sleep(5 * time.Second)
}

GDPR and such

We will email you only

  1. if you initiate password recovery process
    or
  2. you will subscribe after registration to news and other stuff.

~ tmp files

git rm file1.txt
git commit -m "remove file1.txt"
But if you want to remove the file only from the Git repository and not remove it from the filesystem, use:

git rm --cached file1.txt
git commit -m "remove file1.txt"

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.