-
2096595·text·191 B·2011-12-27 12:30 UTC
<div class="login_txt2 required">
<input type="checkbox" name="akceptacja">I Accept TOS
<span style="margin-left:115px;" class="iferror">You must accept TOS</span>
</div>
-
2096590·text·620 B·2011-12-27 11:55 UTC
REM Create a 1024 byte buffer
DIM buffer% 1024
REM Two passes, with options 4 and 7 (offset assembly, runtime != assemble time)
FOR pass=4 TO 7 STEP 3
REM Set up target address and output bu
-
2096585·php·770 B·2011-12-27 11:45 UTC
<div id="container">
<div id="circlemenu">
<ul class="menu" id="menu2">
<li><a href="#"></a></li>
<?php
foreach($entries as $row)
{
-
2096575·text·292 B·2011-12-27 10:25 UTC
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOC
-
2096574·text·423 B·2011-12-27 10:15 UTC
autoreconf -fi
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 196.
configure.in:9:
-
2096572·text·1.9 KB·2011-12-27 10:02 UTC
AC_INIT(xmpp-tunnel, 0.1, jahrome11@gmail.com)
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(xmpp-tunnel, 0.1)
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_
-
2096569·text·1.0 KB·2011-12-27 09:54 UTC
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-leve
-
2096568·text·4.2 KB·2011-12-27 09:53 UTC
output of Debug-build:
1st way:
(0,1)
(1,2)
(2,3)
(3,0)
2nd way:
(0,1)
(1,2)
(2,3)
(3,0)
3rd way:
(0,1)
(1,2)
(2,3)
(3,0)
output of Release-build:
1st way:
(0,1)
(1,2)
(2,3)
-
2096565·text·2.5 KB·2011-12-27 09:31 UTC
C:\Documents and Settings\Rendszergazda\Asztal\client\build>cmake -G "MinGW Make
files" ..
CMake Error: CMake was unable to find a build program corresponding to "MinGW Ma
kefiles". CMAKE_MAKE_PRO
-
2096545·php·969 B·2011-12-27 07:56 UTC
<?php
function game_menu() {
$items = array();
$items['node/%nodedata/gamedata'] = array(
'title' => 'Game Data',
'type' => MENU_LOCAL_TASK,
'weight' => 10,
'page
-
2096533·text·5.1 KB·2011-12-27 06:25 UTC
0.0.0.0.80 > 0.0.0.0.60425: Flags [.], cksum 0xed7f (incorrect -> 0x6475), ack 414782724, win 15846, length 0
0.0.0.0.80 > 0.0.0.0.60425: Flags [.], cksum 0xe329 (incorrect -> 0xd08f), seq 0:
-
2096531·text·172.6 KB·2011-12-27 06:13 UTC
-
2096528·text·547 B·2011-12-27 05:46 UTC
root@icarus:~# fsck /dev/sdc1 -t ext3
fsck from util-linux 2.19.1
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext3: Superblock invalid, trying backup blocks...
fsck.ext3: Bad magic number in super-block whi
-
2096526·text·20 B·2011-12-27 04:22 UTC
salty milk and coins
-
2096511·text·1.5 KB·2011-12-27 00:33 UTC
Agachadita (Chocolate).mp3
Aguita (Rafaga).mp3
Amores como el nuestro (Los Charros).mp3
Bicho Bicho (Los Fatales).mp3
Bombon Asesino (Los Palmeras).mp3
cumbiaretro.txt
El Baile del Pimpollo (Los
-
2096508·text·1.8 KB·2011-12-26 23:51 UTC
- 1x Inkmoth Nexus, Mirrodin Beseiged
Condition: Light Play | Language: English, $13.19
- 1x Inkmoth Nexus, Mirrodin Beseiged
Condition: NM-Mint | Language: English, $13.88
- 1x Mox Opa
-
2096507·text·1.3 KB·2011-12-26 23:45 UTC
package main;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Toolkit;
import java.io.File;
import java.io.IOException;
import java.util.logging.Level;
import java.util.log
-
2096499·text·370 B·2011-12-26 21:59 UTC
plugin info - http://www.dokuwiki.org/plugin:quickstats
plugin download - https://github.com/turnermm/quickstats/zipball/master
Dokuwiki version = Release 2011-11-10 "Angua RC1"
dokuwiki page syn
-
2096493·text·1.1 KB·2011-12-26 20:09 UTC
function get_country($ip=null) {
if(!$ip) return null;
if($this->getConf('geoplugin')) {
$country_data = unserialize(file_get_contents('http://
-
2096492·text·537 B·2011-12-26 20:04 UTC
<?php
/**
* Creates Simple statistics files based on incoming IP
*
* @author Myron Turner <turnermm02@shaw.ca>
*/
if(!defined('DOKU_INC')) die();
if(!defined('DOKU_PLUGIN')) define('DOKU