This file contains 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
#include <iostream> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <fstream> | |
#include <cstdlib> | |
#include <cstring> | |
using namespace std; | |
//Suponiendo por predefinición | |
// 4 candidatos |
This file contains 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
require 'rubygems' | |
require 'rest_client' | |
require 'json' | |
require 'openssl' | |
require 'base64' | |
require 'uri' | |
require 'rexml/document' | |
require_relative 'lib/Common/product' | |
require_relative 'lib/Common/saaspose_app' |
This file contains 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
def comparacion | |
unless @keatingrogers.eql? "Alicorn" && @M_A_Larson.eql? "Draconiqus" | |
";)" | |
end |
This file contains 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
List<ActxTecnico> lista = averiaServices.rpteActuXTecnico(map); | |
//String json2 = util.toJsonJqGrid(new HashMap(), lista, npage, records, nrows, "codigoTecnico","Averia","resultActtXTecnicoAverias"); | |
String json = util.toJsonJqGrid(new ActxTecnico(), lista, npage, records, nrows, "codigoTecnico","Averia","resultActtXTecnicoAverias"); | |
java.lang.NoSuchMethodException: pe.com.tdp.perifericos.averias.bean.ActxTecnico.getCodigoTecnico() |
This file contains 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
<script type="text/javascript"> | |
var XHR = new XMLHttpRequest(); | |
XHR.open("GET", "http://shop.bodytrim.com.au/TrackingPixelList.txt", true); | |
//do watheva con alltext o lines. | |
allText = XHR.responseText; | |
lines = XHR.responseText.split("\n"); | |
XHR.send(null); |