-
·
WordPress Hybrid Client
With WPHC (WordPress Hybrid Client), your WordPress website application (iOS and Android) is just a build away. wphc.julienrenaux.fr/
-
·
Loco Translate – Translate WordPress plugins and themes directly in your browser – WordPress Plugins
Loco Translate provides in-browser editing of WordPress translation files. It also provides localization tools for developers, such as extracting strings and generating templates. > wordpress.org/plugins/loco-translate/
-
·
How to scrape a website that requires login with Python – Tzahi Vidas
Web scraping with Python from a site that requires a login. This tutorial shows how to scrape a list of projects from a bitbucket account. There is a link to the code used in this tutorial that can be found on Github. > kazuar.github.io/scraping-tutorial/
-
·
How To Deploy WordPress Plugins With GitHub Using Transients – Smashing Magazine
This tutorial will show you how to set up a GitHub repository to push updates to your plugin, wherever it resides. Example files are available on GitHub (link at the end of the tutorial). > www.smashingmagazine.com/2015/08/deploy-wordpress-plugins-with-github-using-transients/
-
·
GitHub – afragen/github-updater for WordPress Plugins and Themes
A simple plugin to enable automatic updates to your GitHub, Bitbucket, or GitLab hosted WordPress plugins and themes. It also allows for the remote installation of plugins or themes. > github.com/afragen/github-updater
-
·
Gitlab – Code, test, and deploy together
Code, test, and deploy together with GitLab open source git repo management software featuring private hosting (Community Edition) and unlimited private projects/repositories. Gitlab is a great alternative to Github if you need to organize free non-public software development projects. about.gitlab.com/
-
·
Cryptii – Open Source Web Application to convert, encode and decode content
Cryptii is an Open Source web application designed and coded with <3 and brought to you by ffraenz under the mit license. It allows convert, encode decode content between different format systems (text, decimal, flipped, html entities, morsecode, leetspeak, navajo code, binary, octal, hexadecimal, roman etc.). This happens fully in your browser using javascript, no will…
-
·
How to generate a Public and Private Key: RSA Examples and Notes from phpseclib
The phpseclib on source forge allows you to generate Public and Private Keys and is fully interoperable with OpenSSL and other standardized cryptography programs and protocols. Software is written in PHP and designed to be ultra-compatible (working with PHP4+ assuming the use of PHP Compat) and does not require any extensions. For purposes of speed,…