Posts

  • nodebox

    Node-based data application for visualization and generative design

    NodeBox requires the Java JDK, and Homebrew (for Ant and Maven)

    NodeBox uses Ant and Maven to build a running version. Install these first:

    brew install ant maven
    

    Then from the Terminal, run:

    git clone https://github.com/nodebox/nodebox.git
    cd nodebox
    ant run
    
    # To create a full app (the build will be in dist/mac):
    ant dist-mac
    

    Tags: #java β€’ nodebox β€’ graphics

  • react-native-marquee

    React Native Marquee Text Component

    A pure JavaScript marquee text component for react native.

    Tags: #typescript β€’ react-native β€’ ios

  • puppeteer-heap-snapshot

    API and CLI tool to fetch and query Chome DevTools heap snapshots.

    Capture heap snapshots and query the snapshot for objects matching a set of properties. Read more about it in this blog post.

    Tags: #typescript

  • epub-press-clients

    πŸ“¦ Clients for building books with EpubPress.

    Easy to use clients for building ebooks with EpubPress.

    Backend code can be found in haroldtreen/epub-press.

    Follow us on Twitter.

    Tags: #javascript β€’ ebook β€’ article

  • flatware

    A parallel test runner for RSpec and Cucumber with pretty output

    Flatware parallelizes your test suite to significantly reduce test time.

    Tags: #ruby

  • reaper

    Social media scraping / data collection tool for the Facebook, Twitter, Reddit, YouTube, Pinterest, and Tumblr APIs

    • Support for 6 social media platforms
    • CSV output
    • Instructions for getting API keys
    • API key management
    • Download queuing system
    • Error management
    • Disk caching for big data
    • Ability to read a list of inputs from CSV and text files
    • Ability to append to exsting data
    • Dark theme
    • UTF-8 and ASCII support

    Tags: #python β€’ scraping β€’ facebook

  • webp-express

    Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP

    Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP.

    The plugin is available on the Wordpress codex (here). But well, it is developed (here on github).

    News: I have added the vendor folder to the repo. To install the plugin here from github, you can simply download the zip and unzip it in your plugin folder

    Tags: #php

  • react-to-pdf

    Generate pdf from react components

    Easily create pdf documents from React components.

    Tags: #typescript β€’ react β€’ pdf-generation

  • graphqlhub

    The GraphQLHub Server

    Want to install the various GraphQLHub schemas and use on your own? See graphqlhub-schemas for details.

    Tags: #javascript

  • Mappedbus

    Mappedbus is a low latency message bus for Java microservices utilizing shared memory. http://mappedbus.io

    Mappedbus was inspired by Java Chronicle with the main difference that it’s designed to efficiently support multiple writers – enabling use cases where the order of messages produced by multiple processes are important.

    The throughput (on a laptop, i7-4558U @ 2.8 GHz) between a single producer writing at full speed and a single consumer is around 14 million messages per second (a small message consisting of three integer fields), and the average read/write latency is around 70 ns per message.

    Mappedbus is a lock-free data structure.

    Mappedbus does not create any objects after startup and therefore has Zero GC impact.

    Tags: #java β€’ ipc β€’ memory-mapped-file

subscribe via RSS