Posts
-
OpenFarm
A free and open database for farming and gardening knowledge. You can grow anything!
We take security seriously and value the input of independent researchers. Please email
security@farmbot.iofor issues that require immediate attention. Please follow responsible disclosure. Do not use Slack or Github issues to discuss security vulnerabilities.Tags: #ruby • gardening • farming
-
cakephp-upload
CakePHP: Handle file uploading sans ridiculous automagic
The Upload Plugin is an attempt to easily handle file uploads with CakePHP.
See 4.x branch for CakePHP 3.x documentation.
See 2.x branch for CakePHP 2.x documentation.
See this blog post for a tutorial on using the 3.x version.
Tags: #php
-
logstash-input-jdbc
Logstash Plugin for JDBC Inputs
This is a plugin for Logstash.
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
Tags: #ruby
-
jphp
JPHP - an implementation of PHP on Java VM
We develop a new IDE for beginners like
Game MakerorScirra Construct. It’s based on JPHP, JavaFX, Java 8, Gradle and allows to create desktop games and apps for Linux, Windows and Mac (maybe Android and other platforms in future). The project name isDevelNext(https://github.com/jphp-group/develnext-ide), the current status and version of the project is BETA. The project has not yet been localized in English.Tags: #java • php • php-language
-
graby
Graby helps you extract article content from web pages
Full-Text RSS works great as a standalone application. But when you need to encapsulate it in your own library it’s a mess. You need this kind of ugly thing:
$article = 'http://www.bbc.com/news/entertainment-arts-32547474'; $request = 'http://example.org/full-text-rss/makefulltextfeed.php?format=json&url='.urlencode($article); $result = @file_get_contents($request);Also, if you want to understand how things work internally, it’s really hard to read and understand. And finally, there are no tests at all.
That’s why I made this fork:
- Easiest way to integrate it (using composer)
- Fully tested
- (hopefully) better to understand
- A bit more decoupled
Tags: #php • text-rss • extract-website
-
uri-interfaces
League URI Interfaces
The
UriInterfaceinterface models generic URIs as specified in RFC 3986. The interface provides methods for interacting with the various URI parts, which will obviate the need for repeated parsing of the URI. It also specifies:- a
__toString()method for casting the modeled URI to its string representation. - a
jsonSerialize()method to improve interoperability with WHATWG URL Living standard
Tags: #php • uri • uri-interfaces
- a
-
terminator
multiple GNOME terminals in one window
Terminator was originally developed by Chris Jones in 2007 as a simple, 300-ish line python script. Since then, it has become The Robot Future of Terminals. Originally inspired by projects like quadkonsole and gnome-multi-term and more recently by projects like Iterm2, and Tilix, It lets you combine and recombine terminals to suit the style you like. If you live at the command-line, or are logged into 10 different remote machines at once, you should definitely try out Terminator.
When you run
Terminator, you will get a terminal in a window, just like almost every other terminal emulator available. There is also a titlebar which will update as shells/programs inside the terminal tell it to. Also on the titlebar is a small button that opens the grouping menu. From here you can put terminals into groups, which allows you to control multiple terminals simultaneously.Tags: #python • gnome • terminal-emulators
-
A-Pathfinding-Visualization
First attempt at an efficient pathfinding algorithm in Java. I made this visualization to show the beauty of pathfinding. You can modify all major features of my algorithm through the graphics interface.
This is my first attempt at A* pathfinding. I made this visualization to show the beauty of pathfinding. You can modify all major features of my algorithm through the graphics interface. Here I will go through the major features of my program.
Tags: #java
-
wp-api-jwt-auth
A simple plugin to add JSON Web Token (JWT) Authentication to WP REST API
A simple plugin to add JSON Web Token (JWT) Authentication to the WP REST API.
To know more about JSON Web Tokens, please visit http://jwt.io.
Tags: #php
-
terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Terjira is an interactive and easy to use command line interface (or Application) for Jira. You do not need to remember the resource key or id. Terjira suggests it with an interactive prompt.
Your Jira must support Rest API 2.0 and Agile Rest API 1.0.
Tags: #ruby • jira • cli
subscribe via RSS