Skip to content

Instantly share code, notes, and snippets.

View exSnake's full-sized avatar
🏠
Working from home

Daniele Giaquinto exSnake

🏠
Working from home
View GitHub Profile
@exSnake
exSnake / Tab_Controller.bas
Created July 20, 2016 18:53
Controller e Implementazione per Tabelle/ListObject di Excel
Attribute VB_Name = "Tab_Controller"
Option Explicit
'Tab Controller che serve ad implementare tutte le funzioni non presenti
'nella listobject. Possiamo definirla come un interfaccia per le tabelle
'Ritorna la ListObject di una tabella presenta all'interno del foglio, accetta in ingresso
'il nome della ListObject
Public Function GetLobj(name As String) As ListObject
Set GetLobj = Range(name).ListObject
public static void main(String[] args) throws JsonParseException, JsonMappingException, IOException {
File jsonFile = new File("user.json");
Slot slots = null;
ObjectMapper mapper = new ObjectMapper();
slots = mapper.readValue(jsonFile, Slot.class);
for (Row row : slots.getRows()) {
System.out.println(row.getIdApparecchio());
@exSnake
exSnake / slot.json
Created May 25, 2016 21:43
Java JSON Example
{"page":1
,"total":1
,"records":138
,"rows":
[{"giorniForfait":6
,"interrogaLink":true
,"check":true
,"mediaUbicazione":90.4
,"mediaQuindicina":136.9
,"media":90.4,"cssClassName":""