Skip to content

Instantly share code, notes, and snippets.

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

Pablo E. Medina pemedina

🏠
Working from home
View GitHub Profile
@pemedina
pemedina / ConfigServiceProvider.php
Created November 10, 2017 14:18
Cilex 2.* Config Service Provider
<?php
/*
* This file is part of the Cilex framework.
*
* (c) Mike van Riel <mike.vanriel@naenius.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
@pemedina
pemedina / XMLSignature.java
Created April 21, 2018 15:53 — forked from jsbsantos/XMLSignature.java
XMLSignature impl
package ccf.comum.util;
import java.io.BufferedWriter;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;