code
stringlengths
3
1.18M
language
stringclasses
1 value
/* * Copyright (C) 2008 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...
Java
/* * Copyright (C) 2008 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...
Java
/* * Copyright (C) 2008 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 agree...
Java
/* * Copyright (C) 2008 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...
Java
/* * Copyright (C) 2008 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...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2006-2007 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 ...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Copyright (C) 2007 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 agree...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
package com.farproc.wifi.connecter; import android.net.wifi.ScanResult; import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiConfiguration.AuthAlgorithm; import android.net.wifi.WifiConfiguration.GroupCipher; import android.net.wifi.WifiConfiguration.KeyMgmt; import android.net.wifi.WifiConfiguration...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
package com.farproc.wifi.connecter; import java.lang.reflect.Field; import android.os.Build.VERSION;; /** * Get Android version in different Android versions. :) * @author yuanxiaohui * */ public class Version { public final static int SDK = get(); private static int get() { final Class<VERSION> version...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
package com.farproc.wifi.connecter; import android.net.wifi.ScanResult; import android.net.wifi.WifiConfiguration; public abstract class ConfigurationSecurities { /** * @return The security of a given {@link WifiConfiguration}. */ public abstract String getWifiConfigurationSecurity(WifiConfiguration wifiC...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
package com.farproc.wifi.connecter; import android.net.wifi.ScanResult; import android.net.wifi.WifiConfiguration; import android.net.wifi.WifiConfiguration.AuthAlgorithm; import android.net.wifi.WifiConfiguration.KeyMgmt; import android.util.Log; public class ConfigurationSecuritiesV8 extends ConfigurationSecurities...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * Wifi Connecter * * Copyright (c) 20101 Kevin Yuan (farproc@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Ex...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Sc...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <To...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <CL...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <To...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Gr...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Th...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Gr...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Ge...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <Me...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <DI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <LI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <LI...
Java
/* * * Copyright (C) 2011 Pierre Malarme * * Authors: Pierre Malarme <pmalarme at ulb.ac.be> * * Institution: Laboratory of Image Synthesis and Analysis (LISA) * Faculty of Applied Science * Universite Libre de Bruxelles (U.L.B.) * * Website: http://lisa.ulb.ac.be * * This file <LI...
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package anm_banvetau; import java.net.Socket; import java.io.*; /** * * @author Admin */ public class ThreadSocket extends Thread{ Socket socket= null; public ThreadSocket(Socket socket) { this.s...
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package anm_banvetau; import java.io.FileInputStream; import java.io.IOException; import java.net.ServerSocket; import java.sql.Connection; import java.sql.Date; import java.sql.DriverManager; import java.sql.PreparedSt...
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package anm_banvetau; import java.io.FileInputStream; import java.util.Vector; import javax.swing.JOptionPane; import javax.swing.table.DefaultTableModel; /** * * @author GREEN */ public class frmServer extends java...
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package client; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.util.Scanner;...
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package helloworldmain; import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.effect.DropShadow; import javafx.scene.e...
Java
package edu.mit.csail.sls.wami.jsapi; import java.io.InputStream; import java.io.PrintWriter; import java.io.StringWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpSession; import org.w3c.dom.Docum...
Java
package edu.mit.csail.sls.wami.jsapi; import java.io.CharArrayWriter; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servl...
Java
package edu.mit.csail.sls.wami.jsapi; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Output...
Java
package edu.mit.csail.sls.wami.jsapi; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpS...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
package edu.mit.csail.sls.wami.relay; import java.util.Enumeration; import java.util.LinkedHashMap; import javax.servlet.http.HttpServletRequest; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import edu.mit.csail.sls.wami.log.IEventLogger; import edu.mit.csail.sls.wami.log.IL...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/** * This package contains content accessible through a proxy servlet, if the web.xml contains * * <servlet> * <servlet-name>content</servlet-name> * <servlet-class>edu.mit.csail.sls.wami.jsapi.WamiContentProxy</servlet-class> * </servlet> * * <servlet-mapping> * <servlet-name>content</servlet-name> * ...
Java
package edu.mit.csail.sls.wami.database; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Vector; import javax.servlet.ServletContext; import org.w3c.dom.Element; import org.w3c.dom.NodeLis...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java
/* -*- Java -*- * * Copyright (c) 2009 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (...
Java