Skip to content
View samuelstein's full-sized avatar

Block or report samuelstein

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cli-checkin-alf.io cli-checkin-alf.io Public

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

    Java 1

  2. mediumrss mediumrss Public

    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. html2pdf html2pdf Public

    converts a webpage to a pdf representation

    Java

  4. micro-frontends-poc micro-frontends-poc Public

    client-side integration of independent components at runtime

    JavaScript

  5. Deserialize generic list with gson Deserialize generic list with gson
    1
    Type listType = new TypeToken<ArrayList<YourClass>>(){}.getType();
    2
    List<YourClass> yourClassList = new Gson().fromJson(jsonArray, listType);
  6. pi4j-example-components pi4j-example-components Public

    Forked from Pi4J/pi4j-example-components

    Java