All pastesPublic feed

Public feed

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

    2099831·text·559 B·2012-01-05 21:02 UTC
    #!/bin/bash
     
    #store current state on start
    last_state=`cat /proc/acpi/battery/BAT1/state`
    
    #lets write it to console
    echo "current_state: $last_state"
     
    #keep looking for changes usin
  • Mine

    2099829·text·369 B·2012-01-05 20:47 UTC
    #!/bin/bash
    
    last_state=`cat /proc/acpi/battery/BAT1/state`
    echo "current_state: $last_state"
    
    while true
    do
    state=`cat /proc/acpi/battery/BAT1/state`
    if [[ "$state" == "$last_state" ]];
    then
  • Mine

    2099828·text·657 B·2012-01-05 20:47 UTC
    åh du står där på min balkong
    och jag vet inte ens ditt namn
    endast iförd skägg och kalsong
    med en gädda i din famn
    
    och där bland stjärnorna inatt
    med rymdpulver i min burka
    blev jag nästa
  • Miscellany

    2099827·text·325 B·2012-01-05 20:45 UTC
    > Installing/Updating FOSUserBundle
    HEAD is now at 2fed320 Merge pull request #470 from gimler/fix_violations
    PHP Fatal error: Class 'Doctrine\Bundle\DoctrineBundle\Command\DoctrineCommand' not fou
  • Mine

    2099826·text·14.0 KB·2012-01-05 20:44 UTC
    #include <stdio.h>
    #include <unistd.h>
    #include <time.h>
    #include <iostream>
    #include <sstream>
    #include <string>
    #include <stdlib.h>
    #include <sys/stat.h>
    #include <sys/types.h>
    #include <fs
  • Miscellany

    2099824·text·13.1 KB·2012-01-05 20:43 UTC
    <Creeper> [ShumaGorath] “I mess things up. I’m a guy. That’s what I do.” That needs to be on a t-shirt.
    
    * Creeper sets mode +a #akatsukichaos ShumaGorath
    
    * Creeper gives channel operator sta
  • Someone

    2099823·text·804 B·2012-01-05 20:43 UTC
    så jag släpper mitt kött
    låter det sakta falla
    ner från europeiska broar
    väl där blir jag väl mött
    av klävdjur och av alla
    
    hälsad som från ovan
    för i fickan hade jag svaret
    inlindad i bacon d
  • Someone

    2099819·text·916 B·2012-01-05 20:38 UTC
    *** glibc detected *** ./bin/security: double free or co rruption (!prev): 0x09273230 ***
    ======= Backtrace: =========
    /
  • Something

    2099815·javascript·2.4 KB·2012-01-05 20:37 UTC
    window.onload = function() 
    {
     Crafty.init(400, 320);
     Crafty.canvas.init();
    
     Crafty.sprite(16, "sprite.png", {
     grass1: [0,0],
     grass2: [1,0],
     grass3: [2,0],
     grass4: [3,0],
     flo
  • Untitled

    2099813·javascript·189 B·2012-01-05 20:36 UTC
    Crafty.c("Shot",
    {
     init: function()
     {
     this.requires('Mouse');
     },
     shot: function()
     {
     this.bind('Click', function()
     {
     alert('clicked');
     });
     }
    });
  • Stuff

    2099812·text·2.3 KB·2012-01-05 20:36 UTC
    ali@Ali-PC:~/Workspace/cross-compile/gcc-4.6.2/build$ head config.log
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
  • Miscellany

    2099807·text·2.6 KB·2012-01-05 20:33 UTC
    addRule([">:)", ">:-)", ">=)", ">:D", ">=D", ">:-D"], '337683366244900');
    addRule([">:P", ">:-P", ">=p"], '151238381652801');
    addRule([":)", "=)", ":-)"],
  • LiveView navigation log

    2099804·text·44.0 KB·2012-01-05 20:28 UTC
    
        
  • Unnamed

    2099802·text·319 B·2012-01-05 20:27 UTC
    du ska inte tro att du är rikare än andra
    för resor kostar mer än märkeskläder
    och plommonträd och vinbärsbuskar
    det kostar mer än cd-skivor
    
    och du kan inte ens få en vän
    det enda du kan få är
  • Mine

    2099800·text·1.2 KB·2012-01-05 20:25 UTC
    A D
    A E
    
    förr i tiden, gamla vilda västern, då var det bra
    ingen medelmåttig tyranni i branchen som idag
    
    nej, nu är allting mainstream med arbetsplatsprogram
    ni som dödade mitt Robinson,
  • Untitled

    2099796·text·1.5 KB·2012-01-05 20:21 UTC
    Access 2003 Personal Trainer (2005).chm 
     Access 2007 - The Missing Manual (2006).chm 
     Access 2007 For Starters - The Missing Manual (2007).chm 
     Access Forms & Reports For Dummies (2006).pdf
  • Miscellany

    2099795·text·10.1 KB·2012-01-05 20:21 UTC
    Another name for peppers (the red, green, yellow fruit) particularly in Australia |Capsicum
    Another name for peppers (the red, green, yellow fruit) particularly in North America |Bell peppers
    Anothe
  • Untitled

    2099793·text·3.6 KB·2012-01-05 20:18 UTC
    <0002> gprs_gmm.c:443 <- GPRS IDENTITY REQUEST: mi_type=02
    <0010> sgsn_libgtp.c:421 GTP DATA IND from GGSN, length=681
    <0010> sgsn_libgtp.c:421 GTP DATA IND from GGSN, length=681
    <0002> gprs_gmm.
  • Unnamed

    2099792·text·1.7 KB·2012-01-05 20:18 UTC
    if (strcmp(cmd, "/cveh", true) == 0) {
    
    // if(PlayerIsL2A(playerid)) {
     
     new Float:pos[4];
     
     GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
     GetPlayerFacingAngle(playerid, pos[3]);
  • Anonymous

    2099789·text·401 B·2012-01-05 20:13 UTC
    CREATE TEMPORARY TABLE tmpKategorija(Id int(10) unsigned, nazKategorija varchar(128) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY(Id));INSERT INTO tmpKategorija SELECT Id, nazKategorija FROM Kategori

older pastes →