All pastesPublic feed

Public feed

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

    2118212·text·1.0 KB·2012-02-12 05:19 UTC
    make debug 
    make -f Makefile.Debug
    make[1]: Entering directory `C:/Users/Dana/Desktop/work/eclipse/RobertsUI'
    c:/QtSDK/Desktop/Qt/4.8.0/mingw/bin/uic.exe robertsui.ui -o ui_robertsui.h
    g++ -c -g -
  • Stuff

    2118211·text·141 B·2012-02-12 05:13 UTC
    make debug 
    make: *** No rule to make target `c:\QtSDK\Desktop\Qt\4.8.0\msvc2010\mkspecs\default\qmake.conf', needed by `Makefile'. Stop.
  • Anonymous

    2118210·text·2.6 KB·2012-02-12 05:06 UTC
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    
    C:\Users\Dana>env
    !::=::\
    !C:=C:\Users\Dana
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users
  • Anonymous

    2118207·text·57 B·2012-02-12 04:55 UTC
    C:\QtSDK\Desktop\Qt\4.8.0\msvc2010\lib;C:\QtSDK\mingw\lib
  • Untitled

    2118206·text·1.0 KB·2012-02-12 04:38 UTC
    %CommonProgramFiles%\Microsoft Shared\Windows Live;C:\MinGW\bin;C:\Program Files\TortoiseSVN\bin;C:\MinGW\msys\1.0\bin C:\Program Files (x86)\PC Connectivity Solution\;C:\Program Files\Common Files\Mi
  • Someone

    2118204·text·263 B·2012-02-12 04:27 UTC
    make debug 
    make -f Makefile.Debug
    make[1]: Entering directory `C:/Users/Dana/Desktop/work/eclipse/RobertsUI'
    make[1]: Leaving directory `C:/Users/Dana/Desktop/work/eclipse/RobertsUI'
    Makefile.Deb
  • i rules

    2118203·text·8.2 KB·2012-02-12 04:24 UTC
    10120100No00000000100*02102*01*03*06*05*01w00q00004000v00u01u0B*0200Du0F00Cv0E10E00Ku0Jp00C0Bp0Pp0BC0D00R00Ut0UC0Tp0Po0S000p0Y00P00aC00o0Br0Pq0Ss0Bq0cw0Wp0Bo0Um00n0Pv0Bu0jn0bs0cu0nC0e000z0t00ar0sn0b*0
  • Something

    2118202·text·1.2 KB·2012-02-12 04:23 UTC
    linkClicked: function(inSender, inEvent) 
     {
     if(typeof blackberry !== "undefined" && inEvent.cancelable) // Deal with extraneous clicks from Ripple emulator
  • Mine

    2118201·text·263 B·2012-02-12 04:19 UTC
    make debug 
    make -f Makefile.Debug
    make[1]: Entering directory `C:/Users/Dana/Desktop/work/eclipse/RobertsUI'
    make[1]: Leaving directory `C:/Users/Dana/Desktop/work/eclipse/RobertsUI'
    Makefile.Deb
  • Anonymous

    2118198·text·2.6 KB·2012-02-12 03:41 UTC
    OS Name Microsoft Windows 7 Enterprise
    
    Version 6.1.7601 Service Pack 1 Build 7601
    
    Other OS Description Not Available
    
    OS Manufacturer Microsoft Corpo
  • Miscellany

    2118194·text·199 B·2012-02-12 02:53 UTC
    s=zpk('s');
    Fs = SERD + s*SERE;
    for m=1:Norder,
     prodVar = 2 * SERC(m) * SERA(m);
     for n = 1:Norder
     if (n~=m)
     prodVar = prodVar * (s*s - SERA(n)^2);
     end
     end 
     Fs = Fs + prodVar;
    end
  • Someone

    2118193·text·1.2 KB·2012-02-12 02:46 UTC
    <?php
    //connect to server
    require('../pinecountydatabase.php');
    ?>
    <html>
    <head>
     <title>Make A Wish</title>
    </head>
    <body>
    <?
    
    if ( !isset($_POST['wish']) ) {
     print '
     <h1>Make A Wish</
  • Untitled

    2118190·c·339 B·2012-02-12 02:33 UTC
    /* rand example: guess the number */
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    
    int main ()
    {
     int i;
     double random;
     /* initialize random seed: */
     srand ( time(NULL) );
  • Untitled

    2118189·text·5.4 KB·2012-02-12 02:01 UTC
    init:
    init:
    Deleting directory C:\Users\Denis\Documents\NetBeansProjects\Robotics\build
    Deleting directory C:\Users\Denis\Documents\NetBeansProjects\Robotics\suite
    Deleting directory C:\Users\Deni
  • i rules

    2118186·text·8.2 KB·2012-02-12 01:22 UTC
    10120100No00000000100*02102*01*03*06*05*01w00q00004000v00u01u0B*0200Du0F00Cv0E10E00Ku0Jp00C0Bp0Pp0BC0D00R00Ut0UC0Tp0Po0S000p0Y00P00aC00o0Br0Pq0Ss0Bq0cw0Wp0Bo0Um00n0Pv0Bu0jn0bs0cu0nC0e000z0t00ar0sn0b*0
  • Miscellany

    2118185·text·1.1 KB·2012-02-12 01:07 UTC
    TEMPLATE = app
    TARGET = RobertsUI
    CONFIG += debug_and_release
    CONFIG += build_all
    CONFIG(debug, debug|release) {
     TARGET = debug/RobertsUI_debug
    } else {
     TARGET = release/RobertsUI_relea
  • Orz

    2118183·c·817 B·2012-02-12 00:48 UTC
    #include <iostream>
    #include <cstdio>
    
    using namespace std;
    
    int main()
    {
     int passenger;
     cout<<"Enter Passenger: ";
     cin>>passenger;
     char choice;
     for (int i=1;i<=passenge
  • Orz

    2118182·c·817 B·2012-02-12 00:46 UTC
    #include <iostream>
    #include <cstdio>
    
    using namespace std;
    
    int main()
    {
     int passenger;
     cout<<"Enter Passenger: ";
     cin>>passenger;
     char choice;
     for (int i=1;i<=passenge
  • Anonymous

    2118181·text·560 B·2012-02-12 00:36 UTC
    ### Script Settings ###
    source scripts/alltools.tcl
    source scripts/action.fix.tcl
    source scripts/cmd_resolve.tcl
    source scripts/compat.tcl
    #source scripts/floodcontrol.tcl
    #source scripts/timebo
  • Multiverse-Portals-2.3 won't eve

    2118177·text·2.0 KB·2012-02-11 23:51 UTC
    174 recipes
    27 achievements
    15:49:01 [INFO] Starting minecraft server version 1.1
    15:49:01 [INFO] Loading properties
    15:49:01 [INFO] Starting Minecraft server on *:25678
    15:49:01 [INFO] This serv

older pastes →