All pastesPublic feed

Public feed

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

    2108501·text·925 B·2012-02-01 07:08 UTC
    The battery reports a discharge rate of 9.40 W
    The estimated remaining time is 157 minutes
    
    Summary: 529.3 wakeups/second, 0.0 GPU ops/second and 0.0 VFS ops/sec
    
     Usage Eve
  • Someone

    2108492·text·335 B·2012-02-01 04:59 UTC
    MAIN TASKS :::
    -Teleop
    -Autonomous
    
    HARDWARE CALIBRATION / INPUTS IN CODE / ETC :::
    -Gyro
    -Encoder
    -Motors
    -Joystick
    -Camera?
    -Kinect?
    
    MAKING THE MOST EFFECIENT PIECES OF CODE :::
    -Movem
  • Someone

    2108491·text·16.0 KB·2012-02-01 04:55 UTC
    Warning at /pastebin/post
    Incorrect string value: '\xE2\x96\xB8\ ,...' for column 'code' at row 1
    Request Method: POST
    Request URL: http://dev.inetpro.org/pastebin/post
    Exception Type: Warning
    Ex
  • Untitled

    2108485·text·2.8 KB·2012-02-01 04:52 UTC
    filetype plugin on
    filetype indent plugin on
    
    autocmd FileType c set omnifunc=ccomplete#Complete
    " set UTF-8 encoding
    set enc=utf-8
    set fenc=utf-8
    set termencoding=utf-8
    " disable vi compatibi
  • Something

    2108484·text·1.4 KB·2012-02-01 04:49 UTC
    Patricks-MacBook-Pro-3:~ patg$ bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
    Downloading RVM from wayneeseguin branch master
     % Total % Received % Xfe
  • Unnamed

    2108481·text·1.5 KB·2012-02-01 04:20 UTC
    [Program Options]
    Fullscreen=1
    Installing=0
    Install Type=3
    BitsPerPixel=16
    Font Name=
    Double Byte Character Support=0
    Drop Capitals=1
    3D Acceleration=0
    16Bit Textures=0
    Display Frequency=60
  • Mine

    2108479·text·244 B·2012-02-01 03:29 UTC
    [test@ettin ~]$ ./%s -D9 ls /root/
    debug_level: settings: 9=(null)
    progname: settings: %s=(null)
    network_addrs: settings: 192.168.2.113/255.255.255.0 fe80::205:4eff:fe4a:6ff4/ffff:ffff:ffff:ffff::=
  • Anonymous

    2108477·text·249 B·2012-02-01 03:09 UTC
    //bhoppers
    alias hop1 "bind MWHEELUP +jump;bind MWHEELDOWN +jump;bind MOUSE3 hop2"
    alias hop2 "bind MWHEELUP invprev; bind MWHEELDOWN invnext; bind MOUSE3 hop1"
    
    // take this bind out if you dont
  • Miscellany

    2108476·text·933 B·2012-02-01 02:59 UTC
    Ability: Dexterity.
    Requires Training: No.
    Classes: All.
    
    The character has spent time training to ride mounts, and can perform actions unskilled people cannot.
    
    Riding a horse provides several
  • Miscellany

    2108474·text·2.5 KB·2012-02-01 02:47 UTC
    horse ownership is persistent, like housing; protect your horse, purchase upgrades like armor, lest it get killed and you have to buy a new one. new DB table to support this and track location. td:
  • Miscellany

    2108473·text·2.3 KB·2012-02-01 02:44 UTC
    package edu.wpi.first.wpilibj.templates;
    import edu.wpi.first.wpilibj.*;
    
    public class RobotTemplate extends IterativeRobot {
    
     public RobotDrive drivetrain;
     public Joystick joystick;
  • Miscellany

    2108472·text·174 B·2012-02-01 02:40 UTC
    twig:
     debug: %kernel.debug%
     strict_variables: %kernel.debug%
     form:
     resources:
     - 'PolitistreamCoreBundle:Form:fields.html.twig'
  • Miscellany

    2108469·text·156 B·2012-02-01 02:30 UTC
    case 1:
     dTemp = 1 + dTaux;
     dTemp2 = 1 + dTaux;
    
     for (int i=2;i<=iPeriode;i++){
     dTemp2 = dTemp * dTemp2;
     }
    
     dMontantFinal = dMontant * dTemp2;
  • Someone

    2108462·text·687 B·2012-02-01 01:49 UTC
    /*
    
     Set local string to the tag of a WP
     "std_plc_transition_target" 
    
    */
    
    void main()
     {
    
     string target = "std_transition_target";
     string k_message = "std_transition_message";
     
     obje
  • Miscellany

    2108461·text·350 B·2012-02-01 01:48 UTC
    parameters:
     profile_components:
     - Politistream/CoreBundle/Entity/BasicInformationProfileComponent
    
    services:
     form.type.profileruletype:
     class: Politistream\CoreBundle\For
  • Something

    2108459·text·2.4 KB·2012-02-01 01:44 UTC
    root@braserv:/tmp# cat /etc/asterisk/sip.conf
    [general]
    ; Nothing in this section
    ;srvlookup=yes
    localnet=192.168.0.0/255.255.255.0
    ;externaddr=189.105.71.43
    ;fromdomain=braserv.chickenkiller.co
  • Untitled

    2108457·text·862 B·2012-02-01 01:41 UTC
    [8:35 PM] <ryan101> dont hate on kemp because you are one of his 40 kids and he abandonded you
    [8:35 PM] <castr0> I wish I had kemps genes
    [8:35 PM] <castr0> It would be nice to be able to dunk on f
  • Untitled

    2108456·text·405 B·2012-02-01 01:40 UTC
    Starting full system upgrade...
    warning: libva: local (1.0.15-3) is newer than platform (1.0.15-2)
    warning: nvidia: local (295.09-3) is newer than testing (290.10-3)
    warning: nvidia-utils: local (2
  • Someone

    2108455·c·993 B·2012-02-01 01:38 UTC
    const int firstPin = 2;
    const int ledCount = 10;
    const int lastPin = firstPin + ledCount;
    const int sampleCount = 25;
    
    int samples[sampleCount]; 
    int index = 0; 
    int tota
  • Miscellany

    2108451·text·545 B·2012-02-01 01:08 UTC
    ~ /evolution-data-server-3.2.3/calendar/backends/caldav/e-cal-backend-caldav.c
    
    /* ensure etag is quoted (to workaround potential server bugs) */
    static gchar *
    quote_etag (const gchar *etag)
    {

older pastes →