[Golang] Names scores - Problem 22 - Project Euler
Go solution to Names scores - Problem 22 - Project Euler.
read more »Go solution to Names scores - Problem 22 - Project Euler.
read more »Download and save files (image, pdf, etc.) from given URL in Go.
read more »Write a list of strings to file in Go programming language.
read more »Calcualte total size of files in folder, excluding sub-folders in Go.
read more »Embed file in QR code via Go programming language.
read more »Do not use fmt.Fprintf to write to file
read more »Extract template data from human readable YAML file and create textual output in Go.
read more »Insert a line or string to n-th line of the file via Go programming language.
read more »Append text line or string to the end of file via Go programming language.
read more »Read an image from web and resize it in Go programming language.
read more »Find Pāli word in Velthuis scheme, and replace them with unicode via Go programming language.
read more »Extract text (i.e., footnote) in HTML via state machine and goquery in Go programming language.
read more »Iterate over all DOM elements in HTML via Go programming language. Use net/html package to parse and iterate all elements in HTML. Search for HTML links and output them in reStructuredText format.
read more »Readlines from string or file in Go programming language.
read more »Convert file encoding from Big5 to UTF-8 via Go programming language.
read more »Download and save HTML file from given URL via Go. Do nothing if the HTML file already locally exists.
read more »Find Pāli word in Velthuis scheme via Go programming language.
read more »Read JPEG image date from Exif metadata in Go programming language.
read more »Minify HTML via Go programming language.
read more »Minify CSS via Go programming language.
read more »Concatenate and compress JavaScript files via Go programming language and online Google Closure Compiler.
read more »Concatenate JavaScript files via Go programming language.
read more »Extract URL from reStructuredText link and insert the URL in the file as metadata via Python.
read more »Python script to convert HTML table to reStructuredText list-table via Beautiful Soup 4.
read more »Concatenate JavaScript files via Python script.
read more »Python scripts to export PIXNET blog posts to files of reStructuredText format.
read more »Python Regular Expression to convert footnotes in file to reStructuredText format.
read more »Convert PO files to JSON format via Python. The data of JSON format can be passed to front-end by web servers to translate a text string into the user's native language. You can use the JSON data to implement gettext function in browsers.
read more »Automatically convert Traditional Chinese (zh_TW) PO file to Simplified Chinese (zh_CN) by OpenCC and Python programming language.
read more »Use regular expression in Python to search and find strings marked for i18n (Internationalization)
read more »