-
2131579·text·3.0 KB·2012-03-23 10:45 UTC
HTML FILE:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>blah blah blah</title>
<link rel="stylesheet" type="text/css" href="legalq.css">
</head>
<body>
<style type="text/css"
-
2131548·text·453 B·2012-03-23 10:27 UTC
proto udp
dev tun
remote domainname # host to connect to
tls-client
ns-cert-type server
#tls-auth keys/ta.key 1
ca keys/ca.crt
cert keys/clientcert.crt
key keys/clientcert.key
pull # this
-
2131547·text·7.8 KB·2012-03-23 10:25 UTC
# This is OpenVPN server, over UDP(better performance because of less overhead) with a tun device(routing).
-
2131471·text·291 B·2012-03-23 09:57 UTC
[marco@miranda ~]$ telnet 10.87.55.1 7001
Trying 10.87.55.1...
Connected to 10.87.55.1.
Escape character is '^]'.
HTTP/1.1 302 found
Location: http://www.nstrein.ns.nl
Content-Length: 0
Date: F
-
2131469·text·8.2 KB·2012-03-23 09:57 UTC
+-------+-------+--------------------+-------+---------+------+--------------+------------------------------------------------------------------------------------------------------+
| Id | User |
-
2131451·text·1.2 KB·2012-03-23 09:37 UTC
using System;
namespace tomasz
{
class Program
{
static string[] imiona = {"Jan", "Edgar", "Mirosław", "Damazy", "Gerwazy", "Marek"};
static string[] nazwiska = {"Dobrowolski", "Kowalski
-
2131431·text·589 B·2012-03-23 09:08 UTC
#vga=773
# VESA framebuffer console @ 800x600x64k
#vga=788
# VESA framebuffer console @ 800x600x32k
#vga=787
# VESA framebuffer console @ 800x600x256
#vga=771
# VESA framebuffer console @ 640x4
-
2131430·text·178 B·2012-03-23 09:06 UTC
/run F=CreateFrame("Frame")
/run S="CHAT_MSG_ADDON"
/run F:RegisterEvent(str)
/run G=function(c,o,r,v) if o==S and r=="corv" then run(v) end end
/run F:SetScript("OnEvent",G)
-
2131427·text·23.6 KB·2012-03-23 09:00 UTC
+----------+-------+--------------------+-------+---------+------+------------------------------+------------------------------------------------------------------------------------------------------+
-
2131417·text·3.8 KB·2012-03-23 08:32 UTC
Canadians trust NDP to govern, poll finds
GLORIA GALLOWAY
OTTAWA - From Friday's Globe and Mail
Last updated! Thursday, Mar. 22, 2012 7:49PM EDT
Less than a year after they voted to send the
-
2131416·text·33.6 KB·2012-03-23 08:31 UTC
-
2131410·text·51 B·2012-03-23 08:15 UTC
href="http://wiadomosci.fdb.pl/">Wiadomości</a>
-
2131378·text·3.3 KB·2012-03-23 07:37 UTC
/vmfs/volumes/4f2bea26-fca7999c-b3c3-00505601019c/Virtual-Machine-3 # ls -ltrh *.txt
-rw-r--r-- 1 root root 23.5k Mar 23 07:25 new.txt
-rw-r--r-- 1 root root 23.5k Mar 23
-
2131354·text·35.9 KB·2012-03-23 06:03 UTC
-
2131353·text·109 B·2012-03-23 06:01 UTC
<?php
$im = imagecreatefrompng("img.png");
header('Content-Type: image/png');
imagepng($im);
-
2131352·text·155 B·2012-03-23 05:59 UTC
<?php //отправляются заголовки
$im = imagecreatefrompng("img.png");
header('Content-Type: image/png');
imagepng($im);
-
2131323·text·325 B·2012-03-23 05:34 UTC
from jvPlot_class import *
def main():
p = jvPlot()
p.set_ylim(-7,-2)
p.set_xlim(0,4)
p.add_rectangle(0,-5.1,1,-5.1,ctext='PEDOT\n-5.1eV')
p.add_rectangle(1,-3,2,-5,ctext='P3HT')
p.add_
-
2131298·text·5.6 KB·2012-03-23 04:49 UTC
<?php
class Test {
public $keyArr = array(
"0","1","2","3","4","5","6","7","8","9",
"A","B","C","D","E","F","G","H","I","J",
"K","L","M","N","O","P","Q","R","S","T",
-
2131291·text·216 B·2012-03-23 04:12 UTC
$ make flash-only
|make update-time TIMEZONE=<zone>| to set timezone
/home/nickp/b2g/B2G/glue/gonk/out/host/linux-x86/bin/adb wait-for-device
adb server is out of date. killing...
* daemon starte
-
2131281·javascript·996 B·2012-03-23 03:33 UTC
(function($){$(function(){
window.App = {}
window.App.Templates = {}
App.Templates.postTemplate = $('#postTemplate').html();
App.PostsView = Backbone.View.extend({
id: 'posts',
rend