All pastesPublic feed

Public feed

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

    2101253·text·302 B·2012-01-08 18:02 UTC
    set terminal jpeg 
    
    set parametric
    
    x(u,v)=u*cosh(v)
    y(u,v)=u*sinh(v)
    z=0
    
    set urange [1:2]
    set vrange [log(0.5):log(2)]
    
    set view 0,0,1.0,1.0
    set xlabel 'x'
    set ylabel 'y'
    
    set o
  • Miscellany

    2101252·text·490 B·2012-01-08 17:58 UTC
    VFS: Mounted root (jffs2 filesystem) on device 31:3.
    Freeing init memory: 100K
    Unable to include '/etc/hotplug2-platform.rules'
    Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Inte
  • Miscellany

    2101251·text·393 B·2012-01-08 17:56 UTC
    # uncomment me to log hotplug events
    # DEVPATH is set {
    # exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVP$
    # }
    
    $include /etc/hotplug2-platform.rules
    
    DEVICENAME
  • Miscellany

    2101250·text·395 B·2012-01-08 17:51 UTC
    # uncomment me to log hotplug events
    # DEVPATH is set {
    # exec logger -s -t hotplug -p daemon.info "name=%DEVICENAME%, path=%DEVP$
    # }
    
    $include /etc/hotplug2-platform.rules
    
    DEVICENAME
  • Oglny rozwizywacz rwna

    2101189·python·826 B·2012-01-08 17:01 UTC
    # -*- coding: cp1250 -*-
    
    data = 'data.txt'
    
    f = [x.rstrip() for x in open(data).readlines()]
    exp = []
    var = []
    for line in f:
     if 'in' in line:
     exp.append(line)
     else:
  • MAGDE

    2101187·mirc·6 B·2012-01-08 17:00 UTC
    dddddd
  • ktunell XNXX

    2101174·mirc·6 B·2012-01-08 16:21 UTC
    dddddd
  • Unnamed

    2101168·text·4.8 KB·2012-01-08 16:09 UTC
    #include <OneWire.h>
    #include <DallasTemperature.h>
    #include <LiquidCrystal.h>
    
    LiquidCrystal lcd(53, 51, 49, 47, 45, 43, 41, 39, 37, 33, 31);
    
    int backLight = 29; // pin 29 will control th
  • Unnamed

    2101167·text·2.4 KB·2012-01-08 16:02 UTC
    Connexions Internet actives (serveurs et établies)
    Proto Recv-Q Send-Q Adresse locale Adresse distante Etat
    tcp 0 0 127.0.0.1:3306 0.0.0.0:* LIS
  • fileAndDir(s)

    2101165·text·1.2 KB·2012-01-08 15:59 UTC
    import urllib2, sys, os
    
    def main(argv):
     URL = ''
     req = urllib2.Request(URL)
    
     def listdirs(folder):
     return [d for d in os.listdir(folder) if os.path.isdir(os.path.join(fol
  • Unnamed

    2101160·text·1.8 KB·2012-01-08 15:51 UTC
    Bob’s alarm clock rings at 8:30 Monday morning, just like every other weekday.
    But Bob had a wild weekend, and reaches for the SNOOZE button.
    And that’s when the action starts, and the Java-enabled
  • Something

    2101156·text·77 B·2012-01-08 15:48 UTC
    #Configured by GUI
    
    fxsks = 2
    fxoks = 1
    loadzone = hu
    defaultzone = hu
  • Something

    2101155·text·79 B·2012-01-08 15:47 UTC
    #Configured by GUI
    
    fxsks = 2
    fxoks = 1
    loadzone = hu
    defaultzone = hu
  • logiun asp

    2101153·text·6.8 KB·2012-01-08 15:41 UTC
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
     <hea
  • logiun asp

    2101152·text·6.8 KB·2012-01-08 15:41 UTC
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
     <hea
  • Something

    2101151·text·1.9 KB·2012-01-08 15:40 UTC
    [trunkgroups]
  • teamchat

    2101150·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • teamchat

    2101149·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • teamchat

    2101148·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • Unnamed

    2101143·text·3.6 KB·2012-01-08 14:59 UTC
    % Dirichlet process for samlping 
    clear all
    datapath = './data/';
    dataset = 'cerebellum';
    resultpath = './results/';
    figurepath = './figures/';
    
    % load data 
    % first column is the count and

older pastes →