All pastesPublic feed

Public feed

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

    2050576·text·1.2 KB·2011-04-25 19:08 UTC
    We were livin for the nights
    though we never saw them black
    with the ocean and the waves, blowing gently on our backs
    
    From the clouds in the sky we had never been this far.
    but we knew with the
  • Mine

    2050575·text·860 B·2011-04-25 19:03 UTC
    music_directory "/mnt/media/songs"
    playlist_directory "/var/lib/mpd/playlists"
    db_file "/var/lib/mpd/tag_cache"
    log_file "/var/log/mpd/mp
  • Someone

    2050574·text·90 B·2011-04-25 19:02 UTC
    PROMPT_COMMAND='printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/~}"
  • Miscellany

    2050571·text·358 B·2011-04-25 18:57 UTC
    ({
     var formant, in, chain, out;
     formant = SoundIn.ar([0]);
     RecordBuf.ar(formant, 0, loop: 0);
     in = PlayBuf.ar(1, 0, loop:1);
     chain = FFT(LocalBuf(1024), in);
     chain = chain.pvcalc(
  • Stuff

    2050568·bash·1.8 KB·2011-04-25 18:38 UTC
    #! /bin/sh
    #
    # chkconfig: - 60 20
    # description: Shell In A Box implements a web server that can export
    # arbitrary command line tools to a web based terminal emulator.
    # processname: shel
  • Anonymous

    2050567·text·51.9 KB·2011-04-25 18:35 UTC
    
        
  • Miscellany

    2050563·text·6.2 KB·2011-04-25 18:24 UTC
    During the past weeks I noticed how difficult it was to hack on a desktop environment that I am not using myself. And since most of my work now is about GNOME (and KDE) I came to the conclusion I have
  • Mine

    2050562·text·8.7 KB·2011-04-25 18:22 UTC
    1: 
    2: : Der Ökofaktor begrenzt den Lebensraum einer Art. Z.B zu geringe Niederschläge, zu kalte Winter, zu wenig Nahrung usw. sind Faktoren, die eine Art von der Besiedlung eines bestimmten Gebieter
  • Mine

    2050560·text·295 B·2011-04-25 18:14 UTC
    ({
     var in, chain, out;
     in = PlayBuf.ar(1, b, loop:1);
     chain = FFT(LocalBuf(2048), in);
     chain = chain.pvcalc(
     2048, {|mags, phases|
     [mags.reverse, phases.reverse];
     }
     );
  • Anonymous

    2050558·text·717 B·2011-04-25 18:05 UTC
    ({
     var in, chain;
     in = PlayBuf.ar(1, b, loop:1);
     chain = FFT(LocalBuf(1024), in);
     chain = chain.pvcalc(
     1024, {|mags, phases|
     var size = mags.size;
     for(0, size / 2, {|i|
  • Miscellany

    2050556·lua·520 B·2011-04-25 18:00 UTC
    function util.FindInCylinder(cylinderOrigin, cylinderAngles, cylinderHeight, cylinderRadius)
     local found = {}
    
     for _,ent in pairs(ents.GetAll()) do
     local t = (cylinderAngles:Forward():Dot(en
  • rebirth

    2050555·text·173 B·2011-04-25 17:58 UTC
    #showtooltip Rebirth
    /cast Rebirth
    /script local n,r=UnitName"target";if(r)then n=n.."-"..r;end;SendChatMessage("> Personal rez Msg. <","WHISPER",nil,n)
    /5 x Rebirth %t x
  • Unnamed

    2050550·text·490 B·2011-04-25 17:56 UTC
    b = Buffer.read(s, "sounds/a11wlk01.wav");
    
    ({
     var in, chain;
     in = PlayBuf.ar(1, b, loop:1);
     chain = FFT(LocalBuf(1024), in);
     chain = chain.pvcalc(
     1024, {|mags, phases|
     var
  • Unnamed

    2050548·text·4.6 KB·2011-04-25 17:52 UTC
    [18:50:37] <Sprung> !balance
    [18:50:38] * PlanetWars1 Problem with PlanetWars:System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process re
  • Stuff

    2050547·text·1.1 KB·2011-04-25 17:44 UTC
    Ingredients:
    2½ cups Carbquik
    3 fl. oz of heavy cream
    3 fl. oz of water
    4 tbsp. cold butter (½ stick)
    ¼ tsp. garlic powder
    1 heaping cup grated cheddar cheese
    
    Bush on Top:
    4 tbsp. butter, me
  • Untitled

    2050546·php·1.0 KB·2011-04-25 17:40 UTC
    Cleaned and updated:
    
    function hms_ac_adm_form_alter(&$form, $form_state, $form_id){
     drupal_set_message("Form ID is : " . $form_id);
     drupal_set_message("Form type is : " . $form['type']['#va
  • Untitled

    2050545·php·1.0 KB·2011-04-25 17:39 UTC
    Cleaned and updated:
    
    function hms_ac_adm_form_alter(&$form, $form_state, $form_id){
     drupal_set_message("Form ID is : " . $form_id);
     drupal_set_message("Form type is : " . $form['type']['#va
  • Untitled

    2050543·text·1.0 KB·2011-04-25 17:32 UTC
    Cleaned and updated:
    
    function hms_ac_adm_form_alter(&$form, $form_state, $form_id){
     drupal_set_message("Form ID is : " . $form_id);
     drupal_set_message("Form type is : " . $form['type']['#val
  • Untitled

    2050542·php·518 B·2011-04-25 17:29 UTC
    <?php
    include_once(ABSPATH.WPINC.’/rss.php’); // path to include script
    $feed = fetch_rss(‘http://yourRSSfeedhere.com/feed/’); // specify feed url
    $items = array_slice($feed->items, 0, 7); // speci
  • Mine

    2050540·text·3.5 KB·2011-04-25 17:28 UTC
    -A INPUT -m iprange --src-range 218.0.0.0-221.255.255.255 -j DROP
    -A INPUT -m iprange --src-range 217.195.32.0-217.195.255.255 -j DROP
    -A INPUT -m iprange --src-range 217.79.176.0-217.79.191.255 -j

older pastes →