All pastesPublic feed

Public feed

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

    2055669·cpp·310 B·2011-05-09 10:00 UTC
    typedef vector<Point*> vector_punteros_a_punto;
    
    //variables
    
    //vector de punteros a vectores que contendra las subrutas generadas
    //si, en rigor es la cosa mas complicada de pensar, respira: es
  • Anonymous

    2055668·text·1.9 KB·2011-05-09 10:00 UTC
    usb 1-1: New USB device found, idVendor=090c, idProduct=1000
    usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 1-1: Product: USB Flash Disk
    usb 1-1: Manufacturer: General
    usb 1
  • Stuff

    2055667·text·94 B·2011-05-09 09:58 UTC
    acl legacy_port dst_port 27128
    redirect location http://newsub.example.com 301 if legacy_port
  • Unnamed

    2055664·cpp·2.9 KB·2011-05-09 09:53 UTC
    #include <iostream>
    #include <string>
    #include <boost/bind.hpp>
    #include <boost/shared_ptr.hpp>
    #include <boost/enable_shared_from_this.hpp>
    #include <boost/asio.hpp>
    #include <ctime>
    #include
  • Mine

    2055656·text·396 B·2011-05-09 09:33 UTC
    Section "ServerFlags"
     Option "DontZap" "false"
    EndSection
    
    Section "Monitor"
     Identifier "DVI-I-2"
     ModelName "Samsung SyncMaster"
    EndSection
    
    Section
  • Untitled

    2055655·text·70.4 KB·2011-05-09 09:32 UTC
    
        
  • Untitled

    2055629·php·351 B·2011-05-09 08:15 UTC
    foreach ($files as $file) {
     if ($file["tmp_name"] != "") {
     $type= exec("file -b --mime-type " . escapeshellarg($file["tmp_name"]));
     if
  • Stuff

    2055628·text·952 B·2011-05-09 08:02 UTC
    PRAKTISKA UPPGIFTER TILL KAPITEL 3
    
    Gör en undersökning på Processorer på marknaden, Jämför 3st olika processorer där ni ska hitta följande:
    kriterier Processor beteckning Klockfrekvens L2 Cache FS
  • Anonymous

    2055625·text·820 B·2011-05-09 07:55 UTC
    # See /usr/doc/wpa_supplicant-0.6.10/wpa_supplicant.conf.sample
    # for many more options that you can use in this file.
    
    # This line enables the use of wpa_cli which is used by rc.wireless
    # if pos
  • Mine

    2055623·text·9.6 KB·2011-05-09 07:51 UTC
    <?wpl version="1.0"?>
    <smil>
     <head>
     <meta name="Generator" content="Microsoft Windows Media Player -- 12.0.7600.16667"/>
     <meta name="ItemCount" content="54"/>
     <meta na
  • Stuff

    2055619·delphi·2.1 KB·2011-05-09 07:30 UTC
    unit witczak;
    
    interface
    
    uses
     Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
     Dialogs, StdCtrls, ExtCtrls, ComCtrls, Grids;
    
    type
     TForm1 = class(TForm)
  • Miscellany

    2055610·text·1.1 KB·2011-05-09 07:13 UTC
    base-files - 42-r20728
    busybox - 1.15.3-2
    crda - 1.1.0-2
    dnsmasq - 2.52-2
    dropbear - 0.52-4
    firewall - 1-10
    hotplug2 - 1.0-beta-1
    iptables - 1.4.6-2
    iptables-mod-conntrack - 1.4.6-2
    iptables-
  • Anonymous

    2055609·text·969 B·2011-05-09 07:11 UTC
    // ==UserScript==
    // @name All
    // @description All
    // @include http://*
    // @include https://*
    // ==/UserScript==
    var css = new Array();
    
    function writeStyle(css) {
  • Untitled

    2055608·text·1.4 KB·2011-05-09 07:07 UTC
    index.html:
    =============
    
    <html>
    <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
     <title id="page-title">Account Manager</title>
    
     <link rel="stylesheet"
  • Untitled

    2055607·text·1.0 KB·2011-05-09 07:06 UTC
    root@OpenWrt:/lib/modules/2.6.32.10# ls
    aes_generic.ko iptable_nat.ko pppox.ko
    arc4.ko iptable_raw.ko slhc.ko
    cbc.ko mac80211.k
  • Miscellany

    2055602·text·997 B·2011-05-09 06:50 UTC
    aes_generic.ko iptable_nat.ko pppox.ko
    arc4.ko iptable_raw.ko slhc.ko
    cbc.ko mac80211.ko switch-adm.ko
    cfg80211.k
  • Stuff

    2055601·text·513 B·2011-05-09 06:48 UTC
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/root 1408 1408 0 100% /rom
    tmpfs 6708 36 6672 1% /tmp
    tmpfs
  • cmake / boost

    2055600·text·460 B·2011-05-09 06:48 UTC
    find_package( Boost COMPONENTS python thread REQUIRED)
    if(Boost_FOUND)
     include_directories(${Boost_INCLUDE_DIRS})
     MESSAGE(STATUS "found Boost: " ${Boost_LIB_VERSION})
     MESSAGE(STATUS "b
  • Anonymous

    2055599·text·975 B·2011-05-09 06:35 UTC
    base-files - 42-r20728
    busybox - 1.15.3-2
    crda - 1.1.0-2
    dnsmasq - 2.52-2
    dropbear - 0.52-4
    firewall - 1-10
    hotplug2 - 1.0-beta-1
    iptables - 1.4.6-2
    iptables-mod-conntrack - 1.4.6-2
    iptables-
  • cmake / boost

    2055597·text·291 B·2011-05-09 06:32 UTC
    find_package( Boost )
    if(Boost_FOUND)
     include_directories(${Boost_INCLUDE_DIRS})
     MESSAGE(STATUS "found Boost: " ${Boost_LIB_VERSION})
     MESSAGE(STATUS "boost-incude dirs are: " ${Boost_I

older pastes →