Posts

  • alpine-magic-helpers

    A collection of magic properties and helper functions for use with Alpine.js

    A collection of magic properties and helper functions for use with Alpine.js version 2

    :warning: Notice: This collection of helpers will be tied to version 2 of Alpine and will only receive bug fixes and minor updates as needed.

    → New features and plugins for V3 that will be found in the toolkit repo.

    Tags: #javascript • alpinejs • magic-helper

  • fuzzball.js

    Easy to use and powerful fuzzy string matching, port of fuzzywuzzy.

    Tags: #javascript • fuzzywuzzy • fuzzy-search

  • hoosegow

    Ephemeral Docker jails for running untrusted Ruby code

    Ephemeral Docker jails for running untrusted Ruby code.

    Hoosegow runs both in your code and in a Docker container. When you call a method on a Hoosegow instance, it proxies the method call to another instance of Hoosegow running inside a Docker container.

    Tags: #ruby

  • webvr-boilerplate

    A starting point for web-based VR experiences that work on all VR headsets.

    A THREE.js-based starting point for cross-platform web-based VR experiences.

    This project relies heavily on the WebVR Polyfill to provide VR support if the WebVR API is not implemented. It also uses the WebVR UI project to render the UI to enter VR and magic window modes. See here for a live demo.

    Tags: #javascript

  • geometry-api-java

    The Esri Geometry API for Java enables developers to write custom applications for analysis of spatial data. This API is used in the Esri GIS Tools for Hadoop and other 3rd-party data processing solutions.

    The Esri Geometry API for Java can be used to enable spatial data processing in 3rd-party data-processing solutions. Developers of custom MapReduce-based applications for Hadoop can use this API for spatial processing of data in the Hadoop system. The API is also used by the Hive UDF’s and could be used by developers building geometry functions for 3rd-party applications such as Cassandra, HBase, Storm and many other Java-based “big data” applications.

    Tags: #java • data-management • geometry-api-java

  • ipscan

    Angry IP Scanner - fast and friendly network scanner

    This is the source code of Angry IP Scanner, licensed with GPL v2. Official site

    The code is written mostly in Java (currently, source level 11). SWT library from Eclipse project is used for GUI that provides native components for each supported platform.

    The project runs on Linux, Windows and macOS.

    Tags: #java

  • JedAIToolkit

    An open source, high scalability toolkit in Java for Entity Resolution.

    JedAI constitutes an open source, high scalability toolkit that offers out-of-the-box solutions for any data integration task, e.g., Record Linkage, Entity Resolution and Link Discovery. At its core lies a set of domain-independent, state-of-the-art techniques that apply to both RDF and relational data. These techniques rely on an approximate, schema-agnostic functionality based on (meta-)blocking for high scalability.

    JedAI can be used in three different ways:

    1) As an open source library that implements numerous state-of-the-art methods for all steps of the end-to-end ER work presented in the figure below. 2) As a desktop application with an intuitive Graphical User Interface that can be used by both expert and lay users. 3) As a workbench that compares the relative performance of different (configurations of) ER workflows.

    This repository contains the code (in Java 8) of JedAI’s open source library. The code of JedAI’s desktop application and workbench is available in this repository.

    Several datasets already converted into the serialized data type of JedAI can be found here.

    You can find a short presentation of JedAI Toolkit here.

    Tags: #java • entity-resolution • entity-matching

  • vue-infinite-loading

    An infinite scroll plugin for Vue.js.

    An infinite scroll plugin for Vue.js, to help you implement an infinite scroll list more easily.

    Tags: #javascript • vue • infinite-scroll-plugin

  • kindlefodder

    Bring web docs to the Kindle

    Kindlefodder is a Ruby framework and a collection of recipes for translating website-bound books and documentation into Kindle ebooks that are easy to navigate and a pleasure to peruse. Web browsers are good for scanning information, but Kindles are a lot better when you want to block out distractions and actually learn something.

    The ebooks posted here will in most cases be derived from material published under a Creative Commons license. I am grateful to the original authors for writing such good and useful material. They are welcome to take these ebooks and recipes, modify them, and distribute them under their own name.

    Tags: #ruby

  • stringz

    :100: Super fast unicode-aware string manipulation Javascript library

    A really small, performant, unicode-aware library for working with Strings in Node.js.

    Javascript has a serious problem with unicode. Even ES6 can’t solve the problem entirely since some characters like the new colored emojis are three bytes instead of two bytes. Sometimes even more! "👍🏽".length returns 4 which is totally wrong (hint: it should be 1!). ES6’s Array.from tried to solve this, but that even fails: Array.from("👍🏽") returns ["👍", "🏽"] which is incorrect. This library tries to tackle all these problems with a mega RegExp. Read More Here.

    Tags: #typescript • unicode • substr

subscribe via RSS