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

Bamboo Plan Dashing Widget

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

Preview

Bamboo Dashing Widget

Installation

@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
@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