Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Go strconv Package

[Golang] Atoi for Decimal Integer

April 29, 2017

My implementation of atoi function, which converts a string representing decimal number to its corresponding int type, in Go programmming language.

 read more »

[Golang] Web Scrape Facebook Post via goquery

February 17, 2017

Fetch and parse a public post on Facebook and extract data via goquery in Go programming language.

 read more »

[Golang] Parse Unix Time (utime) Example

February 16, 2017

Parse the string of Unix time (also known as POSIX time or Epoch time) in Go programmming language.

 read more »

[Golang] Draggable (Movable) Element by GopherJS

January 17, 2016

Run Golang program in your browser by GopherJS. Show how to write a Go program to do DOM manipulation by example. This example show how to write a draggable/movable element by GopherJS and its DOM binding.

 read more »

[Golang] GopherJS DOM Example - Detect Keypress (Keyboard Event)

January 11, 2016

Run Golang program in your browser by GopherJS. Show how to write a Go program to do DOM manipulation by example. Detect user keypress by registering keyboard event handler and print out the keycode of the keyboard event.

 read more »

[Golang] Parse Accept-Language in HTTP Request Header

February 22, 2015

Parse Accept-Language in HTTP Request Header in Go Programming Language.

 read more »
Powered by Github Pages, Pelican, pyScss.