All pastesPublic feed

Public feed

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

    2073165·text·5.2 KB·2011-06-01 09:53 UTC
    // hardcoded cube sounds (i.e. order matters, and these must always be the first to be registered).
    
    registersound "kaiser/jump" 
    registersound "kaiser/land"
    registersound "kaiser/rifle" //"fr
  • Unnamed

    2073163·text·1.1 KB·2011-06-01 09:49 UTC
    thefear@thefear:~/flshit$ cat demo.c
    #define F_CPU 20000000L
    #include <avr/io.h>
    #include <util/delay.h>
    #define BAUD 9600L
    #define MYUBRR (F_CPU/16/BAUD)-1
    volatile char preved[]= "Preved";
  • Someone

    2073162·text·6.0 KB·2011-06-01 09:47 UTC
    <?php
    
    class ModuleDeliveryComplete extends Module
    {
     protected $strTemplate = 'mod_delivery_complete';
     
     protected function compile()
     {
     $session = $this->Session->getData();
     //Bestellu
  • Someone

    2073161·text·6.0 KB·2011-06-01 09:43 UTC
    <?php
    
    class ModuleDeliveryComplete extends Module
    {
     protected $strTemplate = 'mod_delivery_complete';
     
     protected function compile()
     {
     $session = $this->Session->getData();
     //Bestellu
  • Unnamed

    2073155·text·956 B·2011-06-01 09:27 UTC
    #define F_CPU 20000000L
    #include <avr/io.h>
    #include <util/delay.h>
    #define BAUD 9600L
    #define MYUBRR (F_CPU/16/BAUD)-1
    char preved[14]= "Preved medved!";
    
    void USART_Transmit(char data );
    voi
  • Someone

    2073152·text·298 B·2011-06-01 09:20 UTC
    It is two dogmas of now antiquated modern science — that mind is in the head, and that the world is devoid of meaning unless we, or our brains, give it meaning — that creates the illusion — a meta-cog
  • Anonymous

    2073148·text·5.6 KB·2011-06-01 09:02 UTC
    R&D Agents - 
     You need datacores. You can buy them. The ones you need to invent are
     Gallentean Starship 65-80k
     Mechanical Engineering 150-200k
     BUT the most worthwhile datacores are
     Nuc
  • Something

    2073144·text·30.1 KB·2011-06-01 08:40 UTC
    Starting Nmap 5.51 ( http://nmap.org ) at 2011-06-01 10:39 South Africa Standard Time
    
    NSE: Loaded 57 scripts for scanning.
    
    Initiating Parallel DNS resolution of 1 host. at 10:39
    
    Completed
  • argh.

    2073142·text·174 B·2011-06-01 08:24 UTC
    string color;
    if (condition = "true")
    {
     color = "blue";
    }
    else
    {
     color = "red";
    }
    Console.WriteLine(String.Format("The ball is {0}", color)); // No Error Now
  • argh.

    2073141·text·221 B·2011-06-01 08:23 UTC
    if (condition = "true")
    {
     string color = "blue";
    }
    else
    {
     string color = "red";
    }
    Console.WriteLine(String.Format("The ball is {0}", color)); // At which point it says "color" doesn't
  • Miscellany

    2073139·text·2.2 KB·2011-06-01 08:00 UTC
    CREATE TABLE `installs` (
     `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
     `email` varchar(255) NOT NULL,
     `fs_username` varchar(255) DEFAULT NULL,
     `mysql_username` varchar(100) DEFAULT NU
  • Stuff

    2073138·text·13.7 KB·2011-06-01 08:00 UTC
    ---------------------------------------------------------------
    
     Channel ID: -22140932
     Channel Name: Private Chat (alone)
     Listener: Kames Jerk
     Session started: 2011.0
  • Unnamed

    2073131·text·7.5 KB·2011-06-01 07:43 UTC
    ArticleAjaxLoading = {
     
     counter: 0,
    
     cache: {},
     
     track: function(data) {
     _gaq.push(['_setAccount', 'UA-2871474-1']);
     _gaq.push(data);
     },
    
     init: function() {
     if(window.aal) {
  • Miscellany

    2073130·csharp·2.5 KB·2011-06-01 07:37 UTC
    package ru.softded.kem;
    
    import java.util.ArrayList;
    import java.util.List;
    import java.util.logging.Logger;
    import javax.jdo.PersistenceManager;
    import javax.jdo.Query;
    import org.joda.time.Da
  • Miscellany

    2073129·java·2.5 KB·2011-06-01 07:37 UTC
    package ru.softded.kem;
    
    import java.util.ArrayList;
    import java.util.List;
    import java.util.logging.Logger;
    import javax.jdo.PersistenceManager;
    import javax.jdo.Query;
    import org.joda.time.Da
  • Something

    2073123·text·875 B·2011-06-01 07:26 UTC
    [Drake, L4 mission T2]
    Ballistic Control System II
    Ballistic Control System II
    Shield Power Relay II
    Shield Power Relay II
    
    Large Shield Extender II
    Large Shield Extender II
    Heat Dissipation F
  • minifs

    2073122·text·3.4 KB·2011-06-01 07:26 UTC
    michel@yap:/opt/minifs$ ./minifs_build.sh
    MINIFS_BOARD df3120
    #### Extracting crosstool-ng-1.11.3.tar.bz2 to /opt/minifs/build-df3120/crosstools (bz2)
     Configuring crosstools
     SED 'ct-ng'
  • Untitled

    2073120·text·1.1 KB·2011-06-01 07:15 UTC
    // TheAlphaNerd
    // The Basic Guessing game... wish me luck
    
    #include <iostream>
    #include <time.h>
    using namespace std;
    
    int main (void) {
     int secret, guess;
     
     // Initialize seed
     srand (
  • Miscellany

    2073118·text·2.3 KB·2011-06-01 06:57 UTC
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont verdana:size=8
    
    # Text alignment 
    alignment top_right
    
    # Set to yes if you want Conky to be forked in the background.
    backgroun
  • Anonymous

    2073107·text·416 B·2011-06-01 06:08 UTC
    // hello.cpp: Super Awesome AlphaNerd Edition
    // Description: a program that prints the immortal saying "hello world"
    // Then it does it AGAIN!!! in the end I want to have
    // It write Hello world 4

older pastes →