code stringlengths 3 1.18M | language stringclasses 1
value |
|---|---|
/*
* Copyright (c) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | Java |
package com.ase.jython;
import java.util.List;
import javax.script.Bindings;
import javax.script.ScriptContext;
import org.python.core.Py;
import org.python.core.PyClass;
import org.python.core.PyList;
import org.python.core.PyObject;
import org.python.core.PyString;
public class JythonObject extends P... | Java |
package com.ase.jython;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineFactory;
public class JythonScriptEngineFactory implements ScriptEngineFactory {
public String getEngineName() {
return "jyt... | Java |
package com.ase.jython;
import java.io.IOException;
import java.io.Reader;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import javax.script.AbstractScriptEngine;
import javax.script.Bindings;
import javax.script.Compilable;
import javax.script... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class ListBdAnotacionesData {
private static final int ROW_COUNT = 100;
public void listTestData() throws PersistentException {
orm.DAOFactory lDAOFactory = orm.DAOFactory.getDAOFactory();
System.o... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class DropBdAnotacionesDatabaseSchema {
public static void main(String[] args) {
try {
System.out.println("Are you sure to drop table(s)? (Y/N)");
java.io.BufferedReader reader = new java.io.Buffe... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class DeleteBdAnotacionesData {
public void deleteTestData() throws PersistentException {
PersistentTransaction t = orm.BdAnotacionesPersistentManager.instance().getSession().beginTransaction();
try {
... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class RetrieveAndUpdateBdAnotacionesData {
public void retrieveAndUpdateTestData() throws PersistentException {
PersistentTransaction t = orm.BdAnotacionesPersistentManager.instance().getSession().beginTr... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class CreateBdAnotacionesDatabaseSchema {
public static void main(String[] args) {
try {
ORMDatabaseInitiator.createSchema(orm.BdAnotacionesPersistentManager.instance());
orm.BdAnotacionesPersiste... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package ormsamples;
import org.orm.*;
public class CreateBdAnotacionesData {
public void createTestData() throws PersistentException {
PersistentTransaction t = orm.BdAnotacionesPersistentManager.instance().getSession().beginTransaction();
try {
... | Java |
package SOAPVO;
public class CursoSOAPVO {
int id_curso;
String nombre;
public static CursoSOAPVO crearCursoSOAPVO(orm.Tan_curso cursoOrm) {
CursoSOAPVO objeto = new CursoSOAPVO();
objeto.setId_curso(cursoOrm.getCu_id());
objeto.setNombre(cursoOrm.... | Java |
package SOAPVO;
public class AnotadorSOAPVO {
String rut;
String nombre;
int id;
public static AnotadorSOAPVO crearAnotadorSOAPVO(orm.Tan_anotador anotadorOrm) {
AnotadorSOAPVO objeto = new AnotadorSOAPVO();
objeto.setNombre(... | Java |
package SOAPVO;
public class SubsectorSOAPVO {
int id_subsector;
String descripcion;
int id_curso;
public static SubsectorSOAPVO crearSubsectorSOAPVO(orm.Tan_subsector subsectorOrm) {
SubsectorSOAPVO objeto = ne... | Java |
package SOAPVO;
public class AlumnoSOAPVO {
int id;
String nombre;
String rut;
String descripcion;
int curso;
public static AlumnoSOAPVO crearAlumnoSOAPVO(orm.Tan_alumno
alumnoOrm) {
AlumnoSOAPVO objeto = new AlumnoSOAPVO();
... | Java |
package SOAPVO;
import java.util.Date;
public class AnotacionSOAPVO {
int idAnotacion;
int tipo_anotacion;
int idAlumno;
int idAnotador;
String al_nombre;
String an_nombre;
String an_descripcion;
String descripcion;
Da... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
/**
* "Visual Paradigm: DO NOT MODIFY THIS FILE!"
*
* This is an automatic generated file. It will be regenerated every time
* you generate persistence class.
*
* Modifying its content may cause the program not work, or your work may lost.
*/
/**
* Licensee: DuKe TeAm
* License Type: Purchased
... | Java |
package Otros;
public class Validar {
public boolean vacio(String texto)
{
for(int i=0;i< texto.length();i++){
if(texto.charAt(i) != ' '){
return false;
}
}
return true;
}
}
| Java |
package Otros;
import org.orm.PersistentException;
import org.orm.PersistentTransaction;
import orm.BdAnotacionesPersistentManager;
public class CreateAnotadorData {
public void createTestData() throws PersistentException {
PersistentTransaction t = BdAnotacionesPersistentManager.instance().g... | Java |
package Otros;
import org.orm.PersistentException;
import org.orm.PersistentTransaction;
import orm.BdAnotacionesPersistentManager;
public class CreateAlumnoData {
int a=1;
public void createTestData() throws PersistentException {
PersistentTransaction t = BdAnotacionesPersistentManager.instance().ge... | Java |
package Otros;
import org.orm.PersistentException;
import org.orm.PersistentTransaction;
import orm.BdAnotacionesPersistentManager;
public class CreateCursoData {
public void createTestData() throws PersistentException {
PersistentTransaction t = BdAnotacionesPersistentManager.instance().getS... | Java |
package Otros;
public class Respuestas {
}
| Java |
package Otros;
import org.orm.PersistentException;
import org.orm.PersistentTransaction;
import orm.BdAnotacionesPersistentManager;
public class CreateSubsectorData {
int a=1;
public void createTestData() throws PersistentException {
PersistentTransaction t = BdAnotacionesPersistentManager.insta... | Java |
/**
* Licensee: DuKe TeAm
* License Type: Purchased
*/
package Otros;
import org.orm.*;
import orm.BdAnotacionesPersistentManager;
public class CreateTipoAnotacionesData {
public void createTestData() throws PersistentException {
PersistentTransaction t = BdAnotacionesPersistentM... | Java |
package ws;
import java.util.ArrayList;
import java.util.Collection;
import org.orm.PersistentException;
import SOAPVO.AlumnoSOAPVO;
import com.google.gson.Gson;
public class AlumnoSOA {
/**
* Metodo que realiza una busqueda por curso de todos los alumnos existentes.
* @return json almacena todos ... | Java |
package cl.clientesws;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapPrimitive;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.AndroidHttpTransport;
public c... | Java |
package cl.clientesws;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapPrimitive;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.AndroidHttpTransport;
public c... | Java |
package cl.vo;
public class DatosPublicaciones {
/**
*
*/
public String monto;
/**
*
*/
public String descripcion;
/**
*
*/
public String rut;
/**
*
* @return
*/
public String getMonto() {
return monto;
}
/**
*
* @param monto
*/
public void setMonto(String monto) {
this.monto = monto;
}
/**
... | Java |
package cl.vo;
public class DatosPersona {
/**
*
*/
public String rut;
/**
*
*/
public String nombre;
/**
*
*/
public String sexo;
/**
*
* @return
*/
public String getRut() {
return rut;
}
/**
*
* @param rut
*/
public void setRut(String rut) {
this.rut = rut;
}
/**
*
* @return
*/
public ... | Java |
package cl.clientesoa;
import android.app.Activity;
import android.os.Bundle;
public class ClienteSOAOFERTA extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.... | Java |
package cl.clientesoa;
import android.app.TabActivity;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.widget.TabHost;
/**
* Clase que contiene las Tab de la aplicacion
* @author MariaJose
*
*/
public class TabSoaOferta extends TabActivity {
@Ove... | Java |
package cl.clientesoa;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Butt... | Java |
package ufro.pdssoaws;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapPrimitive;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.AndroidHttpTransport;
... | Java |
package ufro.pdssoaws;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapPrimitive;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.AndroidHttpTransport;
pu... | Java |
package ufro.pdsvo;
public class DatosAnotador{
String rut;
String nombre;
int id;
/**
*
* @return
*/
public int getId(){
return id;
}
/**
*
* @param id
*/
public void setId(int id){
this.id = id;
}
/**
... | Java |
package ufro.pdsvo;
public class DatosAnotacion {
/**
*
*/
int idAnotacion;
int tipo_anotacion;
String tipo_anotacion2;
int idAlumno;
int idAnotador;
String al_nombre;
String an_nombre;
String an_descripcion;
String descripcion;
String ta_descripcion;
String fecha;
/**
*
... | Java |
package ufro.pdsvo;
public class DatosSubsector {
int id_subsector;
String descripcion;
int id_curso;
/**
*
* @return
*/
public int getId_subsector(){
return id_subsector;
}
/**
*
* @param id_subsector
*/
public void setId_subsect... | Java |
package ufro.pdsvo;
public class DatosCurso {
int id_curso;
String nombre;
/**
*
* @return
*/
public int getId_curso(){
return id_curso;
}
/**
*
* @param id_curso
*/
public void setId_curso(int id_curso){
this.id_curso = id_curso ;
}
/**
*
* @return
*/
... | Java |
package ufro.pdsvo;
public class DatosTipoAnotacion {
int ta_id;
public int getTa_id() {
return ta_id;
}
public void setTa_id(int ta_id) {
this.ta_id = ta_id;
}
public String getTa_descripcion() {
return ta_descripcion;
}
public void setTa_descripcion(String ta_descripcion) {
this.ta_d... | Java |
package ufro.pdsvo;
public class DatosAlumno {
public int id;
public String nombre;
public String rut;
public String descripcion;
public int curso;
/**
*
* @return
*/
public int getId() {
return id;
}
/**
*
* @param id
*/
public void setId(int i... | Java |
package ufro.pds;
import ufro.pdssoaws.AnotacionesSOAWS;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class AnotacionesActivity extends Activity {
/** Called when the acti... | Java |
package ufro.pds;
import java.util.ArrayList;
import java.util.Calendar;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import ufro.pdssoaws.AlumnoSOAWS;
import ufro.pdssoaws.AnotacionesSOAWS;
import android.app.Activity;
import android.app.DatePickerDialog;
import... | Java |
package earthalbumext;
public class FlickrAPI {
private final static String API_KEY = "188156d91f52c365f7baf9a384330176";
private final static String FORMAT = "rest";
private final static String FLICKR_PHOTOS_SEARCH = "flickr.photos.search";
private final static String FLICKR_PHOTOS_GETINFO = "flickr.photos.... | Java |
package earthalbumext;
import java.io.IOException;
import javax.servlet.http.*;
import java.io.PrintWriter;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
@SuppressWarnings("serial")
public class earthalbumextServlet extends HttpServlet {
@Override
public void do... | Java |
package earthalbumext;
import java.io.IOException;
import javax.servlet.http.*;
import java.io.PrintWriter;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
@SuppressWarnings("serial")
public class getInfoServlet extends HttpServlet {
@Override
public void doGet(Ht... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will ... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | Java |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | Java |
/*
* Copyright (C) 2012 Trilarion
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribu... | Java |
/*
* Copyright (C) 2012 Trilarion
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribu... | Java |
/*
* Copyright (C) 2012 Trilarion
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribu... | Java |
/*
* Copyright (C) 2012 Trilarion
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribu... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | Java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.