[Bash] Process HTML Files Format in Volumn
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 »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 »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 »Concatenate and Minify CSS via sed and tr command in Makefile.
read more »Minify HTML via Go programming language.
read more »Minify CSS via Go programming language.
read more »Python script to convert HTML table to reStructuredText list-table via Beautiful Soup 4.
read more »Python scripts to export PIXNET blog posts to files of reStructuredText format.
read more »Remove trailing newline (carriage return) of a string in C programming language.
read more »