Skip to content

Instantly share code, notes, and snippets.

View catalinabustam's full-sized avatar

Catalina Bustamante catalinabustam

View GitHub Profile
@catalinabustam
catalinabustam / # openssl@1.1 - 2017-09-06_11-24-58.txt
Created September 6, 2017 16:25
openssl@1.1 on macOS 10.9.5 - Homebrew build logs
Homebrew build logs for openssl@1.1 on macOS 10.9.5
Build date: 2017-09-06 11:24:58
/**
* Auto-generated code below aims at helping you parse
* the standard input according to the problem statement.
* ---
* Hint: You can use the debug stream to print initialTX and initialTY, if Thor seems not follow your orders.
**/
var inputs = readline().split(' ');
var lightX = parseInt(inputs[0]); // the X position of the light of power
var lightY = parseInt(inputs[1]); // the Y position of the light of power
class OsirixService
require 'xmlrpc/client'
XMLRPC::Config::ENABLE_NIL_PARSER = true # para que no den error cuando el metodo devuelve nil
# Ejemplo de uso:
# o = OsirixService.new('127.0.0.1','3334')
# o.display_study(PatientID: 'CC000001', StudyID: '1')
def initialize(ip, port)
@ip = ip