All pastesPublic feed

Public feed

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

    2132498·text·3.2 KB·2012-03-27 09:59 UTC
    procedure TriangleFLATZ(const theX1,theY1,theZ1,theX2,theY2,theZ2,theX3,theY3,theZ3:single;color:dword;where:gfxImage);
    var
     X1,X2,X3,Y1,Y2,Y3,Z1,Z2,Z3:longint;
    
     DX12,DX23,DX31,DY12,DY23,
  • Mine

    2132483·text·279 B·2012-03-27 09:21 UTC
    <hr />
    <div id="footer">
    <p>
    Powered by <a href="http://wordpress.org/" title="WordPress">WordPress</a>
    <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    and <a href="feed:<?p
  • Someone

    2132481·text·154 B·2012-03-27 09:13 UTC
    #!/usr/bin/perl -w
    
    $/ = undef;
    $_ = <>;
    s#/\*[^*]*\*+([^/*][^*]*\*+)*/|("(\\.|[^"\\])*"|'(\\.|[^'\\])*'|.[^/"'\\]*)#defined $2 ? $2 : ""#gse;
    print;
  • Anonymous

    2132477·text·984 B·2012-03-27 09:03 UTC
    s{
     /\* ## Start of /* ... */ comment
     [^*]*\*+ ## Non-* followed by 1-or-more *'s
     (
     [^/*][^*]*\*+
     )* ## 0-or-more things which don't start with /
  • Anonymous

    2132460·text·3.8 KB·2012-03-27 08:20 UTC
    root@gaya:~# lvscan 
     /dev/positron/root: read failed after 0 of 4096 at 2436825088: Input/output error
     /dev/positron/root: read failed after 0 of 4096 at 2436882432: Input/output error
     /dev/p
  • test

    2132455·text·500.4 KB·2012-03-27 08:10 UTC
    
        
  • Mine

    2132418·text·693 B·2012-03-27 07:04 UTC
    GHCi, version 7.0.3: http://www.haskell.org/ghc/ :? for help
    Loading package ghc-prim ... linking ... done.
    Loading package integer-gmp ... linking ... done.
    Loading package base ... linking ... d
  • Something

    2132411·text·11.5 KB·2012-03-27 06:43 UTC
    [2012-03-27 08:33:58 - tigase-mobile] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
    (jnamed$1) that doesn't come with an
    associated EnclosingMethod attribute. This class w
  • Miscellany

    2132405·text·393 B·2012-03-27 06:21 UTC
    <VirtualHost *:80>
     ServerName ssh.paradizelost.net
     ProxyRequests on
     ProxyVia on
     AllowCONNECT 22
     <Proxy *>
     Order deny,allow
     Allow from all
     AuthType B
  • Mine

    2132404·text·1.2 KB·2012-03-27 06:21 UTC
    wildcard NameVirtualHosts and _default_ servers:
    *:443 is a NameVirtualHost
     default server 127.0.1.1 (/etc/apache2/sites-enabled/default-ssl:2)
     port 443 namevhost
  • Mine

    2132402·text·1.6 KB·2012-03-27 06:15 UTC
    apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
    [Tue Mar 27 01:15:15 2012] [error] VirtualHost ssh.paradizelost.net:80 -- mixing * ports
  • Untitled

    2132393·text·2.5 KB·2012-03-27 06:01 UTC
    P00>>>show config
     COMPAQ AlphaServer DS20E 666 MHz
    
    SRM Console: V7.3-1
    PALcode: OpenVMS PALcode V1.98-79, Tru64 UNIX PALcode V1.92-74
    
    Processors
    CPU 0
  • Unnamed

    2132375·text·5.2 KB·2012-03-27 05:18 UTC
    : ,........... .: :5hM@@@@@9; r&hr. ...........
    :.::::::,,,,,,,,,,,,,,,,,,,.............. .rAM@@iM@@@@@@@@@@&r3M@@@A; ........,.,,,,,,,,,
  • pglinux.diff

    2132357·diff·43.2 KB·2012-03-27 04:25 UTC
    
        
  • Unnamed

    2132352·text·553 B·2012-03-27 03:59 UTC
    <Hunterkll> you have /usr/pkg/foo and it symlinks to whatever you want.. /usr/pkg/foo-1.1 etc, each version is installed in it's own verison named dir
    <Hunterkll> of course, this is all moot if you u
  • Anonymous

    2132351·text·553 B·2012-03-27 03:58 UTC
    <Hunterkll> you have /usr/pkg/foo and it symlinks to whatever you want.. /usr/pkg/foo-1.1 etc, each version is installed in it's own verison named dir
    <Hunterkll> of course, this is all moot if you u
  • Mine

    2132347·text·174.7 KB·2012-03-27 03:35 UTC
    
        
  • Miscellany

    2132346·text·174.7 KB·2012-03-27 03:35 UTC
    
        
  • swag

    2132345·c·491 B·2012-03-27 03:31 UTC
    #include <stdio.h>
    #define PRECISION 0.1
    
    float squareRootRecursiveGuess(float x, float g)
    {
     float cond, ans;
     g=((x/g) + g)/2;
     if((cond=x/g - g)>PRECISION || cond<-PRECISION)
  • Mine

    2132344·c·495 B·2012-03-27 03:30 UTC
    #include <stdio.h>
    #define PRECISION 0.1
    
    float
    squareRootRecursiveGuess(float x, float g)
    {
     float cond, ans;
     g=((x/g) + g)/2;
     if((cond=x/g - g)>PRECISION || cond<-PRECISION)

older pastes →