All pastesPublic feed

Public feed

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

    2045815·css·705 B·2011-04-13 08:55 UTC
    /*
     Font and VB macro from: http://read-stuff-here.blogspot.com/2009/09/creating-high-quality-ean13-barcode-for.html
     Font conversion from: http://www.fontsquirrel.com/fontface/generator
  • Stuff

    2045814·vbnet·1.2 KB·2011-04-13 08:53 UTC
    Public Class Form1
    
     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
     Dim endCount As Integer = 1000
    
     Dim finished As
  • Mine

    2045809·text·1.7 KB·2011-04-13 08:35 UTC
    OBJECTID;STR_TYPE;STR_NAME;STR_ID;ADR_ID;ADR_NUM;XCOORD;YCOORD
    7146;улица;Лаптевых;0;0;18а;57958.73;23697.42
    8874;переулок;Культурный Уголок;0;0;174;52721.27;22225.73
    12388;улица;Лебединского;0;0;2
  • Something

    2045805·text·3.3 KB·2011-04-13 07:54 UTC
    Traceback (most recent call last):
    
    File "D:\Dropbox\Code\redacted\var\parts\google_appengine\google\appengine\ext\appstats\recording.py", line 897, in appstats_wsgi_wrapper
    result = app(environ, a
  • Something

    2045790·python·947 B·2011-04-13 06:40 UTC
    from ctypes import windll, byref, create_unicode_buffer, WINFUNCTYPE, c_int
    import win32con
    import win32gui
    
    def SendMessage(hWnd, Msg, wParam, lParam):
     return windll.user32.SendMessageW(hWnd,
  • Stuff

    2045786·php·1.2 KB·2011-04-13 06:31 UTC
    protected function checkIfInLiteral($position, $line) {
            $literal = false; // Set flag that we are not currently in a string literal.
     $escapes = 0;
            
            for ($i = 0;
  • Stuff

    2045783·php·1.2 KB·2011-04-13 06:06 UTC
    protected function checkIfInLiteral($position, $line) {
            $literal = false; // Set flag that we are not currently in a string literal.
     $escapes = 0;
            
            for ($i = 0;
  • Miscellany

    2045781·text·334 B·2011-04-13 05:58 UTC
    CC = g++
    PROGRAM = awsm
    SRCS = Main.cpp WCard.cpp Math.cpp
    OBJS = $(SRCS:.cpp=.o)
    LIBS = -lm -liw
    
    CFLAGS = -g -W -Wall -ffast-math -pedantic 
    
    all: $(PROGRAM)
    
    $(PROGRAM): $(OBJS)
     $(CC)
  • Someone

    2045719·text·7.2 KB·2011-04-13 05:20 UTC
    GOOD
    r300: Initial fragment program
    FRAG
    PROPERTY FS_COLOR0_WRITES_ALL_CBUFS 1
    DCL IN[0], FOG, PERSPECTIVE
    DCL IN[1], GENERIC[0], PERSPECTIVE
    DCL OUT[0], COLOR
    DCL CONST[0..1]
    DCL TEMP[0..1]
  • Something

    2045718·c·4.0 KB·2011-04-13 05:20 UTC
    /*dreg functions and accessories */
    
    enum TYPES {
     COMPL,
     KLEENE,
     OR,
     AND,
     CONCAT
    };
    
    /* Represents a regular expression. The type specifies an operator from enum TYPES
     * which is carr
  • Unnamed

    2045716·c·731 B·2011-04-13 05:19 UTC
    /*
     * A representation of character sets.
     * The array set.partitions defines set as follows:
     * If a character's unicode representation is
     * greater than an odd number of partitions, it is
     *
  • Unnamed

    2045715·text·731 B·2011-04-13 05:19 UTC
    /*
     * A representation of character sets.
     * The array set.partitions defines set as follows:
     * If a character's unicode representation is
     * greater than an odd number of partitions, it is
     *
  • Miscellany

    2045714·text·7.2 KB·2011-04-13 05:19 UTC
    BAD
    r300: Initial fragment program
    FRAG
    PROPERTY FS_COLOR0_WRITES_ALL_CBUFS 1
    DCL IN[0], COLOR, LINEAR
    DCL IN[1], FOG, PERSPECTIVE
    DCL OUT[0], COLOR
    DCL CONST[0..1]
    DCL TEMP[0..1]
     0: MOV_SA
  • Mine

    2045711·text·15.3 KB·2011-04-13 05:18 UTC
    BAD | GOOD
    r300: Initial fragment program r300: Initial fragment program
    FRAG FRAG
    PROPERTY FS_COLOR0_WRITES_ALL_CBUFS 1 PROPERTY FS_COLOR0_WRITES_ALL_CBU
  • Unnamed

    2045710·text·828 B·2011-04-13 05:17 UTC
    Follow these steps:
    • First, make a new class in your project, called Mandelbrot. Then copy the
    source for your annulus program into the new class, and edit it to change the
    name of the class to Ma
  • Untitled

    2045709·text·16.1 KB·2011-04-13 05:13 UTC
    # $Id: Makefile.kmk $
    ## @file
    # Makefile for the Linux installer.
    #
    
    #
    # Copyright (C) 2006-2010 Oracle Corporation
    #
    # This file is part of VirtualBox Open Source Edition (OSE), as
    # availa
  • Someone

    2045705·text·2.4 KB·2011-04-13 04:58 UTC
    Curent modified code
    
    //imports
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import view.GreyscaleHitViewerFrame;
    
    public class mandlebot
    {
     p
  • Anonymous

    2045699·html·760 B·2011-04-13 04:25 UTC
    <div class="comments"> <!-- Container for all comments -->
     <div class="comment"> <!-- A single comment -->
     <!-- The content for the comment -->
     <p>Awesome post! You're amazing!</p>
     </div>
  • Something

    2045686·text·807 B·2011-04-13 03:41 UTC
    Unhandled exception in thread started by <bound method BEConnection.eventloop of <mythtv.twofour.connections.BEConnection object at 0x101293f10>>
    Traceback (most recent call last):
     File "/Users/ek
  • Stuff

    2045682·text·1.4 KB·2011-04-13 03:20 UTC
    ----------------------------------------
    Exception happened during processing of request from ('127.0.0.1', 50848)
    Traceback (most recent call last):
     File "/System/Library/Frameworks/Python.frame

older pastes →