All pastesPublic feed

Public feed

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

    2081717·text·166 B·2011-09-21 02:38 UTC
    void showScreenText(char* showText)
    {
     glRasterPos2i(1.5f, -1.5f);
     glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
     glutBitmapString(GLUT_BITMAP_HELVETICA_12, showText);
    }
  • Miscellany

    2081710·text·379 B·2011-09-21 01:54 UTC
    <Tommy> wait a second, i might have just worked it out in my head
    Sep 20 19:30:44 <Tommy> bluemanshoe: well first i'm thinking i need to get rid of t in my formulas so i can figure out V_init
    Sep 2
  • Untitled

    2081699·cpp·1.2 KB·2011-09-21 01:02 UTC
    //Erin O'Toole
    //Prime Finder V4 (Use File IO to optimize)
    #include <iostream>
    #include <fstream>
    #include <cmath>
    
    int is_prime(int);
    using namespace std;
    
    int main()
    {
     cout << "Prime Cal
  • Untitled

    2081698·cpp·993 B·2011-09-21 01:01 UTC
    //Erin O'Toole
    //Prime Finder V2 (Two Steps + some loop changes)
    #include <iostream>
    #include <fstream>
    #include <cmath>
    
    int is_prime(int);
    using namespace std;
    
    int main()
    {
     cout << "Pri
  • Mine

    2081695·text·2.4 KB·2011-09-21 00:55 UTC
    September 20 
     •Dungeons & Raids 
     •Firelands •Hell Hound Rend Flesh damage has been reduced by 25%. 
     •The damage multiplier granted by energy to Unstable Magma has been reduced by 50%. 
     •Al
  • Untitled

    2081693·text·1.5 KB·2011-09-21 00:45 UTC
    Public Class Form1
    
     Dim answer As String 'Secert word
     Dim wlength As Integer ' Length of word
     Dim tempword(40) As String 'Stores letters of the word
    
     Private Sub btnHide_Click(By
  • Mine

    2081683·text·6.8 KB·2011-09-20 23:45 UTC
    19:37:09 T:3824 NOTICE: -->Python Interpreter Initialized<--
    19:37:09 T:3824 NOTICE: url None name None mode None
    19:37:09 T:3824 NOTICE: year None month None day None
    19:37:09 T:3824 NOTICE: h
  • Something

    2081682·text·880 B·2011-09-20 23:40 UTC
    error
    
     err: Could not retrieve catalog from remote server: 
     Error 400 on SERVER: Failed to parse template 
     puppet/puppet.conf.erb: Could not find value for
     'puppetserver' at /etc/puppet/m
  • Something

    2081681·text·893 B·2011-09-20 23:38 UTC
    error
    
     err: Could not retrieve catalog from remote server: 
     Error 400 on SERVER: Failed to parse template 
     puppet/puppet.conf.erb: Could not find value for
     'puppetserver' at /etc/puppet/m
  • Miscellany

    2081679·text·733 B·2011-09-20 23:08 UTC
    --- SrSv/TOR.pm (revision 3569)
    +++ SrSv/TOR.pm (working copy)
    @@ -32,14 +32,15 @@
     sub openURI($) {
     my ($URI) = @_;
     my $fh;
    + use IO::File;
     if($URI =~ s/^file:\/\
  • Miscellany

    2081678·text·737 B·2011-09-20 23:06 UTC
    --- SrSv/TOR.pm (revision 3569)
    +++ SrSv/TOR.pm (working copy)
    @@ -32,14 +32,15 @@
     sub openURI($) {
     my ($URI) = @_;
     my $fh;
    + use IO::File;
     if($URI =~ s/^file:\/
  • Unnamed

    2081667·text·24 B·2011-09-20 22:26 UTC
    qbtst 20/09/2011 - 19:30
  • Mine

    2081663·text·1.1 KB·2011-09-20 21:54 UTC
    Last login: Thu Sep 15 23:21:01 on console
    mbookroy:~ wijkstraroy$ traceroute www.psx-sense.nl
    traceroute: Warning: www.psx-sense.nl has multiple addresses; using 173.245.60.118
    traceroute to psx-s
  • Stuff

    2081660·python·15.5 KB·2011-09-20 21:40 UTC
    # Get video mimetypes that Phonon can play :
    mimetypes = Phonon.BackendCapabilities.availableMimeTypes()
    
    # Transform the list of available mimeTypes into a Nepomuk.Query.OrTerm :
    mimeTypesTerms =
  • Mine

    2081658·java·976 B·2011-09-20 21:39 UTC
    import java.util.ArrayList;
    import java.util.Collections;
    import java.util.Comparator;
    import java.util.List;
    
    public class ShopProducts {
    
     public static void main(String[] args){
     
     List<P
  • Stuff

    2081657·python·15.5 KB·2011-09-20 21:38 UTC
    # Get video mimetypes that Phonon can play :
    mimetypes = Phonon.BackendCapabilities.availableMimeTypes()
    
    # Transform the list of available mimeTypes into a Nepomuk.Query.OrTerm :
    mimeTypesTerms =
  • Someone

    2081656·text·1.3 KB·2011-09-20 21:38 UTC
    _unit = _this select 0;
     _part = _this select 1;
     _partDamage = _this select 2;
     
     if (_part == "") then {
     _unit setVariable [QUOTE(GVAR(hds)), [_this]];
     } else {
     _u
  • Something

    2081653·text·1.4 KB·2011-09-20 21:34 UTC
    If all a top physicist knows
     About the Truth be true,
     Then, for all the so-and-so's,
     Futility and grime,
     Our common world contains,
     We have a better time
     Than the Greater Nebulae do,
     Or
  • Stuff

    2081650·python·14.0 KB·2011-09-20 21:25 UTC
    # Get video mimetypes that Phonon can play :
    mimetypes = Phonon.BackendCapabilities.availableMimeTypes()
    
    # Transform the list of available mimeTypes into a Nepomuk.Query.OrTerm :
    mimeTypesTerms =
  • Someone

    2081649·text·1.8 KB·2011-09-20 21:23 UTC
    // #define DEBUG_MODE_FULL
    #include "script_component.hpp"
    
    #define __unitcfg configFile >> "cfgVehicles" >> _to
    #define __ammocfg configFile >> "cfgAmmo" >> _ammo
    
    /*
    
    0: injured [Object]
    1:

older pastes →