Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. remove trailing newline

[Bash] Process HTML Files Format in Volumn

April 26, 2016

Convert the format (Big5 encoding to UTF-8, remove DOS newline in file, replace string big5 with UTF-8, and append UNIX newline to end of file) of HTML files in directory via Bash script.

 read more »

[Bash] Encoding Conversion, Newline Manipulation, String Replacement of File

April 20, 2016

Convert encoding of file from Big5 to UTF-8, remove DOS newline in file, replace string big5 with UTF-8, and append UNIX newline to end of file.

 read more »

[Makefile] Concetenate and Minify CSS via sed and tr Command

March 11, 2016

Concatenate and Minify CSS via sed and tr command in Makefile.

 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 »

[Python] Convert HTML Table to reStructuredText list-table

February 28, 2016

Python script to convert HTML table to reStructuredText list-table via Beautiful Soup 4.

 read more »

[Python] Export PIXNET Blog to reStructuredText Files

February 17, 2016

Python scripts to export PIXNET blog posts to files of reStructuredText format.

 read more »

[C] Remove String Trailing Newline (Carriage Return)

January 09, 2013

Remove trailing newline (carriage return) of a string in C programming language.

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