Posts
-
redmine_github_hook
Allow your Redmine installation to be notified when changes have been pushed to a Github repository.
This plugin allows you to update your local Git repositories in Redmine when changes have been pushed to GitHub.
Tags: #ruby • redmine • github
-
cargo
🚂🚋🚋 A browser with almost no UI.
- Chrome: Cargo uses electron’s webview tags, which are powered by chromium.
- Tabs: Like any other browser cargo supports tabs, but it hides them from you.
- Devtools: Cargo has full support for chrome’s devtools.
- Cross platform: Cargo looks good on all platforms, even the titlebar on windows looks good.
- Simple: Cargo only has the features most people need.
- Tab restore: Cargo will automatically restore your previously opened tabs, when you open it.
- Very cute: 🚂🚋🚋 Cargo(delivering the web to your home).
Tags: #javascript • browser • electron
-
mry
Mry Migrates .Rubocop.Yml
Mry Migrates .Rubocop.Yml :muscle:
RuboCop has many many breaking changes, because it is before version 1.0. So, if you update your RuboCop version, .rubocop.yml breaks in many cases… This tool supports migrating
.rubocop.yml. It automatically renames the configuration in your.rubocop.ymlthat was renamed by the updated RuboCop version. So, with this tool, you do not have to be afraid of updating RuboCop anymore!Tags: #ruby
-
threads.js
🧵 Make web workers & worker threads as simple as a function call.
- First-class support for async functions & observables
- Write code once, run it on all platforms
- Manage bulk task executions with thread pools
- Use require() and import/export in workers
- Works great with webpack
Tags: #typescript • javascript • nodejs
-
SmartEngine
SmartEngine is a lightweight business orchestration engine.
SmartEngine is a lightweight business orchestration engine. It’s used widely in Alibaba Group. It can be used to orchestrate multiple service in microservice architecture, start/signal a process instance in a very high-performance way with low-storage cost, and also can be used in traditional process approval scenarios.
Tags: #java
-
phpSPO
Office 365 Library for PHP. It allows to performs CRUD operations against Office 365 resources via an REST/OData based API
- Installation
- Working with SharePoint API
- Working with Teams API
- Working with Outlook API
- Working with OneDrive API
Tags: #php • office365 • office365-sdk
-
bulk_insert
Efficient bulk inserts with ActiveRecord
A little ActiveRecord extension for helping to insert lots of rows in a single insert statement.
Tags: #ruby
-
gollum-lib
A simple, Git-powered wiki with a sweet API.
Gollum is a simple wiki system built on top of Git that powers GitHub Wikis.
Gollum-lib is the Ruby API that allows you to retrieve raw or formatted wiki content from a Git repository, write new content to the repository, and collect various meta data about the wiki as a whole.
Gollum-lib follows the rules of Semantic Versioning and uses TomDoc for inline documentation.
Tags: #ruby
-
PGPortfolio
PGPortfolio: Policy Gradient Portfolio, the source code of “A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem”(https://arxiv.org/pdf/1706.10059.pdf).
Note that this library is a part of our main project, and it is several versions ahead of the article.
- In this version, some technical bugs are fixed and improvements in hyper-parameter tuning and engineering are made.
- The most important bug in the arxiv v2 article is that the test time-span mentioned is about 30% shorter than the actual experiment. Thus the volumn-observation interval (for asset selection) overlapped with the backtest data in the paper.
- With new hyper-parameters, users can train the models with smaller time durations.(less than 30 mins)
- All updates will be incorporated into future versions of the paper.
- Original versioning history, and internal discussions, including some in-code comments, are removed in this open-sourced edition. These contains our unimplemented ideas, some of which will very likely become the foundations of our future publications
Tags: #python
- In this version, some technical bugs are fixed and improvements in hyper-parameter tuning and engineering are made.
-
react-stdio
Render React.js components on any backend
react-stdio lets you render React components on the server, regardless of the backend technology you’re using.
As its name suggests, other processes communicate with react-stdio using standard streams. The protocol is JSON, so any environment that can spawn a child process and write JSON to its stdin can use the server. Requests are handled serially, so responses are issued in the same order requests are received.
Tags: #javascript
subscribe via RSS