Posts
-
MMRA
Make Medium Readable Again — a browser extension
- Keeping the top navigation bar from sticking around
- Hiding the bottom “Get Updates” bar completely
- Shrinking massive header images
- Hiding “posts meter” bar and Upgrade header button
- Hiding “Open in App” button on mobile
- Blocking the “pardon the interruption” popup
- (Optionally) hiding the clap / share bar
- (Optionally) loading all post images up front, instead of lazy loading as you scroll
- (Optionally) disabling the popup menu that appears when selecting text
Tags: #javascript • chrome-extension • medium
-
maestral
Open-source Dropbox client for macOS and Linux
A light-weight and open-source Dropbox client for macOS and Linux.
Tags: #python • dropbox-client • linux
-
bento-starter
:bento: Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Want to setup this stack ?
:point_right: The full documentation is available here
Tags: #javascript • pwa • offline
-
moti
🐼 The React Native (+ Web) animation library, powered by Reanimated 2.
Tags: #typescript
-
frostwire
An easy to use Cloud Downloader, BitTorrent Client and Media Player. Search, Download, Play, Share
Welcome to the main FrostWire repository. Here you will find the sources necessary to build FrostWire for Android and FrostWire for Desktop
- /android Sources for FrostWire for Android
- /desktop Sources for FrostWire for Desktop (Windows, Mac, Linux)
- /common Common sources for the desktop and android client
In the past these sources were held at frostwire-android, frostwire-desktop and frostwire-common respectively. These repositories will no longer be used.
Tags: #java
-
kms
Simple and powerful Ruby on Rails CMS for developers
Demo website: http://demo.apiq.io/
Backend (as admin): http://demo.apiq.io/kms (login/password: demo@apiq.io/password)
Backend (as content manager): http://demo.apiq.io/kms (login/password: content@apiq.io/password)
Tags: #ruby • cms • rails-cms
-
EvalEx
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
EvalEx is a handy expression evaluator for Java, that allows to evaluate simple mathematical and boolean expressions.
Key Features:
- Uses BigDecimal for calculation and result
- No dependencies to external libraries
- Precision and rounding mode can be set
- Supports variables
- Standard boolean and mathematical operators
- Standard basic mathematical and boolean functions
- Custom functions and operators can be added at runtime
- Functions can be defined with a variable number of arguments (see MIN and MAX functions)
- Supports for hexadecimal numbers and scientific notations of numbers
- Supports string literals in functions
- Supports implicit multiplication, e.g. (a+b)(a-b) or 2(x-y) which equals to (a+b)*(a-b) or 2*( x-y)
Tags: #java
-
DeepTrade
A LSTM model using Risk Estimation loss function for stock trades in market
首先说一下收益率。离开收益率去谈算法都是在耍流氓。项目利用最近700个交易日做验证,700个交易日之前的所有交易数据作为训练集,也就是说,确保不存在验证信息的泄漏。在上证综合指数上最近700个交易日的复利收益率为200%以上,同期上证指数上涨约50%。在深圳成指近700个交易日的复利收益率也在200%左右。收益为验证收益,并非实际交易数据,且为复利计算,没有扣除交易印花税和佣金。(提醒:项目仅用于学术交流,投资有风险,损失需自负。)
Tags: #python • lstm • neural-network
-
fengari
🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
This repository contains the core fengari code (which is a port of the Lua C library) which includes parser, virtual machine and base libraries. However it is rare to use this repository directly.
- To use fengari in a web browser as easily as you might use JavaScript, see fengari-web
- fengari-interop is a lua library that makes interoperating with JavaScript objects simple, it is already included in fengari-web.
- For a clone of the
luacommand line tool, but running under node.js, see fengari-node-cli
Tags: #javascript • lua • es6
-
javasimon
Java Simon is a simple monitoring API that allows you to follow and better understand your application.
Easiest way to start with Java Simon is to add Maven dependencies into your Maven project.
A monitors in Java Simon is called “Simon”. There are two types of Simons available:
CounterandStopwatch. Counter tracks single long value, its maximum and minimum. Stopwatch measures time and tracks number of measurements (splits), total time, split minimum and maximum, etc.Tags: #java
subscribe via RSS