All pastesPublic feed

Public feed

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

    2048360·text·875 B·2011-04-19 18:09 UTC
    from django.conf.urls.defaults import *
    from django.conf import settings
    
    # Uncomment the next two lines to enable the admin:
    # from django.contrib import admin
    # admin.autodiscover()
    
    urlpatte
  • Untitled

    2048358·text·1.2 KB·2011-04-19 18:03 UTC
    IRW MAP Level 2 With One Rocket Challenge
    -----------------------------------------
    
    The challenge: To pass all 7 tasks in UKRA MAP Level 2 using a single base rocket, modified as needed between fl
  • Untitled

    2048353·text·704 B·2011-04-19 17:57 UTC
    algoritmo "semnome"
    // Função : ?
    // Autor : PINKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
    // Data : 19/04/2011
    // Seção de Declarações
    var
    a,b,c,delta,x1,x2:real
    inicio
    // Seção
  • C++ Builder 2009 Unicode write+r

    2048352·cpp·503 B·2011-04-19 17:57 UTC
    FILE *fileHLD;
    int fHandle,fLen;
    
    fileHLD=fopen("!config.cfg","wb+");
    fwrite(UTF8Encode(Memo5->Text).c_str(),UTF8Encode(Memo5->Text).Length(),1,fileHLD);
    fclose(fileHLD);
    
    fileHLD=fopen("!confi
  • Untitled

    2048351·text·1.2 KB·2011-04-19 17:57 UTC
    IRW MAP Level 2 With One Rocket Challenge
    -----------------------------------------
    
    The challenge: To pass all 7 tasks in UKRA MAP Level 2 using a single base rocket, modified as needed between fl
  • C++ Builder 2009 Unicode write+r

    2048350·cpp·515 B·2011-04-19 17:55 UTC
    FILE *fileHLD;
    int fHandle,fLen;
    
    fileHLD=fopen("!config.cfg","wb+");
    fwrite(UTF8Encode(Memo5->Text).c_str(),UTF8Encode(Memo5->Text).Length(),1,fileHLD);
    fclose(fileHLD);
    
    fileHLD=fopen("!confi
  • C++ Builder 2009 Unicode write+r

    2048347·cpp·476 B·2011-04-19 17:53 UTC
    FILE *fileHLD;
    int fHandle,fLen;
    char buffer[600];
    
    fileHLD=fopen("!config.cfg","wb+");
    fwrite(UTF8Encode(Memo5->Text).c_str(),UTF8Encode(Memo5->Text).Length(),1,fileHLD);
    fclose(fileHLD);
    
    fi
  • FOURMIZZZ

    2048345·text·2.2 KB·2011-04-19 17:51 UTC
    {\rtf1\ansi\ansicpg1252\deff0\deflang3084{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
    {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\f0\fs20 L\rquote ennemie inflige 207 885(+0) d\'e9g\'e2ts \'e
  • vb in c++

    2048343·vb·407 B·2011-04-19 17:50 UTC
    #include <iostream>
    
    #define Public inline
    #define Sub void
    #define HelloWorld main
    #define Dim { int
    #define As =
    #define Integer 0;
    #define If ; if(
    #define Then ) {
    #define Print std::cou
  • vb in c++

    2048341·vb·400 B·2011-04-19 17:47 UTC
    #include <iostream>
    
    #define Public
    #define Sub void
    #define HelloWorld main
    #define Dim { int
    #define As =
    #define Integer 0;
    #define If ; if(
    #define Then ) {
    #define Print std::cout <<
    #
  • vb in c++

    2048340·vbnet·400 B·2011-04-19 17:46 UTC
    #include <iostream>
    
    #define Public
    #define Sub void
    #define HelloWorld main
    #define Dim { int
    #define As =
    #define Integer 0;
    #define If ; if(
    #define Then ) {
    #define Print std::cout <<
    #
  • Unnamed

    2048335·text·9.8 KB·2011-04-19 17:25 UTC
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    Switching to clocksource orion_clocksource
    Switched to NOHz mode on CPU #0
    FS-Cache: Loaded
    NET: Registered
  • Untitled

    2048333·text·245 B·2011-04-19 17:18 UTC
    AuthName "Authentication Base"
    AuthType Basic
    AuthUserFile /var/www/myapp/.htpasswd
    Require valid-user
    
    <Files "heartbeat.php">
     order allow,deny
     allow from xx.yy.
     allow
  • Mine

    2048332·text·704 B·2011-04-19 17:14 UTC
    # By Brian Gross #
    # Co editor Liz Henry #
    # 4/19/11 #
    url = raw_input('Please enter a website url: ')
    x = raw_input('Please enter a search word: ')
    import urllib
    var_html = urllib.urlopen(url).
  • Mine

    2048330·text·340 B·2011-04-19 17:07 UTC
    # By Brian Gross #
    # Co editor Liz Henry #
    # 4/19/11 #
    url = raw_input('Please enter a website url: ')
    x = raw_input('Please enter a search word: ')
    import urllib
    var_html = urllib.urlopen(url).
  • Something

    2048329·text·19 B·2011-04-19 17:05 UTC
    ridha dour 3al imin
  • Someone

    2048328·java·626 B·2011-04-19 17:02 UTC
    for (L2ItemInstance item : getInventory().getItems())
     {
     if (item != null && item.isEquipped() && item.isWeapon())
     {
     if (item.isArmor() && item.getItem().getCrystalType() > expertize)
  • Someone

    2048327·text·626 B·2011-04-19 17:02 UTC
    for (L2ItemInstance item : getInventory().getItems())
     {
     if (item != null && item.isEquipped() && item.isWeapon())
     {
     if (item.isArmor() && item.getItem().getCrystalType() > expertize)
  • Miscellany

    2048325·text·237 B·2011-04-19 16:59 UTC
    # By Brian Gross #
    # Co editor Liz Henry #
    # 4/19/11 #
    url = raw_input('Please enter a website url: ')
    import urllib
    var_html = urllib.urlopen(url).read()
    print var_html
    # http://en.wikibooks.o
  • Stuff

    2048324·text·699 B·2011-04-19 16:53 UTC
    ======== TESTING AT RATE bw1.cmd
    Setting 5k/1k bw 10ms delay
    Tue 04/19/2011
     9:49:56.89
    LOADING URL: http://strangetest.strangeloop.net/gacv/page1.html
    Traceback (most recent call last):
     File

older pastes →