Posts

  • emoji-translate

    :books: Translate text to ✨emoji ✨!

    You know how sometimes you type English and it has all these letters and words and no emoji? Yeah, emoji-translate fixes that.

    Tags: #javascript

  • DataFixerUpper

    A set of utilities designed for incremental building, merging and optimization of data transformations.

    A set of utilities designed for incremental building, merging, and optimization of data transformations. Created for converting the game data for Minecraft: Java Edition between different versions of the game.

    Tags: #java • mojang-active

  • TechReborn

    Tech Reborn is a completely standalone tech mod including tools and machines to gather resources, process materials, and progress through the mod. https://www.curseforge.com/minecraft/mc-mods/techreborn

    TechReborn is a resurrection of GregTech 2.78 for modern Minecraft. It brings most of it’s features and behaviors to Minecraft, with lots of tweaks, and a few editions. It also aims to be more compatible with other mods than GregTech, and has the ultimate goal of becoming a standalone mod, compatible with, but not dependent on IC2. We have no plans of ever supporting IC2 classic as of now.

    TechReborn is currently in a beta state. Crashes or bugs may happen at any time, so please do not use this on a world that is important to you, or at the very least back it up on every update.

    We have permission to use Greg’s textures (see here).

    Tags: #java • mod • minecraft

  • plaid-ruby

    Ruby bindings for Plaid

    The official Ruby bindings for the Plaid API. It’s generated from our OpenAPI schema.

    Tags: #ruby

  • wasavi

    wasavi is an extension for Chrome, Firefox, and Opera. wasavi changes a textarea element to virtual vi editor which supports almost all the vi/ex commands.

    Chrome has reserved some fundamental shortcuts, such as Ctrl+T, Ctrl+W and Ctrl+N. Although these keys cannot be used in wasavi, you can use Alt+T, Alt+W and Alt+N.

    Frequently Asked Questions

    Tags: #javascript • vi • extension

  • malcom

    Malcom - Malware Communications Analyzer

    Malcom is a tool designed to analyze a system’s network communication using graphical representations of network traffic, and cross-reference them with known malware sources. This comes handy when analyzing how certain malware species try to communicate with the outside world.

    Tags: #python • malware • network-traffic

  • HyperPose

    Library for Fast and Flexible Human Pose Estimation

    HyperPose is a library for building high-performance custom pose estimation applications.

    Tags: #python • tensorlayer • tensorflow

  • hashids-java

    Hashids algorithm v1.0.0 implementation in Java

    A small Java class to generate YouTube-like hashes from one or many numbers.

    Ported from javascript hashids.js by Ivan Akimov

    Tags: #java

  • simple_token_authentication

    Simple (and 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 Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are 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

  • android-gesture-detectors

    Gesture detector framework for multitouch handling on Android, based on Android’s ScaleGestureDetector

    If you want to use the ScaleGestureDetector and/or the gesture detectors from this project, please read my tutorial: code.almeros.com/android-multitouch-gesture-detectors

    Tags: #java

subscribe via RSS