Skip to content

Instantly share code, notes, and snippets.

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

fiorenzo pizza fiorenzino

🏠
Working from home
View GitHub Profile
@fiorenzino
fiorenzino / index.html
Created September 18, 2020 16:49
Org. Chart CSS
<div class="tree">
<ul>
<li>
<a href="#">President Director <br/>Tetsuo Nakai</a>
<ul>
<li>
<a href="#">
HR &amp; Administration<br/>
Heli Neo<br/>Manager</a>
<ul>
@fiorenzino
fiorenzino / 1ML-project.flower
Created December 29, 2019 10:34
1ML project
todo 2020 project
- 1 ml client android
- 1 cluster of servers
- 1 ml of key/value pairs
- 1 db of last positions geojson
web pages to interact with system
candidates technologies
mvn io.quarkus:quarkus-maven-plugin:0.17.0:create \
-DprojectGroupId=it.ictgroup \
-DprojectArtifactId=primo \
-DclassName="it.ictgroup.TestRs" \
-Dpath="/test"
cd primo
package it.coopservice.api.service;
import io.quarkus.hibernate.orm.panache.PanacheEntity;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import org.jboss.logging.Logger;
import javax.persistence.NoResultException;
import javax.transaction.Transactional;
import javax.ws.rs.*;
import javax.ws.rs.core.Context;
@fiorenzino
fiorenzino / è solo un test del òàè+=)èé
Last active January 6, 2016 20:02
prova di creazione di un gist
## gist one
@fiorenzino
fiorenzino / content.MD
Created October 17, 2015 13:00
primo post del blog

prova prova

@fiorenzino
fiorenzino / 0_reuse_code.js
Created October 10, 2015 09:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@fiorenzino
fiorenzino / content.MD
Last active October 17, 2015 14:30
appunti peppol

Peppol: Connect Once, Communicate Everywhere

  • Connect once, get access to all
  • Within regions, cross markets, cross border
  • Reach ALL your customers
  • Based on open standards, freely available
  • From catalogue, through order to invoice

The goal of PEPPOL is to enable any SME to trade with any public authority within the European market and exchange documents without any previous bi-lateral setup or technical agreements.

package net.toutantic.jgit;
import static org.junit.Assert.*;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Collection;
import java.util.Iterator;

Raw

Raw

Example 1. Task list from the imported Ant project
$ gradle tasks
:tasks