-
2133973·text·978 B·2012-03-30 12:40 UTC
##CONFIG
local 204.98.76.44
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh2048.pem
server 10.8.0.0 255.255.255.0
ifconfig-poo
-
2133968·text·1.7 KB·2012-03-30 12:22 UTC
<div class="span12">
<h4>Andrew's:</h4>
<div class="well">
<div class="well">
<pre class="prettyprint linenums">
<xsl:value-of select="count(//customers/customer)"/>
</pre>
-
2133945·csharp·1.8 KB·2012-03-30 11:32 UTC
public static class SocketExtensions
{
static SocketManager IO;
static SocketExtensions() {
IO = new SocketManager();
IO.Start();
}
-
2133939·csharp·284 B·2012-03-30 11:27 UTC
public static void Destroy(this Socket socket) {
if (socket != null) {
try {
socket.Close(100);
#if !MONO
socket.Dispos
-
2133916·text·8.4 KB·2012-03-30 10:55 UTC
<?php
set_time_limit(0);
ini_set("default_charset", "UTF-8");
set_magic_quotes_runtime(false);
function execute_query($query, $error = "")
{
$query_result = @mysql_query($query);
if($query_re
-
2133915·text·834 B·2012-03-30 10:52 UTC
<div class="span12">
<h4>Andrew's:</h4>
<div class="well">
<div class="row-fluid">
<div class="span12">
<div class="well">
<pre class="prettyprint linenums">
<xsl:value-
-
2133905·text·6.1 KB·2012-03-30 10:36 UTC
192.168.50.30 ---- [em0]router ---- internet ---- router2 ---- 192.168.75.51
192.168.50.30:
~ $ lynx 192.168.75.51
Looking up 192.168.75.51 first
Looking up 192.168.75.51
Making HTTP connecti
-
2133899·text·178 B·2012-03-30 10:17 UTC
i=99
while i != 0
do
if i=99
write /tmp/job.pid
if !/tmp/job.pid
runjob
fi
i=i-1
fi
done
if i <= 0
if /tmp/job.pid
kill job
fi
-
2133881·text·747 B·2012-03-30 09:39 UTC
1
cat: All Category
1 - Parent, ImplStmtLine, Typed :: Which is the parent (type while) of the statement in line number 7
while w;
Select w such that Parent ( w , 7 )
6
5000
2 - Parent, Typed :
-
2133866·text·343 B·2012-03-30 09:04 UTC
obry den,
v ucebne pod jidelnami u ucitel.pocitace ukazuje monitor do zluta. Zkousela jsem hybat s kabelem - nic. Tato zavada je v sesite psana jiz od vcerejska. Prosim o opravu.
Diky.
Chramost
-
2133863·text·1.4 KB·2012-03-30 08:58 UTC
StringBuilder sb = new StringBuilder(215);
sb.AppendFormat("BEGIN:VCALENDAR{0}", Environment.NewLine);
sb.AppendFormat("CALSCALE:GREGORIAN{0}", Environment.NewLine);
-
2133861·text·3.2 KB·2012-03-30 08:54 UTC
{"status": "success", "title": "BBC - Homepage", "images_count": 36, "images": ["http://www.bbc.co.uk//sa.bbc.co.uk/bbc/bbc/s?name=home.page&geo_edition=us&pal_route=default&ml_name=barlesque&app_type
-
2133842·text·64 B·2012-03-30 08:41 UTC
4d002ac97d78090ea6c68a058853057a001c195fb5f70f5852c46c1e45f5442a
-
2133807·text·1.6 KB·2012-03-30 07:10 UTC
Tjo, hade tänkt att göra en lista med (konstruktiv) kritik åt oss, det är fritt fram att editera och lägga till, egentligen är det obligatoriskt att lägga till text ;)
För det första: Har ni märkt
-
2133806·text·1.2 KB·2012-03-30 07:09 UTC
_kerberos._tcp.farnhamj.us SRV service location:
priority = 0
weight = 100
port = 88
svr hostname = neon.farnhamj.us
_kerber
-
2133803·text·1.6 KB·2012-03-30 07:08 UTC
Tjo, hade tänkt att göra en lista med (konstruktiv) kritik åt oss, det är fritt fram att editera och lägga till, egentligen är det obligatoriskt att lägga till text ;)
För det första: Har ni märkt
-
2133802·text·1.6 KB·2012-03-30 07:07 UTC
Tjo, hade tänkt att göra en lista med (konstruktiv) kritik åt oss, det är fritt fram att editera och lägga till, egentligen är det obligatoriskt att lägga till text ;)
För det första: Har ni märkt
-
2133792·text·12 B·2012-03-30 06:36 UTC
editera text
-
2133790·text·12 B·2012-03-30 06:34 UTC
efitera text
-
2133787·text·1.5 KB·2012-03-30 06:25 UTC
mqudsi@debian:~/TripleHelix$ cat test.c
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
char *myPrintfInner(const char *message, va_list params)
{
va_list args