[Pelican] Remove Prefix in PATH_METADATA Using Named Regex Group
Remove prefix of Pelican PATH_METADATA using Python named regular expression group.
read more »Remove prefix of Pelican PATH_METADATA using Python named regular expression group.
read more »Use regular expresion groups to replace texts in Vim.
read more »Use Go regexp package to repace spaces and newline in the string.
read more »Given user name, get Instagram user information, such as id, username, biography, etc., in Go.
read more »This Chrome extension helps you download Instagram profile picture in full size.
read more »Given the url of Instagram profile picture, return the url of profile picture in full size.
read more »Get urls of video and audio of Instagram user post live videos shared to stories via Go standard regexp package.
read more »A Chrome extension to help you show Instagram id on the user page.
read more »A Chrome extension to help you try to get Facebook user id by URL change and print the id next to name if found.
read more »A Chrome extension to help you try to get Facebook user id by URL change.
read more »Convert specific texts to clickable links (<a> tag) in HTML document via Go/GopherJS.
read more »Convert specific texts to clickable links (<a> tag) in HTML document via JavaScript.
read more »Append text at the beginning of each line via JavaScript.
read more »Check if a string exists in file via Go regexp package.
read more »Get the attribute of a HTML element via named group matches in Go regexp package.
read more »Replace specific pattern of strings in HTML files under directory via sed.
read more »Replace specific pattern of strings in HTML files under directory via sed.
read more »Add tooltip to every word via GopherJS. Used in Pāli Tipiṭaka.
read more »Add tooltip to every word via AngularJS. Used in Pāli Tipiṭaka.
read more »Find Pāli word in Velthuis scheme, and replace them with unicode via Go programming language.
read more »Find redundant files saved by Chrome browser via Bash script.
read more »Find redundant files saved by Chrome browser via Go.
read more »Wrap Pāli words in span element via regular expression and Go.
read more »Search links of major search engines - Google, DuckDuckGo, Bing, Yahoo, Baidu, Yandex, Ecosia, Qwant.
read more »Wrap Pāli words in span element via regular expression and JavaScript.
read more »Make reStructuredText links of the same name anonymous via regular expression by sed stream editor.
read more »Replace footnote in reStructuredText format via regular expression by sed stream editor.
read more »Replace footnote in reStructuredText format via regular expression in Vim editor.
read more »Insert a line after first pattern match via sed stream editor.
read more »Find Pāli word in Velthuis scheme via Go programming language.
read more »Append text at the beginning of each line via sed stream editor.
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 »Remove C/C++ style comments via Go programming language.
read more »Find redundant files saved by Chrome browser via Python.
read more »Extract URL from reStructuredText link and insert the URL in the file as metadata via Python.
read more »Go regexp example of named group matches - extract metadata from file path.
read more »Python Regular Expression to convert footnotes in file to reStructuredText format.
read more »Convert PO files to JSON format via Go. 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 »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 »Use xgettext (one of GNU gettext utilities) to extract translatable strings from HTML templates of Go html/template.
read more »i18n (Internationalization) Go web applications by GNU gettext tools and html/template. Use PO and MO files generated by gettext in Golang web application to render HTML of specific languages by html/template.
read more »Use regular expression in Python to search and find strings marked for i18n (Internationalization)
read more »