-
2128322·text·17 B·2012-03-15 06:41 UTC
60.234.72.16:4329
-
2128321·text·17 B·2012-03-15 06:41 UTC
60.234.72.16:4329
-
2128320·text·124 B·2012-03-15 06:32 UTC
3 Mar 14 2012 22:19:28 10.1.1.50 54208 10.1.1.133 80 TCP access denied by ACL from 10.1.1.50/54208 to outside:10.1.1.133/80
-
2128319·text·188 B·2012-03-15 06:30 UTC
access-list outside_access_in extended permit tcp any interface outside eq www
nat (outside,dmz) source static any any destination static web web
object network web
host 192.168.16.2
-
2128317·text·813 B·2012-03-15 06:05 UTC
making in lang/cmu_us_kal16 ...
virtual memory exhausted: Cannot allocate memory
make[8]: *** [../../build/i386-linux-gnu/obj/lang/cmu_us_kal16/cmu_us_kal16_res.o] Error 1
make[7]: *** [../build/i3
-
2128316·text·8.4 KB·2012-03-15 05:51 UTC
#!/usr/bin/python
# -*- coding: utf-8 -*-
__version__ = '$Id: ISS-Dockingbays.py$'
import wikipedia, sys
import pagegenerators
import re, os, codecs, catlib, time
# SETTING
update_templat
-
2128315·text·8.4 KB·2012-03-15 05:44 UTC
#!/usr/bin/python
# -*- coding: utf-8 -*-
__version__ = '$Id: ISS-Dockingbays.py$'
import wikipedia, sys
import pagegenerators
import re, os, codecs, catlib, time
# SETTING
update_templat
-
2128304·text·8.2 KB·2012-03-15 04:38 UTC
#!/usr/bin/python
# -*- coding: utf-8 -*-
__version__ = '$Id: ISS-Dockingbays.py$'
import wikipedia, sys
import pagegenerators
import re, os, codecs, catlib, time
# SETTING
update_templat
-
2128296·text·485 B·2012-03-15 03:44 UTC
<?php
class TemplatePlugin extends Plugin {
public function TemplatePlugin() {
// new Callback("CallbackName", $this, "CallbackFunction");
}
public function Install() {
// Right:
-
2128295·csharp·1.1 KB·2012-03-15 03:42 UTC
private void frmMain_FormClosing(object sender, FormClosingEventArgs e)
{
try
{
m_bActive = false;
if(m_HandlePacketThread != null)
{
-
2128292·bash·284 B·2012-03-15 02:50 UTC
#!/bin/sh
cd /opt/dwarf-fortress
export SDL_DISABLE_LOCK_KEYS=1 # Work around for bug in Debian/Ubuntu SDL patch.
#export SDL_VIDEO_CENTERED=1 # Centre the screen. Messes up resizing.
umask
-
2128291·python·1.8 KB·2012-03-15 02:50 UTC
# -*- mode: python -*-
from sys import platform
import os
import SCons.Util
src_dll = ["basics.cpp","command_line.cpp","enabler.cpp","files.cpp",
"find_files_posix.cpp","graphics.cpp
-
2128290·bash·3.2 KB·2012-03-15 02:49 UTC
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit games git-2 multilib scons-utils
DESCRIPTION="A single
-
2128287·html·1.5 KB·2012-03-15 02:45 UTC
<form name="form1" method="post" action="InternetService.php">
<table>
<tr>
<td width="35%">First Name:</td>
<td width="65%">
<input type="text" name="firstName" id="firstName"></
-
2128286·text·1.5 KB·2012-03-15 02:45 UTC
<form name="form1" method="post" action="InternetService.php">
<table>
<tr>
<td width="35%">First Name:</td>
<td width="65%">
<input type="text" name="firstName" id="firstName"></
-
2128282·python·1.8 KB·2012-03-15 02:10 UTC
# -*- mode: python -*-
from sys import platform
import os
import SCons.Util
src_dll = ["basics.cpp","command_line.cpp","enabler.cpp","files.cpp",
"find_files_posix.cpp","graphics.cpp
-
2128278·text·350 B·2012-03-15 01:10 UTC
DELIMITER |
CREATE TRIGGER created_date_treatment BEFORE INSERT
ON cmdate FOR EACH ROW
BEGIN
SET NEW.created_datetime = SYSDATE(), NEW.modified_datetime = SYSDATE();
END;
|
CREATE
-
2128277·text·66.9 KB·2012-03-15 01:02 UTC
-
2128275·text·101 B·2012-03-15 00:57 UTC
Section "Device"
Identifier "Device0"
Driver "vesa"
EndSection
-
2128274·text·8.3 KB·2012-03-15 00:55 UTC
package bot1;
import robocode.*;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintStream;
import java.util.Random;
public class Coop