Posts
-
babel-plugin-add-module-exports
【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6
However, the plugin doesn’t change the pure-esmodule. this plugin makes changes only when exists
exports.default(in other words, using commonjs).{ "presets": [["@babel/env", { "modules": false }]], "plugins": ["add-module-exports"] }into
export default 'foo'1.0.0Currently support iscommonjsandumd. Doesn’t supportamd,systemjsmodules(don’t use. there are no plans to support at the moment).Tags: #javascript • babel-plugin
-
react-navigation-header-buttons
Easily render header buttons for react-navigation.
This package will help you render buttons in the navigation bar and handle the styling so you don’t have to. It tries to mimic the appearance of native navbar buttons and attempts to offer simple and flexible interface for you to interact with. Typed with Flow and ships with TS typings. Supports iOS and Android, web support is experimental.
Tags: #javascript • react-native • react-navigation
-
homebrew-graph
Creates a dependency graph of Homebrew formulae.
brew-graphis a Ruby script that creates a dependency graph of Homebrew formulae. The currently supported output options are DOT and GraphML.In general, if you’d like to know more about [Untangling Your Homebrew Dependencies][2], check out the blog post by Jonathan Palardy.
Tags: #ruby • homebrew
-
hextris
Fast paced HTML5 puzzle game inspired by Tetris!
This project is not very actively maintained, as we are all very busy these days. But feel free to open an issue or PR, and we’ll eventually take a look.
Tags: #javascript
-
zhong
Reliable, distributed cron.
Useful, reliable distributed cron. Tired of your cron-like scheduler running key jobs twice? Would you like to be able to run your cron server on multiple machines and have it “just work”? Have we got the gem for you.
Zhong uses Redis to acquire exclusive locks on jobs, as well as recording when they last ran. This means that you can rest easy at night, knowing that your customers are getting their monthly Goat Fancy magazine subscriptions and you are rolling around in your piles of money without a care in the world.
:tangerine: Battle-tested at Instacart
Tags: #ruby • cron • redis
-
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Reconnoitre although a well loved tool I’ve maintained for a few years now, in my opinion, pales in functionality to building your own enumeration approach within Interlace. I strongly recommend anybody looking to take Infosec beyond the OSCP to spend some time looking into this project.
Tags: #python • oscp • penetration-testing
-
byte-stream
A non-blocking stream abstraction for PHP based on Amp.
This package can be installed as a Composer dependency.
composer require amphp/byte-streamTags: #php • amphp • stream
-
Novate
A safety client by Https for android, (Android网络框架,基于Retrofit和RxJava打造的链式网络库, 支持okhttp的调用风格,又兼容Retrofit API,并支持rxJava链式操作)
a safety Framework by OkHttp for Android, (一款Android网络框架,基于Retrofit和RxJava打造的链式网络库, 强大的泛型解析功能和错误驱动功能,支持okhttp的调用风格,又兼容Retrofit注解方式,并支持rxJava链式操作。方便扩展,并能实现高速加载)
Tags: #java • rxjava • retrofit
-
has_secure_token
Create uniques random tokens for any model in ruby on rails. Backport of ActiveRecord::SecureToken 5 to AR 3.x and 4.x
HasSecureToken provides an easy way to generate uniques random tokens for any model in ruby on rails. SecureRandom::base58 is used to generate the 24-character unique tokens, so collisions are highly unlikely.
Note If you’re worried about possible collissions, there’s a way to generate a race condition in the database in the same way that validates_uniqueness_of can. You’re encouraged to add an unique index in the database to deal with this even more unlikely scenario.
Tags: #ruby
-
firevel
100% serverless Laravel Framework
Firevel is a modified, serverless version of Laravel 7 designed to work inside Google App Engine PHP 7.3 standard environment, together with Google Firestore as database and cache.
In addition to standard Laravel Framework benefits it offers:
- Simple, serverless setup.
- Downscaling to zero.
- Micro-service friendly design.
- Free tier eligibility.
- Capacity to deal with high loads.
Tags: #php
subscribe via RSS