samuelstein - Overview
Navigation Menu
Pinned Loading
-
commandline app to be used for check-in people via the great alf.io ticket reservation system
Java 1
-
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
-
converts a webpage to a pdf representation
Java
-
client-side integration of independent components at runtime
JavaScript
-
1
Type listType = new TypeToken<ArrayList<YourClass>>(){}.getType();
2
List<YourClass> yourClassList = new Gson().fromJson(jsonArray, listType);