Skip to content

Instantly share code, notes, and snippets.

View sergiougalde's full-sized avatar
馃彔
Working from home

Sergio Ugalde sergiougalde

馃彔
Working from home
View GitHub Profile
@sergiougalde
sergiougalde / Impresora.java
Last active July 20, 2020 15:03
Imprimir con Java en una impresora de tickets Epson tmu 220En muchos lugares se habla de como imprimir con Java en una epson tmu 220 , he encontrado mucho sobre y he encontrado muchas recomendaciones de usar epson java pos (http://www.javapos.com/de
import java.io.*;
/**
* Class declaration
*
* @author
* @version 1.10, 08/04/00
*/
public class Impresora {
//Variables de acceso al dispositivo
@sergiougalde
sergiougalde / NumeroALetras.js
Last active April 10, 2020 18:26 — forked from alfchee/NumeroALetras.js
C贸digo en JavaScript que convierte n煤meros a letras, bastante 煤til para formularios de documentos contables y similares
/*************************************************************/
// NumeroALetras
// The MIT License (MIT)
//
// Copyright (c) 2015 Luis Alfredo Chee
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
@sergiougalde
sergiougalde / JavaSSLServer.java
Created October 26, 2018 02:22
Without keystore, both the server and client will fail. This video show how to generate keystore using keytool program. Then run server and client with keystore and password. Type the following command in your command window to create a keystore n
package javasslserver;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.logging.Level;
import java.util.logging.Logger;
@sergiougalde
sergiougalde / Devops Atlassians stack.sh
Created November 27, 2018 05:08
Process of inallation of set of tools so as to have a home made a devops server. From scratch
#Installation is done on ubuntu server
#Prereq: git, ruby, python, tcl ,java jdk, nginx , postgresql
# Unleash the dev potential....
BAMBOO_VERSION=6.1.1
BITBUCKET_VERSION=5.3.0
CONFLUENCE_VERSION=6.3.3
JIRA_VERSION=7.4.2
CROWD_VERSION=2.12.0
CRUCIBLE_VERSION=4.4.2
SONAR_QUBE_VERSION=6.5

Bamboo Plan Dashing Widget

Dashing widget to display plan build details from your Bamboo instance.

Preview

Bamboo Dashing Widget

Installation