All pastesPublic feed

Public feed

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

    2132210·java·775 B·2012-03-26 12:36 UTC
    import java.util.Scanner;
    
    public class Main 
    {
     public static void main(String[] args) 
     {
     Scanner in = new Scanner(System.in);
     int n = in.nextInt();
     
     int[] x = new int[n+1], y = n
  • Mine

    2132209·text·775 B·2012-03-26 12:36 UTC
    import java.util.Scanner;
    
    public class Main 
    {
     public static void main(String[] args) 
     {
     Scanner in = new Scanner(System.in);
     int n = in.nextInt();
     
     int[] x = new int[n+1], y = n
  • Miscellany

    2132202·text·3.7 KB·2012-03-26 12:16 UTC
    #include <math.h>
    #include <sys/time.h>
    #include <X11/Xlib.h>
    #include
  • Mine

    2132200·java·770 B·2012-03-26 12:13 UTC
    import java.util.Scanner;
    
    public class Main 
    {
     public static void main(String[] args) 
     {
    
     Scanner in = new Scanner(System.in);
     int n = in.nextInt();
     
     int[] x = new int[n], y = n
  • Mine

    2132199·text·770 B·2012-03-26 12:12 UTC
    import java.util.Scanner;
    
    public class Main 
    {
     public static void main(String[] args) 
     {
    
     Scanner in = new Scanner(System.in);
     int n = in.nextInt();
     
     int[] x = new int[n], y = n
  • the same in ASM

    2132198·text·9.9 KB·2012-03-26 12:10 UTC
    procedure Triangle(vA,vB,vC:tV3DVertex;where:gfxImage);
    var
     v1,v2,v3:tV3DVertex;
     color:longint;
    
     X1,X2,X3,Y1,Y2,Y3,Z1,Z2,Z3:longint;
    
     DX12,DX23,DX31,DY12,DY23,DY31:longint;
  • Untitled

    2132197·java·3.9 KB·2012-03-26 12:10 UTC
    import java.util.*;
    import java.io.*;
    import java.text.*;
    
    public class PatientRecord 
    {
     public static void main(String[] args)
     {
     //declarations
     String name, id, addre
  • working_PASloop

    2132196·text·9.7 KB·2012-03-26 12:09 UTC
    procedure Triangle(vA,vB,vC:tV3DVertex;where:gfxImage);
    var
     v1,v2,v3:tV3DVertex;
     color:longint;
    
     X1,X2,X3,Y1,Y2,Y3,Z1,Z2,Z3:longint;
    
     DX12,DX23,DX31,DY12,DY23,DY31:longint;
  • Unnamed

    2132191·text·3.3 KB·2012-03-26 11:27 UTC
    SELECT p.products_id AS productid, d.products_name AS name, p.products_ean AS ean, IF(sp.specials_new_products_price < p.products_price&&sp.specials_new_products_price IS NOT NULL, ROUND(sp.specials_n
  • Something

    2132190·text·2.2 KB·2012-03-26 11:13 UTC
    cat /proc/cpuinfo 
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 14
    model name : Genuine Intel(R) CPU T2500 @ 2.00GHz
    stepping :
  • Untitled

    2132188·text·4.7 KB·2012-03-26 11:00 UTC
    IPTABLES=/sbin/iptables
    INT_IP=192.168.0.144
    INT_DEV=`ip route show src $INT_IP |grep eth |awk {'print $3'}`
    
    TTK_IP=82.200.105.74
    #TTK_DEV=`ip route show src $TTK_IP |grep eth |awk {'print $3'}`
  • Unnamed

    2132183·text·7.0 KB·2012-03-26 10:44 UTC
    SELECT
    p.products_id AS productid,
    d.products_name AS name,
    p.products_ean AS ean,
    IF(sp.specials_new_products_price < p.products_price&&sp.specials_new_products_price IS NOT NULL, ROUND(sp.specia
  • Miscellany

    2132177·text·749 B·2012-03-26 10:04 UTC
    Sun Titan
    Wing Shards
    Squee, Goblin nabob
    Narcolepsy
    Cerebral Eruption
    Cryptoplasm
    Kumano, Master Yamabushi
    Mistmeadow Skulk
    Darksteel Plate
    Price of Glory
    Keldon Vandals
    Dead / Gone
    Manab
  • Victorio

    2132176·actionscript·15 B·2012-03-26 10:02 UTC
    Unknown message
  • Anonymous

    2132175·bash·1.0 KB·2012-03-26 10:02 UTC
    bl-isp-rt1#sh run int g3/1 
    Building configuration...
    
    Current configuration : 323 bytes
    !
    interface GigabitEthernet3/1
     description XX-VLAN-TRANSIT
     switchport
     switchport trunk encapsulat
  • Miscellany

    2132171·text·384 B·2012-03-26 08:08 UTC
    rule SpyEyeConfig
     {
     strings:
    $a = { FF FF }
    $b = { 50 9B }
    $c = { 50 5F }
    $d = { 50 D7 }
    condition:
    ($a at 0) or ($b at 0) or ($c at 0) or ($d at 0)
    }
    
    ----OTHER RULE-----
    
     rule spy
  • Miscellany

    2132169·text·2.0 KB·2012-03-26 07:29 UTC
    IncomingForm = require('formidable').IncomingForm
    express = require 'express'
    util = require 'util'
    module.exports = app = express.createServer()
    profiler = require 'v8-profiler'
    app.use express.
  • Untitled

    2132168·text·4.3 KB·2012-03-26 07:17 UTC
    # tail -f /var/log/messages |grep pluto
    
    Mar 26 08:09:12 mieszko-ipfire1 pluto[20910]: packet from 31.175.9.53:500: received Vendor ID payload [RFC 3947]
    Mar 26 08:09:12 mieszko-ipfire1 pluto[20910
  • Mine

    2132167·text·47.7 KB·2012-03-26 06:33 UTC
    
        
  • Someone

    2132166·text·9.2 KB·2012-03-26 06:17 UTC
    /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../include -I../../regex -I./include -I../../sql -I. -shared -DMYSQL_DYNAMIC_PLUGIN -p

older pastes →