Posts

  • 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

  • jphp

    JPHP - an implementation of PHP on Java VM

    We develop a new IDE for beginners like Game Maker or Scirra Construct. It’s based on JPHP, JavaFX, Java 8, Gradle and allows to create desktop games and apps for Linux, Windows and Mac (maybe Android and other platforms in future). The project name is DevelNext (https://github.com/jphp-group/develnext-ide), the current status and version of the project is BETA. The project has not yet been localized in English.

    Tags: #java • php • php-language

  • build-info

    Artifactory’s open integration layer for CI build servers

    Build Info is Artifactory’s open integration layer for the CI servers and build tools. The build information is sent to Artifactory in json format.

    Tags: #java

  • ionic-image-loader

    Ionic 2+ Component that loads images in a background thread and caches them for later use

    Ionic Module that loads images in a background thread and caches them for later use. Uses HttpClient from Angular 4+, and cordova-plugin-file via ionic-native wrappers.

    Tags: #typescript • ionic

  • phpvirtualbox

    A web interface to manage and access Virtualbox machines.

    phpVirtualBox is from 2017 maintained by Smart Guide Pty Ltd (tudor at smartguide dot com dot au)

    with support from various contributors (see https://github.com/phpvirtualbox/phpvirtualbox/graphs/contributors)

    Originally Copyright (C) 2015 Ian Moore (imoore76 at yahoo dot com)

    FREE, WITHOUT WARRANTY:

    All files of this program (phpVirtualBox) are distributed under the terms contained in the LICENSE.txt file in this folder unless otherwise specified in an individual source file. By using this software, you are agreeing to the terms contained therein. If you have not received and read the license file, or do not agree with its conditions, please cease using this software immediately and remove any copies you may have in your possession.

    Tags: #php

  • sdfs

    Deduplication Based Filesystem

    What is this?

    A deduplicated file system that can store data in object storage or block storage.

    Tags: #java

  • cypress-graphql-mock

    Adds commands for executing a mocked GraphQL server using only the client

    Adds commands for executing a mocked GraphQL server using only the client

    Tags: #typescript

  • php-terminal-gameboy-emulator

    A PHP Terminal GameBoy Emulator

    Tags: #php

  • android-beacon-library

    Allows Android apps to interact with BLE beacons

    It allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of approximately 1Hz.

    Tags: #java

subscribe via RSS