All pastesPublic feed

Public feed

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

    2075799·text·617 B·2011-06-06 22:43 UTC
    import static pt.ua.prog.WIO.*;
    
    class ex2Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     String s;
     s= readLine("Introduza a frase: ");
     boole
  • Unnamed

    2075797·text·723 B·2011-06-06 22:42 UTC
    import static pt.ua.prog.WIO.*;
    class ex1Teste
    {
     static int MAX_ELEMS = 10;
    
     public static void main(String [] args) 
     {
     double [] nValores = new double [MAX_ELEMS];
     int total;
  • Stuff

    2075796·text·723 B·2011-06-06 22:39 UTC
    import static pt.ua.prog.WIO.*;
    class ex1Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     double [] nValores = new double [MAX_ELEMS];
     int total;
  • Stuff

    2075795·text·722 B·2011-06-06 22:34 UTC
    import static pt.ua.prog.WIO.*;
    class ex1Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     double [] nValores = new double [MAX_ELEMS];
     int total;
  • Stuff

    2075794·text·882 B·2011-06-06 22:34 UTC
    From 2a298a573205d4dd079dd693e998f8559ecb9b71 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <pippin@gimp.org>
    Date: Mon, 6 Jun 2011 23:32:35 +0100
    Subject: [PATCH] fix unusued
  • Unnamed

    2075791·text·617 B·2011-06-06 22:26 UTC
    import static pt.ua.prog.WIO.*;
    
    class ex2Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     String s;
     s= readLine("Introduza a frase: ");
     boole
  • Stuff

    2075790·text·621 B·2011-06-06 22:20 UTC
    import static pt.ua.prog.WIO.*;
    class ex1Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     double [] nValores = new double [MAX_ELEMS];
     int total;
  • Stuff

    2075788·text·606 B·2011-06-06 22:19 UTC
    import static pt.ua.prog.WIO.*;
    class ex1Teste
    {
     static int MAX_ELEMS = 20;
    
     public static void main(String [] args) 
     {
     double [] nValores = new double [MAX_ELEMS];
     int total;
  • Miscellany

    2075783·text·1.1 KB·2011-06-06 22:09 UTC
    #nginx v1.0.4
    #codeigniter v1.7.1
    
     server {
     listen 80;
     server_name ec2.example.com;
     root /dev/app/v1;
     index
  • Stuff

    2075782·text·289 B·2011-06-06 22:03 UTC
    static int lerNumeros()
    {
     int count = 0;
     double valor;
     do
     {
     valor = readDouble("Introduza um número: ");
     if(valor!=-20)
     {
     nvalores[count] = valor;
  • Unnamed

    2075779·text·3.8 KB·2011-06-06 22:00 UTC
    ./avrdude -C./avrdude.conf -pm2560 -cstk500v2 -P/dev/ttyACM0 -b115200 -D -Uflash:w:/tmp/build4036003935059628043.tmp/ASCIITable2.cpp.hex -v -v 
    
    avrdude: Version 5.4-arduino, compiled on Feb 16 2
  • Anonymous

    2075777·text·2 B·2011-06-06 21:57 UTC
    df
  • Unnamed

    2075772·text·769 B·2011-06-06 21:47 UTC
    Exiting... (Quit)
    [hmv@euclid ~]$ vlc dvd
    VLC media player 1.1.9 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS
  • Untitled

    2075771·csharp·761 B·2011-06-06 21:45 UTC
    // JAVASCRIPT CODE
    
    function DoNext()
     {
     <%=RAM.ClientID%>.ajaxRequest( 'Next' ) ;
     }
    
    // C# CODE
    
    protected void RadAjaxManager_AjaxRequest( object sender , Teler
  • Untitled

    2075770·text·761 B·2011-06-06 21:43 UTC
    // JAVASCRIPT CODE
    
    function DoNext()
     {
     <%=RAM.ClientID%>.ajaxRequest( 'Next' ) ;
     }
    
    // C# CODE
    
    protected void RadAjaxManager_AjaxRequest( object sender , Teler
  • Anonymous

    2075769·text·300 B·2011-06-06 21:43 UTC
    PreparedStatement kundenInfoStmt = con.prepareStatement("SELECT KdNr, KdName, KdStadt, Bonitaet FROM Kunden WHERE KdNr=?;");
     int kdnr = Tools.readInt("Bitte geben Sie die Kundennummer ein: ")
  • Anonymous

    2075767·text·550 B·2011-06-06 21:39 UTC
    [root@euclid hmv]# mplayer dvd://
    MPlayer SVN-r33159-4.5.2 (C) 2000-2011 MPlayer Team
    162 audio & 359 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed t
  • Miscellany

    2075765·text·3.0 KB·2011-06-06 21:37 UTC
    #!/bin/sh
    # vim: et ts=2 sw=2
    
    # Slackware build script for shorewall-common
    
    # Copyright (c) 2008-2009 Gregory J.L. Tourte (artourter@gmail.com)
    # All rights reserved.
    #
    # Redistribution and
  • Anonymous

    2075763·text·408 B·2011-06-06 21:32 UTC
    # /tmp/zabcon/zabcon
    x86_64-linux
    Checking dependencies
    /tmp/zabcon/libs/check_dependencies.rb:43:in `check_dependencies': undefined method `<' for nil:NilClass (NoMethodError)
     from /tmp/z
  • Stuff

    2075762·text·12.0 KB·2011-06-06 21:30 UTC
    <?php
    //$_SERVER['REMOTE_ADDR']." - ".$_SERVER['HTTP_USER_AGENT']." - ".date('[j/F/Y:G:i:s]', time() + 28800).", "."base.swf:page02"."<br>";
    
    $lala = $_SERVER['REMOTE_ADDR']." - ".$_SERVER['HTTP_US

older pastes →