Dashing widget to display plan build details from your Bamboo instance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*************************************************************/ | |
// 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
/** | |
* Class declaration | |
* | |
* @author | |
* @version 1.10, 08/04/00 | |
*/ | |
public class Impresora { | |
//Variables de acceso al dispositivo |