home
to by anonymous
import java.io.StringReader;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.index.IndexWriter;to by anonymous
public static void main (String ... args) throws Exception{
IndexWriter iw_temp = new IndexWriter("i.temp",new StandardAnalyzer());
IndexWriter iw = new IndexWriter("i",new StandardAnalyzer());
to by mikel
erral@lindari:~/Desktop/ujiConfig-2.0.3$ keytool -genkey -alias erral
erral@lindari:~/Desktop/ujiConfig-2.0.3$ jar cf ujiConfig-2.0.3.jar *
erral@lindari:~/Desktop/ujiConfig-2.0.3$ jarsigner ujiConfig-2.0.3.jar erral
to by nando.quintana
// Carlos Fernández http://www.vloj.com/archives/98
package org.notame.android;
import android.app.Activity;
import android.content.Intent;to by brecke
try {
Registry rmi = LocateRegistry.createRegistry(port);
rmi.bind("binding_name", service);
} catch (Exception e) {
log.fatal("Could not instanciate the specified bean", e);to by anonymous
// http://developers.facebook.com/clientlibs/facebook_java_client.zip
/*
+---------------------------------------------------------------------------+
| Facebook Development Platform Java Client |to by franklin
// http://cricava.com/java/encriptacion_y_desencriptacion_de_cadenas_usando_claves
//
// Mariano Iglesias
String cadenaEncriptada = Cifrador.encriptar("clave", "Mi Cadena"); to by anonymous
// http://www.java2s.com/Tutorial/Java/0120__Development/Replaceonestringwithanotherstring.htm
public class MainClass
{
public static void main( String args[] )to by mikel
Variables to set, before executing the code
PATH_TO_P12_CERTIFICATE_FILE
CERTIFICATE_PASSWORD
CERTIFICATE_PASSWORD
INPUT_FILE_PATH_TO_SIGN