samuelstein - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View samuelstein's full-sized avatar

Samuel samuelstein

Block or report samuelstein

Pinned Loading

  1. commandline app to be used for check-in people via the great alf.io ticket reservation system

    Java 1

  2. A plugin for Grav CMS that fetches the RSS profile page feed from Medium and displays the titles and teasers of your articles in a list.

    PHP 1

  3. converts a webpage to a pdf representation

    Java

  4. client-side integration of independent components at runtime

    JavaScript

  5. 1

    Type listType = new TypeToken<ArrayList<YourClass>>(){}.getType();

    2

    List<YourClass> yourClassList = new Gson().fromJson(jsonArray, listType);