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
chart.getTooltip().setPointFormat("<span style=\"color:{series.color}\">{series.name}</span>" + | |
": <b>{point.y}</b> ({point.percentage:.0f}%)<br/>"); | |
chart.getTooltip().setShared(true); | |
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
[11/22/13 17:20:32:259 COT] 00000106 SystemOut O (InmuebleParticipanteSPEController.java:380) TRACE [InmuebleParticipanteSPEController] - data en las 3 validaciones :truetruetrue | |
[11/22/13 17:20:34:462 COT] 00000106 SystemOut O (InmuebleParticipanteSPEController.java:912) TRACE [InmuebleParticipanteSPEController] - WS Codigo de Error2 | |
[11/22/13 17:20:34:462 COT] 00000106 SystemOut O (InmuebleParticipanteSPEController.java:913) TRACE [InmuebleParticipanteSPEController] - WS Descripcion FATAL : d:\CONSTITUCION_LINEA3\dataZip\03358ef9-0c22-4ae6-8255-c7eb6383963b (El sistema no puede encontrar la ruta especificada.) | |
[11/22/13 17:20:34:463 COT] 00000106 SystemOut O (InmuebleParticipanteSPEController.java:914) TRACE [InmuebleParticipanteSPEController] - WS Servicio0 | |
[11/22/13 17:20:34:463 COT] 00000106 SystemOut O (InmuebleParticipanteSPEController.java:394) TRACE [InmuebleParticipanteSPEController] - El codigo numero de hoja es: Error |
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
/* jQuery.print, version 1.0.3 | |
* (c) Sathvik Ponangi, Doers' Guild | |
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/) | |
*--------------------------------------------------------------------------*/ | |
(function($) {"use strict"; | |
// A nice closure for our definitions | |
function getjQueryObject(string) { | |
// Make string a vaild jQuery thing |
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
private String getMimeFromByte(byte[] src) { | |
if (src[0] == 0x25 && src[1] == 0x50 && src[2] == 0x44 && src[3] == 0x46) { | |
return "application/pdf"; | |
} | |
if (src[0] == 0x50 && src[1] == 0x4b) { | |
return "application/zip"; | |
} | |
if (src[0] == 0xd0 && src[1] == 0xcf && src[2] == 0x11 && src[3] == 0xe0 && src[4] == 0xa1 && src[5] == 0xb1 && src[6] == 0x1a && src[7] == 0xe1) { | |
return "application/vnd.ms-powerpoint"; |
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
package org.sunarp.copiasimple.bean; | |
import java.io.Serializable; | |
import java.util.ArrayList; | |
import java.util.Iterator; | |
import java.util.List; | |
import javax.faces.bean.ManagedBean; | |
import javax.faces.bean.ManagedProperty; | |
import javax.faces.bean.SessionScoped; | |
import javax.faces.component.UIComponent; |
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
package org.sunarp.copiasimple.bean; | |
import java.io.Serializable; | |
import java.util.ArrayList; | |
import java.util.Iterator; | |
import java.util.List; | |
import javax.faces.bean.ManagedBean; | |
import javax.faces.bean.ManagedProperty; | |
import javax.faces.bean.SessionScoped; | |
import javax.faces.component.UIComponent; |
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
@ManagedBean(name = "cTitulo") | |
@SessionScoped | |
public class BeanManegerRegisPublico implements Serializable { | |
private List<RegisPublico> sourceZN = new ArrayList<RegisPublico>(); | |
private List<RegisPublico> targetZN = new ArrayList<RegisPublico>(); | |
private DualListModel<RegisPublico> zonaRegistral; | |
private String selectedzonas; |
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
[18/04/13 10:37:20:744 COT] 00000063 AdminHelper Z ADMN1009I: An attempt is made to start the Sunarp_Base application. | |
[18/04/13 10:37:20:774 COT] 00000063 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=Sunarp_Base in BLA WebSphere:blaname=Sunarp_Base. | |
[18/04/13 10:37:22:401 COT] 00000063 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@209734758 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-1881690379 ( org.hibernate.annotations.JoinColumnOrFormula.formula ) ] Name [ null ] Description [ Lorg/hibernate/annotations/JoinFormula; ] Call in violation of protocol | |
[18/04/13 10:37:22:401 COT] 00000063 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@209734758 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@703615062 ( org.hibernate.annotations.JoinColumnOrFormula.column ) ] Name [ null ] Description [ |
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' |
NewerOlder