All pastesPublic feed

Public feed

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

    2110900·text·438 B·2012-02-07 18:37 UTC
    public void OnDataReceived(IAsyncResult asyn)
     {
     SocketPacket socketData = (SocketPacket)asyn.AsyncState ;
     socketData.asyn = asyn;
     socketData.iRx = socketData.m_currentSocket.End
  • Anonymous

    2110899·text·12.1 KB·2012-02-07 18:37 UTC
    CFE version 1.0.37 for BCM947XX (32bit,SP,LE)
    Build Date: ¤T 5¤ë 27 16:47:24 CST 2009 (root@localhost.localdomain)
    Copyright (C) 2000-2008 Broadcom Corporation.
    
    Init Arena
    Init Devs.
    Boot part
  • Untitled

    2110897·text·3.0 KB·2012-02-07 18:27 UTC
    qo_op@Oneiric:~/Desktop$ sh amd-driver-installer-12-1-x86.x86_64.run --help
    Makeself version 2.1.3 
     1) Getting help or info about amd-driver-installer-12-1-x86.x86_64.run :
     amd-driver-installer-
  • download script

    2110896·php·2.2 KB·2012-02-07 18:24 UTC
    <?php
    require_once('inc/config.inc.php'); // just a bunch of define() statements
    $pageID = 'download';
    session_start();
    session_destroy();
    print_r($_POST); // prints empty Array ()
    print_r($_GET
  • Someone

    2110894·text·583 B·2012-02-07 18:22 UTC
    Private Sub txtFname_TextChanged(ByVal sender As Object, ByVal e As
    System.EventArgs) Handles txtFname.TextChanged
     If txtFname.Text <> "" Then
     If IsNumeric(txtFname.Text) = False
  • Mine

    2110893·text·2.5 KB·2012-02-07 18:21 UTC
    LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    
    LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ** Messa
  • Someone

    2110892·text·504 B·2012-02-07 18:18 UTC
    Private Sub txtFname_TextChanged(ByVal sender As Object, ByVal e As
    System.EventArgs) Handles txtFname.TextChanged
     If txtFname.Text <> "" Then
     If IsNumeric(txtFname.Text) = False
  • Someone

    2110891·cpp·165 B·2012-02-07 18:11 UTC
    for(i=randomVector.begin(); i!=randomVector.end(); i++){
     for(j=sortedVector.begin(); j!=sortedVector.end(); j++){
     *j = *i;
     }
     }
  • wps2key

    2110890·python·9.7 KB·2012-02-07 18:07 UTC
    #!/usr/bin/env python
    
    from sys import argv, stderr, exit
    from getopt import GetoptError, getopt as GetOpt
    import hashlib
    
    try:
     from scapy.all import *
    except Exception, e:
     print 'Failed to
  • Miscellany

    2110887·text·667.6 KB·2012-02-07 17:48 UTC
    
        
  • Miscellany

    2110886·csharp·1.0 KB·2012-02-07 17:44 UTC
    Console.WriteLine("Starting message round trip serialization...");
    
     DateTime start = DateTime.Now;
    
     Messages.Handshake handshake = new Messages.Handshake(new by
  • perl_json2edi.tmp

    2110879·text·3.2 KB·2012-02-07 17:20 UTC
    {
     "recipient":"1697978 ",
     "sender":"3456218",
     "body": [{
     "ORDERS":[ "order", {
     "po_number":46,
     "date":"20120207",
     "buyer":[
  • grub com bug

    2110877·text·3.9 KB·2012-02-07 17:15 UTC
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    #
    
    ### BEGIN /etc/grub.d/00_header ###
    if [
  • Unnamed

    2110867·csharp·815 B·2012-02-07 16:40 UTC
    public static MvcHtmlString StyledLabelFor<TModel, TValue>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel,TValue>> model, String cssClass)
     {
     String propertyNam
  • Someone

    2110865·text·466 B·2012-02-07 16:28 UTC
    def jaccardsim(s1, s2): #s1 and s2 are strings
     #Approach: Count the number of common elements, then divide by the union
     uniqueset = []
     commonset = []
     for i in range(0, len(s1)):
     if (not(s
  • Someone

    2110862·text·1.1 KB·2012-02-07 16:17 UTC
    # /etc/fstab: static file system information.
    #
    # Use 'blkid -o value -s UUID' to print the universally unique identifier
    # for a device; this may be used with UUID= as a more robust way to name
    #
  • Untitled

    2110859·text·162 B·2012-02-07 16:05 UTC
    [*gc.log*]
    SHOULD_LINEMERGE = true
    DATETIME_CONFIG = current
    BREAK_ONLY_BEFORE="No shared spaces configured."
    REPORT-jvm = sun_jvm_gc
    sourcetype = sun_jvm_gc
  • Mine

    2110858·text·1.5 KB·2012-02-07 16:03 UTC
    0.794: [GC pause (young), 0.00648300 secs]
     [Parallel Time: 6.3 ms]
     [GC Worker Start Time (ms): 794.5 794.5 795.0 799.8]
     [Update RS (ms): 0.0 0.0 0.0 0.0
     Avg: 0.0,
  • Unnamed

    2110857·text·4.1 KB·2012-02-07 16:03 UTC
    s): 0.0 0.0 0.3 0.3 0.0 0.0 0.3 0.0 0.0 0.0 0.2 0.0 0.4
     Avg: 0.1, Min: 0.0, Max: 0.4]
     [Object Copy (ms): 81.7 81.6 82.0 82.1 81.6 80.8 82.0 81.7 81.4 81.7
  • block_hash/target_hash

    2110850·text·2.6 KB·2012-02-07 15:30 UTC
    #!/usr/bin/env python
    #
    # Read the block database, parse and dump out results
    #
    from bsddb.db import *
    from datetime import date
    import logging
    import os
    import sys
    
    from BCDataStream import

older pastes →