All pastesPublic feed

Public feed

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

    2054544·text·371 B·2011-05-06 13:04 UTC
    altq on fxp0 cbq bandwidth 15Mb queue { all }
    
    altq on gif0 cbq bandwidth 2Mb queue { all }
    altq on gif1 cbq bandwidth 2Mb queue { all }
    altq on gif2 cbq bandwidth 2Mb queue { all }
    altq on gif
  • Mine

    2054542·text·520 B·2011-05-06 12:52 UTC
    PREFIX nfo: <http://nfo>
    PREFIX nie: <http://nie>
    PREFIX nco: <http://nco>
    SELECT ?fileName ?url ?fileSize ?creator ?fileLastAccessed ?fileLastModified ?type
    WHERE {
     ?u nfo:fileName ?fileName .
  • Someone

    2054541·bash·543 B·2011-05-06 12:51 UTC
    #!/bin/bash
    
    ALERT=90
    df -H | grep -vE '^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output;
    do
     usep=$(echo $output | awk '{ print $1}' | cut -d'%' -f1 )
     partition=$(ec
  • Lara's Notes

    2054540·text·528 B·2011-05-06 12:44 UTC
    1: Intro
    2: Intro/Estates
    3: Estates
    4: Estates
    5: Estates
    6: Estates
    7. Estates/Equity
    8. Equity
    9. Equity
    10. Equity
    11. Reg of Title
    12. Reg of Title
    13. Reg of Title/Co-Owners
  • DigimonUnleashed

    2054537·text·545 B·2011-05-06 12:29 UTC
    Chat Rules:
    ~ No spamming.
    ~ No Excessive punctuation or letters.
    ~ No all caps.
    ~ No sexual harassment.
    ~ No mentioning other RPGs.
    ~ Please speak English.
    ~ Don't use ops command.
    ~ Ask staf
  • Something

    2054536·text·348 B·2011-05-06 12:26 UTC
    sub randomGenerator()
     {
     for ($i = 0; $i < 5; $i++)
     {
     $num = int(rand(40)) + 1;
    
     if ( exists $randomNumbers[$num] ) {
  • Stuff

    2054535·text·5.4 KB·2011-05-06 12:26 UTC
    RouterBOOT booter 2.18
    
    RouterBoard 333
    
    CPU frequency: 333 MHz
     Memory size: 64 MB
    
    Press any key within 2 seconds to enter setup..
    trying bootp protocol.... OK
    Got IP address: 192.168.1.1
  • Miscellany

    2054532·text·612 B·2011-05-06 12:15 UTC
    #include<windows.h>
    #include<stdlib.h>
    #include<string.h>
    #include<math.h>
    #include<stdio.h>
    #include<conio.h>
     int main()
     {
     char taste[4][10],tasta='1';
     strcpy(taste[0],"zxcvbnm,./");
     s
  • Untitled

    2054531·text·3.0 KB·2011-05-06 12:12 UTC
    Skeinforge settings have been saved.
    Skeinforge analyze settings have been saved.
    Interpret settings have been saved.
    Statistic settings have been saved.
    Skeinforge analyze settings have been save
  • mikala

    2054529·text·5 B·2011-05-06 12:04 UTC
    test
  • Unnamed

    2054528·text·4.3 KB·2011-05-06 12:02 UTC
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    
    C:\Users\Sean>cd C:\Users\Sean\Downloads\aurora-autobuild\bin
    
    C:\Users\Sean\Downloads\aurora
  • Miscellany

    2054526·text·4.2 KB·2011-05-06 11:57 UTC
    <?php get_header(); ?>
    
     
     <?php if(!is_paged()) { ?>
    
     <div id="top" class="clearfloat">
     
     <div id="headlinex1">
     
     <?php query_posts("showposts=1&category_name=Haberler"); ?>
     <?php w
  • Unnamed

    2054525·text·2.9 KB·2011-05-06 11:53 UTC
    PLATFORM VERSION INFO
     Windows : 6.1.7601.65536 (Win32NT)
     Common Language Runtime : 4.0.30319.225
     System.Deployment.dll : 4.0.30319.1 (RTMRel.030319-0100)
     clr.dll : 4.0.30319.225 (RTMG
  • Mine

    2054523·text·6.7 KB·2011-05-06 11:50 UTC
    <?xml version='1.0' encoding='utf-8'?>
    <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements. See the NOTICE file distributed with
     this work
  • triple_range_merge_draw.py

    2054522·python·2.4 KB·2011-05-06 11:49 UTC
    """ triple_range_merge_draw.py
    
     1. Place in directory with .xml draw hand history
     2. Run
     3. Observe converted .txt hand history
     4. ???
     5. Profit!
    """
    
    import os, xml.etree.ElementTree
  • Something

    2054521·text·780 B·2011-05-06 11:48 UTC
    mc@z05-03:~/Minecraft-Overviewer$ python setup.py build
    running build
    running build_ext
    building 'c_overviewer' extension
    creating build
    creating build/temp.linux-x86_64-2.6
    creating build/temp.
  • Miscellany

    2054519·text·250 B·2011-05-06 11:39 UTC
    $ grep -c "\\\\newpage" lineare_algebra.tex lineare_algebra_laufende_vorlesung.tex mup2_vorlesung1.tex mup2_laufende_vorlesung.tex
    lineare_algebra.tex:2
    lineare_algebra_laufende_vorlesung.tex:0
    mu
  • Someone

    2054517·text·272 B·2011-05-06 11:36 UTC
    $ wc -l lineare_algebra.tex lineare_algebra_laufende_vorlesung.tex mup2_vorlesung1.tex mup2_laufende_vorlesung.tex 
     2484 lineare_algebra.tex
     488 lineare_algebra_laufende_vorlesung.tex
     1454 m
  • DigimonUnleashed

    2054516·text·31 B·2011-05-06 11:18 UTC
    thx for supporting guys ;)
  • Something

    2054509·text·2.3 KB·2011-05-06 10:27 UTC
    <?php
    
    /* _-> CLASE MYSQL ( PARA INTERACTUAR CON LA BD ) <-_ */
    
    class Mysql {
    
    /* VARIABLES */
    
    public $BD;
    public $Respuesta;
    
    /* FUNCIONES */
    
    public function __construct ($hostBD='loc

older pastes →