All pastesPublic feed

Public feed

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

    2056008·text·2.3 KB·2011-05-10 03:02 UTC
    fantasyprone!fantasypro@hide-3089BE47.static.tpgi.com.au joined the room.
    10:53 PM
    sheepbat: hi fantasyprone 
    Templar: can someone recommend a good UNIX distro to get started on?
    Sigma!Sigma@hide-
  • Mine

    2056007·text·1.6 KB·2011-05-10 03:01 UTC
    const UBYTE byteReverse = {
    0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0, 0x30, 0xB0, 0x70, 0xF0, 
    0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8, 0x18, 0x98, 0x58, 0xD8, 0
  • Mine

    2056004·text·110 B·2011-05-10 02:52 UTC
    graytree, theov, steelemix, ars3nic, howlingmonkey, pies, kries 
    
    pls vote and/or suggest other noms
    
    blah
  • 2

    2056003·asp·11.0 KB·2011-05-10 02:51 UTC
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="admincack.aspx.cs" Inherits="Default2" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht
  • 2

    2056002·csharp·11.0 KB·2011-05-10 02:51 UTC
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="admincack.aspx.cs" Inherits="Default2" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht
  • 1

    2056000·csharp·7.0 KB·2011-05-10 02:50 UTC
    using System;
    using System.Configuration;
    using System.Data.SqlClient;
    using System.Web;
    using System.Web.UI.WebControls;
    
    public partial class Default2 : System.Web.UI.Page
    {
     protected vo
  • Mine

    2055999·text·150 B·2011-05-10 02:47 UTC
    graytree, theov, steelemix, ars3nic, howlingmonkey, pies, kries 
    
    Are we voting on these names or not? Because one or two I would dispute - Ggranite
  • Mine

    2055998·text·8.6 KB·2011-05-10 02:30 UTC
    “Identify and briefly discuss two factors associated with low birth weight in babies. Summarise one health program that targets one of these factors. Identify a population in Australia which is most a
  • Mine

    2055997·text·515.7 KB·2011-05-10 02:29 UTC
    
        
  • Unnamed

    2055996·text·1.0 KB·2011-05-10 02:24 UTC
    <html>
    <body>
    <?php
     if(isset($_POST['btnSubmit'])){
     //Get values from Post values here
     
     //Setup database
     $con = mysql_connect("localhost", "root");
     if (!$con)
     {
  • Stuff

    2055994·text·1.6 KB·2011-05-10 02:16 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
  • Something

    2055993·text·818 B·2011-05-10 02:15 UTC
    <html>
    <body>
    <?php
     if(isset($_POST['btnSubmit'])){
     //Get values from Post values here
    
     //Setup database
     $con = mysql_connect("localhost", "root");
     if (!$con)
     {
  • Untitled

    2055991·text·3.1 KB·2011-05-10 02:10 UTC
    //***************************************************************//
    // Celso Garcia da Silva - RA 435457 // 
    // Algoritmo e Programação I
  • Stuff

    2055990·text·617 B·2011-05-10 02:10 UTC
    <html>
    <body>
    <?php
     if(isset($_POST['btnSubmit'])){
    
    }
    ?> 
    
    <form action="insert.php" method="post">
    Name: <input type="text" name="name" />
    Email: <input type="text" name="email" />
    Age:
  • Unnamed

    2055988·text·2.0 KB·2011-05-10 01:57 UTC
    r300: DRM version: 2.5.0, Name: ATI RV350, ID: 0x4150, GB: 1, Z: 1
    r300: GART size: 253 MB, VRAM size: 256 MB
    r300: AA compression: NO, Z compression: NO, HiZ: NO
    r300: DRM version: 2.5.0, Name: AT
  • Unnamed

    2055986·text·519 B·2011-05-10 01:52 UTC
    if(isset($_POST["inserisci"])) {
     $nome = strtoupper($_POST["nome"]);
     $valor = $_POST["valore"];
     $stringa = '$lang[\'' . $nome . '\'] = "' . $valor . '";';
     fwrite($handle, $stringa);
     fwrite($
  • Unnamed

    2055983·text·2.4 KB·2011-05-10 01:31 UTC
    <?php
    if(isset($_GET['la']) && !empty($_GET['la'])) {
     $loc = $_GET['la'];
    } else {
     $loc = "it";
    }
    if ($loc == 'en') {
     require("lang/en.php");
    } else if ($loc == 'it') {
     require("lang/it.p
  • Unnamed

    2055982·text·237 B·2011-05-10 01:22 UTC
    if(isset($_POST["aggiorna"])) {
     $hwrite = file_get_contents("lang/$loc.php");
     foreach($lang as $id=>$post) {
     if($_POST["$id"] != $post)
     str_replace($post,$_POST["$id"],$hwrite);
     }
     f
  • mattst88

    2055981·text·3.3 KB·2011-05-10 01:13 UTC
    #ifdef __cplusplus
    extern "C" {
    #endif
    #include "vm_local.h"
    #ifdef __cplusplus
    }
    #endif
    
    #include "vm_llvm.h"
    
    #define INT64_C(C) ((int64_t) C ## LL) 
    #define UINT64_C(C) ((uint64_t) C ##
  • Mine

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

older pastes →