Posts
-
alfred-github-workflow
GitHub Workflow for Alfred 3/4
In Alfred type (
gh > login) to authenticate against your account. The login uses OAuth, so you do not have to enter your credentials.Tags: #php • github • alfred
-
EnchantmentCracker
Cracking the XP seed in Minecraft and choosing your enchantments
Cracking the XP seed in Minecraft and choosing your enchantments.
Tags: #java
-
lcm
Lightweight Communications and Marshalling
Tags: #java
-
simple_token_authentication
Simple (but safe) token authentication for Rails apps or API with Devise.
First install [Devise][devise] and configure it with any modules you want, then add the gem to your
Gemfileandbundle install:# Gemfile gem 'simple_token_authentication', '~> 1.0' # see semver.orgOnce that done, only two steps are required to setup token authentication:
- Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
- Allow controllers to handle token authentication (Rails, Rails API, and
ActionController::Metalare supported)
If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.
Tags: #ruby • devise • authentication
-
whitelist
A simple tool to add commonly white listed domains to your Pi-Hole setup.
- Features
- Overview
- Installation
- Uninstall
- Automated Update
- How do I determine an ad domain?
- Stargazers over time
- Support
- License
Tags: #python • pi-hole • ad-blocker
-
play-store-api
Google Play Store protobuf API wrapper in java
Google Play Store protobuf API wrapper in java
Tags: #java • play-store • playstore
-
websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
websockify was formerly named wsproxy and was part of the noVNC project.
At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions.
Tags: #python • websockify • websockets
-
DeBERTa
The implementation of DeBERTa
This repository is the official implementation of DeBERTa: Decoding-enhanced BERT with Disentangled Attention
Tags: #python • bert • deeplearning
-
zetta
An API-first, open source software platform for the Internet of Things.
Zetta is an open source, API-first, Node.js-based platform for the Internet of Things. To learn more about Zetta now, jump to Introduction to Zetta on the Zetta doc wiki.
Tags: #javascript
-
vue-sfc-rollup
Quickly generate redistributable Vue components with Rollup
vue-sfc-rollup is a CLI templating utility that scaffolds a minimal setup for compiling a Vue Single File Component (SFC) - or library of multiple SFCs - into a form ready to share via npm. It doesn’t assume any particular flavor of CSS or docs generator, so you can use what you’re already used to. It’s the fastest way to produce npm-ready vue components!
Tags: #javascript
subscribe via RSS