Posts
-
Co-Authors-Plus
Multiple bylines and Guest Authors for WordPress
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box. Co-authored posts appear on a co-author’s archive page and in their feed. Co-authors may edit the posts they are associated with, and co-authors who are contributors may only edit posts if they have not been published (as is core behaviour).
Add writers as bylines without creating WordPress user accounts. Simply create a guest author profile for the writer and assign the byline as you normally would.
On the frontend, use the Co-Authors Plus template tags to list co-authors anywhere you’d normally list the author.
This plugin is an almost complete rewrite of the Co-Authors plugin originally developed by Weston Ruter (2007). The original plugin was inspired by the ‘Multiple Authors’ plugin by Mark Jaquith (2005).
Tags: #php • vip-plugin
-
ooor
Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
Let’s test ooor in an irb console (irb command):
require 'rubygems' require 'ooor' Ooor.new(:url => 'http://localhost:8069/xmlrpc', :database => 'mybase', :username => 'admin', :password => 'admin')This should load all your Odoo models into Ruby proxy Activeresource objects. Of course there are option to load only some models. Let’s try to retrieve the user with id 1:
ResUsers.find(1)(in case you have an error like “no such file to load – net/https”, then on Debian/Ubuntu, you might need to do before: apt-get install libopenssl-ruby)
Tags: #ruby • odoo • rails
-
plots2
a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
We are developing a draft Roadmap for
plots2and our broader Public Lab code projects; read more and comment here.Tags: #ruby • wiki • rails
-
Secured-Preference-Store
A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device’s KeyStore.
A
SharedPreferenceswrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device’s KeyStore. You can also use theEncryptionManagerclass to encrypt & decrypt data out of the box.Tags: #java • encryption • encrypted-store
-
vue-svg-icon
a solution for multicolor svg icons in vue2.0 (vue2.0的可变彩色svg图标方案)
a solution for multicolor svg icons in vue2 轻量的Vue2多色动态svg图标方案 中文版说明
Tags: #javascript • svg • icon
-
laravel-adjacency-list
Recursive Laravel Eloquent relationships with CTEs
This Laravel Eloquent extension provides recursive relationships using common table expressions (CTE).
Supports Laravel 5.5.29+.
Tags: #php
-
blueprint3d
Build interior spaces in 3D
This repository includes an example application built using blueprint3d:
Tags: #typescript
-
birt
Eclipse BIRT™ The open source reporting and data visualization project.
The open source Eclipse BIRT reporting and data visualization project.
Tags: #java
-
stitches
Create a Microservice in Rails with minimal ceremony
Add to your
Gemfile:gem 'stitches'Then:
bundle installThen, set it up:
> bin/rails generate stitches:api > bundle exec rake db:migrateTags: #ruby • ruby-gem • rails-engine
-
servo
Netflix Application Monitoring Library
This project receives minimal maintenance to keep software that relies on it working. There is no active development or planned feature improvement. For any new projects it is recommended to use the Spectator library instead.
For more details see the Servo comparison page in the Spectator docs.
Tags: #java
subscribe via RSS