All pastesPublic feed

Public feed

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

    2054468·cpp·365 B·2011-05-06 07:07 UTC
    #include <iostream>
    
    int main() {
    
     int x, y, val;
     
     std::cout << "Enter value 1: ";
     std::cin >> x;
     
     std::cout << "Enter value 2: ";
     std::cin >> y;
    
     if(x > y) {
     val = x;
     x = y;
  • Something

    2054464·text·1000 B·2011-05-06 06:40 UTC
    --- Vocational Doors by Admin Saint
    
    function onUse(cid, item, frompos, item2, topos)
     vocationsub = item.uid
    
     if vocationsub == 1555 then
     voc = 1
     end
     if vocationsub == 1556 then
  • Something

    2054461·text·998 B·2011-05-06 06:25 UTC
    --- Vocational Doors by Admin Saint
    
    function onUse(cid, item, frompos, item2, topos)
     vocationsub = item.uid
    
     if vocationsub == 1555 then
     voc = 1
     end
     if vocationsub == 1556 then
  • Something

    2054455·text·6.7 KB·2011-05-06 05:57 UTC
    [tim@Cygnus-X1 ISO]$ wine setup.exe
    [tim@Cygnus-X1 ISO]$ fixme:heap:HeapSetInformation 0x2d4000 0 0x23fcb0 4
    fixme:atl:AtlModuleInit SEMI-STUB (0x40f900 0x40f010 0x400000)
    err:ole:marshal_object co
  • Mine

    2054454·text·1.1 KB·2011-05-06 05:40 UTC
    Door Prize – 20gs – Bronze
    “Examine all the vitrified test chamber doors”
    This is unlocked during Chapter Six. You need to find 6 doors, which are 
    located in 2 separate groups of 3. The first set
  • morroc

    2054447·text·24.7 KB·2011-05-06 05:19 UTC
    To - NinjaVoid 
    From - BlazeFirelover 
    Wed, 2011-05-04 06:22
    Friend Request
    
    Hi NinjaVoid
    
    BlazeFirelover has requested to add you as friend. If you do not know BlazeFirelover, you can ignore t
  • Unnamed

    2054443·text·727 B·2011-05-06 04:56 UTC
    ==> Downloading lib32-fontconfig...
    bsdtar: Unrecognized archive format
    bsdtar: Error exit delayed from previous errors.
    lua: bsdtar failed to extract /tmp/clyde-tim/lib32-fontconfig/lib32-fontconf
  • resume.subr

    2054442·bash·1.5 KB·2011-05-06 04:54 UTC
    #!/bin/bash
    # Author: Kevin Sweeney <kevin.t.sweeney at gmail dotcom>
    # Date: 4 May 2011
    
    if [[ -n $RESUME_SUBR_H ]]; then
     true
    else
     RESUME_SUBR_H=true
    
    function define_class {
     l
  • Something

    2054441·bash·1.4 KB·2011-05-06 04:52 UTC
    #!/bin/bash
    # Author: Kevin Sweeney <kevin.t.sweeney at gmail dotcom>
    # Date: 4 May 2011
    
    if [[ -n $RESUME_SUBR_H ]]; then
     true
    else
     RESUME_SUBR_H=true
    
    function define_class {
     l
  • Anonymous

    2054440·cpp·1016 B·2011-05-06 04:40 UTC
    class ACRegisters {
    private:
     union reg_ax {
     word ax;
     struct {
     byte al;
     byte ah;
     };
     } _reg_ax;
    
     union reg_bx {
     word bx;
     struct {
     byte bl;
     byte bh;
     };
     } _reg_
  • Unnamed

    2054439·cpp·1.9 KB·2011-05-06 04:37 UTC
    #define hibyte(a) (((a) >> 8) & 0xFF)
    #define lobyte(a) ((a) & 0xFF)
    
    #ifdef __DEBUG
    #include <iostream>
    #endif //__DEBUG
    
    typedef /*unsigned*/ char byte; //1-byte
    typedef /*unsigned*/ short w
  • Anonymous

    2054438·text·4.5 KB·2011-05-06 04:28 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 [
  • Anonymous

    2054437·text·3.5 KB·2011-05-06 04:27 UTC
    LEANNE
    ------
    LEVEL 1: Unbreakable Will
    LEVEL 1: Concussion or Sweeping Strikes
    LEVEL 2: Guard Break or Guerilla Warfare
    LEVEL 3: Compassionate Aura or Spiritual Mist
    LEVEL 5: Spirit Channel or
  • Anonymous

    2054436·text·934 B·2011-05-06 04:24 UTC
    //Tiffany Sallee
    // Lab8
    // Calculate distance using speed & time
    
    #include <iostream>
    #include <cmath>
    
    using namespace std;
    
    int main()
    
    {
     //declare variables
     int speed;
  • Something

    2054434·text·79 B·2011-05-06 04:16 UTC
    class UserController 
     def show
     @user = User.find(params.id)
     end
    end
  • Stuff

    2054432·text·2.0 KB·2011-05-06 03:59 UTC
    diff --git a/mythtv/libs/libmythtv/tv_play.cpp b/mythtv/libs/libmythtv/tv_play.cpp
    index e5813d7..c6e7817 100644
    --- a/mythtv/libs/libmythtv/tv_play.cpp
    +++ b/mythtv/libs/libmythtv/tv_play.cpp
    @@
  • MHP3rd Item Translation Referenc

    2054425·text·18.8 KB·2011-05-06 03:16 UTC
    調合書①入門編 => Book of Combos 1
    調合書②初級編 => Book of Combos 2
    調合書③中級編 => Book of Combos 3
    調合書④上級編 => Book of Combos 4
    調合書⑤達人編 => Book of Combos 5
    回復薬 => Potion
    回復薬グレート => Mega Potion
    栄養剤 => Nutrients
  • Mine

    2054419·text·528 B·2011-05-06 01:48 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    
    int main(int argc, char *argv[])
    {
     float numero; raizQuadrada;
     
     printf("Calcular a raiz quadrada de um numero.\n\n");
     print
  • Anonymous

    2054414·text·1.1 KB·2011-05-06 01:12 UTC
    alias zsplit {
     window -k0z @zsplit
     echo -m @zsplit $ strip($1) - $1
     echo -m @zsplit $ strip($2) - $2
     echo -m @zsplit $ strip($3) - $3
     echo -m @zsplit $ strip($4) - $4
     echo -m @zsplit
  • Something

    2054409·text·1.8 KB·2011-05-06 01:00 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    int main(int argc, char *argv[])
    {
     int horaInicio, horaTermino, minInicio, minTermino, durHora, durMin;
     
     /* Apresentação do problema */
     
     prin

older pastes →