All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Unnamed

    2050960·text·1.5 KB·2011-04-26 18:46 UTC
    \\ Copy Constructor //
    
    SLLIntStorage::SLLIntStorage(SLLIntStorage &a)
    {
     clock_t begin=clock();
     _Head = new Node();
     _Head = a._Head;
     _Tail = new Node();
     _Tail = a._Tail;
     Node *curr = a.
  • Unnamed

    2050959·text·1.5 KB·2011-04-26 18:39 UTC
    // Copy Constructor \\
    SLLIntStorage::SLLIntStorage(SLLIntStorage &a)
    {
     clock_t begin=clock();
     _Head = new Node();
     _Head = a._Head;
     _Tail = new Node();
     _Tail = a._Tail;
     Node *curr = a._H
  • Untitled

    2050958·text·3.2 KB·2011-04-26 18:36 UTC
    ./Vol 132/Koti-Ikava.2005.FiNNiSH.DVDRip.XviD-PROFiLE
    ./ARCHIVE_50/Kummeli.Kultakuume.1997.FiNNiSH.DVDRip.XviD-PROFiLE
    ./Archive_195/Romanovin.Kivet.1993.FiNNiSH.DVDRiP.ENG.SUBS.XviD-TXF
    ./ARCHIVE_
  • Miscellany

    2050954·text·14.2 KB·2011-04-26 18:26 UTC
    $ grep EE /var/log/Xorg.0.log
     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.958] (II) Loading extension MIT-SCREEN-SAVER
    [ 12.020] (EE) Failed to load module "nv"
  • Someone

    2050950·php·316 B·2011-04-26 17:55 UTC
    $numbers = array(99,65,16,15,14,13,12,5,21,22,33,24,25,11,27,28);
    foreach ($numbers as $number) {
     foreach($node->content['group_$number'] as $key => $groupfield) { print ($groupfield); }
    }
  • Someone

    2050949·php·193 B·2011-04-26 17:53 UTC
    $numbers = array(18,17,16,15,14,13,12,11,21,22,23,24,25,26,27,28);
    foreach ($numbers as $number) {
     foreach($node->content['group_$number'] as $key => $groupfield) { print ($groupfield); }
    }
  • Someone

    2050948·javascript·389 B·2011-04-26 17:50 UTC
    $.ajax({
     url: "user/username",
     dataType: "json",
     contentType: "application/json",
     success: function(data, status, jqXHR) {
  • Mine

    2050946·sql·503 B·2011-04-26 17:47 UTC
    CREATE TABLE `z_shop_history_pacc` (
     `id` int(11) NOT NULL auto_increment,
     `to_name` varchar(255) NOT NULL default '0',
     `to_account` int(11) NOT NULL default '0',
     `from_nick` varchar(255)
  • Mine

    2050945·sql·502 B·2011-04-26 17:47 UTC
    CREATE TABLE `z_shop_history_item` (
     `id` int(11) NOT NULL auto_increment,
     `to_name` varchar(255) NOT NULL default '0',
     `to_account` int(11) NOT NULL default '0',
     `from_nick` varchar(255)
  • Unnamed

    2050944·text·16.0 KB·2011-04-26 17:47 UTC
    Apr 22 06:23:00 box9 kernel: mysqld invoked oom-killer: gfp_mask=0x201d2, order=0, oomkilladj=0
    Apr 22 10:53:54 box9 clamd[2339]: SelfCheck: Database status OK. 
    Apr 22 10:54:26 box9 kernel: 
    Apr 2
  • Mine

    2050943·sql·429 B·2011-04-26 17:46 UTC
    CREATE TABLE `z_shop_offer` (
     `id` int(11) NOT NULL auto_increment,
     `points` int(11) NOT NULL default '0',
     `itemid1` int(11) NOT NULL default '0',
     `count1` int(11) NOT NULL default '0',
  • Mine

    2050941·sql·493 B·2011-04-26 17:45 UTC
    CREATE TABLE `z_ots_comunication` (
     `id` int(11) NOT NULL auto_increment,
     `name` varchar(255) NOT NULL,
     `type` varchar(255) NOT NULL,
     `action` varchar(255) NOT NULL,
     `param1` varchar(25
  • Mine

    2050940·text·493 B·2011-04-26 17:45 UTC
    CREATE TABLE `z_ots_comunication` (
     `id` int(11) NOT NULL auto_increment,
     `name` varchar(255) NOT NULL,
     `type` varchar(255) NOT NULL,
     `action` varchar(255) NOT NULL,
     `param1` varchar(25
  • Unnamed

    2050939·text·513 B·2011-04-26 17:44 UTC
    Your Type is
    INFJ
    Introverted Intuitive Feeling Judging
    Strength of the preferences %
    33 38 25 11
    
    INFJ type description by D.Keirsey
    INFJ Identify Your Career with Jung Career Indicator™ I
  • Untitled

    2050934·text·5.1 KB·2011-04-26 17:31 UTC
    [17:28] <Mek> here?
    [17:52] <gm|away> hi
    [17:52] <Mek> hey
    [17:53] <Mek> just wanted to have a chat you about the round and how you think its all playing out
    [17:53] <gm|away> a lot better for us
  • Untitled

    2050933·text·1.3 KB·2011-04-26 17:27 UTC
    if(is_array($_SESSION['s']['plugin_cache'][$event_name])) {
     foreach($_SESSION['s']['plugin_cache'][$event_name] as $rec) {
     $pl
  • Stuff

    2050932·php·3.1 KB·2011-04-26 17:22 UTC
    <?php
    
    class state extends node
    {
     public static $instance = null;
     
     public static function get_instance()
     {
     if(state::$instance === null)
     {
     if(empty($_POST['state']))
     {
     st
  • HexToDec

    2050931·java·2.9 KB·2011-04-26 17:19 UTC
    package converter;
    
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.ArrayList;
  • Miscellany

    2050929·python·629 B·2011-04-26 17:07 UTC
    import os
    import psycopg2
    
    from multiprocessing import Process
    
    def target(args):
     # Each forked process will have its own connection
     # http://initd.org/psycopg/docs/usage.html#thread-
  • Unnamed

    2050923·text·1.2 KB·2011-04-26 16:29 UTC
    + grub --batch --no-curses --no-floppy --device-map=/dev/null
    
     GNU GRUB version 0.97 (640K lower / 3072K upper memory)
    
     [ Minimal BASH-like line editing is supported. For

older pastes →