-
2104505·text·2.2 KB·2012-01-20 14:29 UTC
- teachers come from a very different social background than their students; this discrepancy creates social injustice; -> national educational reform is required (USA);
- most teachers are ill-prepa
-
2104503·text·1.6 KB·2012-01-20 14:23 UTC
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
public class CatMain extends JFrame implements ActionListener
{
JButton swap =
-
2104501·text·5.5 KB·2012-01-20 14:12 UTC
Fri Jan 20 14:11:38 2012 us=609000 Current Parameter Settings:
Fri Jan 20 14:11:38 2012 us=609000 config = 'home.ovpn'
Fri Jan 20 14:11:38 2012 us=609000 mode = 0
Fri Jan 20 14:11:38 2012 us=60
-
2104500·text·37.2 KB·2012-01-20 14:11 UTC
-
2104499·text·260 B·2012-01-20 14:10 UTC
client
dev tap0
proto udp
remote MyName.dyndns.org 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca "home\\ca.crt"
cert "home\\MyNametp.crt"
key "home\\MyNametp.key"
ns-cert-typ
-
2104497·text·1.3 KB·2012-01-20 14:09 UTC
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
public class CatMain extends JFrame implements ActionListener
{
public CatMain(Str
-
2104496·text·36.0 KB·2012-01-20 14:09 UTC
-
2104495·text·6.0 KB·2012-01-20 14:05 UTC
/* DÖRT İŞLEM HESAP MAKİNESİ
* Bu program Hüseyin Çakanlı tarafından 20.01.2012 tarihinde
* Yaş problemlerinin çözümü için örnek olarak Nesne Yönemli Olarak Yazıldı.
* C# Express ile Test E
-
2104494·text·574 B·2012-01-20 14:02 UTC
local 192.168.54.10
port 1194
proto udp
dev tap0
up "/etc/openvpn/up.sh br0"
down "/etc/openvpn/down.sh"
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.
-
2104493·c·945 B·2012-01-20 14:01 UTC
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* Example worker using a string */
static int worker( double *d_ptr, char *string )
{
/* My first value is the double passed in fr
-
2104492·text·530 B·2012-01-20 14:00 UTC
auto lo br0
iface lo inet loopback
iface br0 inet static
address 192.168.54.10
network 192.168.54.0
netmask 255.255.255.0
broadcast 192.168.54.255
ga
-
2104490·text·1.4 KB·2012-01-20 13:57 UTC
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
public class CatMain extends JFrame implements ActionListener
{
public CatMain(Str
-
2104489·text·7.7 KB·2012-01-20 13:55 UTC
Windows-IP-Konfiguration
Hostname . . . . . . . . . . . . : MyNameTP
Prim„res DNS-Suffix . . . . . . . :
Knotentyp . . . . . . . . . . . . : Gemischt
IP-Routing aktiviert . . .
-
2104488·text·4.9 KB·2012-01-20 13:54 UTC
===========================================================================
Schnittstellenliste
47...00 ff 59 15 0a 19 ......TAP-Win32 Adapter V9
16...00 24 d7 2d 04 29 ......Microsoft Virtual Wi
-
2104487·text·415 B·2012-01-20 13:52 UTC
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* Example worker using a string */
static int worker( double *d_ptr, char *string )
{
double d = *d_ptr
return sin(d) + sin(s
-
2104483·text·446 B·2012-01-20 13:47 UTC
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
/* This code is not meant to be efficient. It is meant
** to demonstrate the use of the FLI.
*/
/* this does all the work, not exported *
-
2104481·text·1.6 KB·2012-01-20 13:36 UTC
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.io.*;
import java.util.*;
public class CatMain extends JFrame implements ActionListener
{
String[] names = n
-
2104478·text·70 B·2012-01-20 13:20 UTC
{"ownerid":1,"method":"insertchat","users":["Test2","Verbeek","jens"]}
-
2104472·java·3.9 KB·2012-01-20 13:05 UTC
/**
*
*/
package db.sqlserver;
import java.sql.Connection;
import java.sql.Driver;
import java.sql.DriverManager;
import java.sql.DriverPropertyInfo;
import java.sql.SQLException;
import
-
2104470·java·3.2 KB·2012-01-20 13:00 UTC
/**
*
*/
package db.sqlserver;
import java.lang.reflect.Method;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData