Tag: Code
-
thedotisblack
thedotisblack is a platform for research design that aims on the development of design knowledge through generative drawings made with code. The multidisciplinary design concept behind thedotisblack attempts to combine visual narratives and natural science studies, sound analysis and data visualization. In general, thedotisblack focuses on simple rules in code that utilize basic design principles…
-
generated-space
Generated Space is the result of a year-long endeavour by Kjetil Golid to make computers do unexpected things. It presents a wide range of different generative algorithms; from organic flow fields and particle systems to rigid fractals and grammar-based shapes. Some more serious than others. All the code is open source and available on GitHub,…
-
The Nature of Code by Daniel Shiffman
Daniel Shiffman, one of The Godfathers of Generative Art and Processing put his masterwork the book “The Nature of Code” online on his website allowing anyone to read the entire text of this book online for free, licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. natureofcode.com/book/
-
GitHub – densitydesign/raw: The missing link between spreadsheets and data visualization
This nice peace of code fills the missing link between spreadsheets and data visualization. This GitHub repository allows installation on your local machine. The guys from Density Design have put the lastest version online for direct use at rawgraphs.io. github.com/densitydesign/raw
-
GitHub telegram-bot/core: PHP Telegram Bot based on the official Telegram Bot API
This is a pure PHP Telegram Bot, fully extensible via plugins. Telegram announced official support for a Bot API, allowing integrators of all sorts to bring automated interactions to the mobile platform. This Bot aims to provide a platform where one can simply write a bot and have interactions in a matter of minutes. The…
-
GitHub – ASMfreaK/esphome_max7219
This is a custom Integration of the Max 7219 dot matrix displays into ESPHome. github.com/ASMfreaK/esphome_max7219 <github.com/ASMfreaK/esphome_max7219>
-
ESPurna – custom firmware for Itead Sonoff ESP8266 switches
ESPurna (“spark” in Catalan) is a custom firmware for ESP8266 based smart switches. It was originally developed with the IteadStudio Sonoff in mind but now it supports a growing number of ESP8266-based boards. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. bitbucket.org/xoseperez/espurna
-
GitHub – clips/pattern: Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization. github.com/clips/pattern
-
Configure ESP8266 Wifi with WiFiManager
Avoid hardwiring the settings of your ESP8266 Wifi Setup by just adding a little extra code that triggers WiFiManager allowing you to change the settings for networks easily. hackaday.com/2017/03/18/configure-esp8266-wifi-with-wifimanager/
-
Catalog of friendly, useful, artistic online bots, and resources that can help you make them | botwiki
Botwiki is an open catalog of friendly, useful, artistic online bots, and tools and tutorials that can help you make them. botwiki.org/
-
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,…