Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Read Lines

[Golang] Read Lines From URL

February 02, 2017

Read lines from web URL via Go programming language.

 read more »

[Golang] Insert Line or String to File

January 30, 2017

Insert a line or string to n-th line of the file via Go programming language.

 read more »

[Golang] HTML to reStructuredText

May 12, 2016

Convert HTML to restructuredtext format via net/html package in Go programming language. (Not fully supported)

 read more »

[Golang] HTML a, img, ul, li Element to reStructuredText

May 08, 2016

Convert HTML unordered (bulleted) list, HTML link, and HTML image to restructuredtext format via net/html package in Go programming language.

 read more »

[Golang] HTML a, ul, li Element to reStructuredText

May 07, 2016

Convert HTML unordered (bulleted) list and HTML link to restructuredtext format via net/html package in Go programming language.

 read more »

goquery - Convert HTML Unordered List to reStructuredText

May 05, 2016

Convert HTML unordered (bulleted) list to restructuredtext format via goquery in Go programming language.

 read more »

[Golang] Scrape JavaScript Code via strings Package

April 18, 2016

Scape JavaScript code to get campaign number via Go strings package.

 read more »

[Golang] HTML Table to reStructuredText list-table via goquery

April 14, 2016

Convert HTML table to reStructuredText list-table via goquery in Go programming language.

 read more »

[Golang] Read Lines From File or String

April 06, 2016 (Updated: April 09, 2018)

Readlines from string or file in Go programming language.

 read more »

[Golang] Minify HTML

March 10, 2016

Minify HTML via Go programming language.

 read more »

[Golang] Minify CSS

March 09, 2016

Minify CSS via Go programming language.

 read more »

[Golang] Convert Traditional Chinese PO file to Simplified Chinese

March 05, 2016

Automatically convert Traditional Chinese (zh_TW) PO file to Simplified Chinese (zh_CN) by OpenCC and Go programming language.

 read more »

[Python] Insert Line With Matched Pattern

March 01, 2016

Extract URL from reStructuredText link and insert the URL in the file as metadata via Python.

 read more »

[Python] Automatically Convert Traditional Chinese PO file to Simplified Chinese

January 08, 2016

Automatically convert Traditional Chinese (zh_TW) PO file to Simplified Chinese (zh_CN) by OpenCC and Python programming language.

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