All pastesPublic feed

Public feed

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

    2092906·javascript·578 B·2011-11-08 03:01 UTC
    import java.util.Scanner;
    
    public class Take_Home_Exam_01 {
    
     public static void main(String[] args) {
     
     Scanner stdIn = new Scanner(System.in);
     
     String cPhrase = ""; //common phrase en
  • Unnamed

    2092901·mirc·3.1 KB·2011-11-08 02:24 UTC
    on $*^:text:/(dragoy|cedoux|cedrik|zablez|Cedoux|ced)/Si:#:{
     ;/run trompette.wav
     set %Talk_Chan $chan
     haltdef
     if ($istok(Banhammer captain_falcon willem client coder machine milk mirc noob
  • Unnamed

    2092900·mirc·3.1 KB·2011-11-08 02:24 UTC
    on $*^:text:/(dragoy|cedoux|cedrik|zablez|Cedoux|ced)/Si:#:{
     ;/run trompette.wav
     set %Talk_Chan $chan
     haltdef
     if ($istok(Banhammer captain_falcon willem client coder machine milk mirc noob
  • Unnamed

    2092893·php·139 B·2011-11-08 01:38 UTC
    (la vanidad la tienen sólo aquellos que necesitan disimular sus carencias y aparentar que son superiores a alguien, sabiendo que no lo son
  • Untitled

    2092892·text·1.8 KB·2011-11-08 01:36 UTC
    Dear Mr Mirian Nunes Paes Pereira,
    
    We have received information that there was an attack from your server.
    
    Please take all necessary measures to avoid this in the future and to solve the problem
  • kamil

    2092885·perl·506 B·2011-11-08 01:09 UTC
    #!/usr/bin/perl
    
    use strict;
    use warnings;
    
    use File::ReadBackwards;
    
    if (@ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    my $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
  • Miscellany

    2092880·text·27.0 KB·2011-11-08 01:00 UTC
    #!/bin/sh
    # Quick and dirty script to download and install various 
    # redistributable runtime libraries
    #
    # Copyright 2007 Google (Dan Kegel, dank@kegel.com)
    # Thanks to Detlef Riekenberg for lot
  • kamil

    2092863·text·289 B·2011-11-07 23:43 UTC
    #!/usr/bin/perl -w
    
    use File::ReadBackwards;
    
    if (scalar @ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
    
    $str = $ARGB[1];
  • Untitled

    2092862·text·302 B·2011-11-07 23:42 UTC
    #!/bin/bash
    
    MODELNAME=$( awk '/model name/ {print $4}' < /proc/cpuinfo )
    KERNELVERSION=$( awk '/Linux version/ {print $3}' < /proc/version )
    MEMINFO=$( awk '/MemTotal/ {print $2}' < /proc/memi
  • kamil

    2092861·text·288 B·2011-11-07 23:42 UTC
    #!/usr/bin/perl -w
    
    use File::ReadBackwards;
    
    if (scalar @ARGV != 2)
    {
     die "[input_file] [string]";
    }
    
    $bw = File::ReadBackwards->new($ARGV[0]) or die "can't read $ARGV[0] $!";
    
    $str = $ARGB[1];
  • Unnamed

    2092860·text·5.8 KB·2011-11-07 22:59 UTC
    <?php /*
    
     CHFEEDBACK.PHP Feedback Form PHP Script Ver 2.16.2
     Generated by thesitewizard.com's Feedback Form Wizard 2.16.2.
     Copyright 2000-2011 by Christopher Heng. All rights reserved.
  • Anonymous

    2092859·text·10.6 KB·2011-11-07 22:53 UTC
    <!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml -->
    <!-- -->
    <!-- How to add remotes
  • Posting to Google Calendar via g

    2092854·javascript·1.8 KB·2011-11-07 21:47 UTC
    // This code is for creating an event on Google calendar using the gData API
    
    // The service has already been created and the user has been logged in...
    
    myService.getEventsFeed( feedUrl, handleMy
  • Anonymous

    2092849·c·1.5 KB·2011-11-02 01:01 UTC
    #include <stdio.h>
    #include <termios.h>
    #include <math.h>
    
    #define A4 440
    #define HZ 8000.0
    #define PI 3.14159265
    
    float frequency(int note);
    void play(int note, float duration, float amplitu
  • Stuff

    2092845·text·468 B·2011-11-02 00:25 UTC
    Ryan Hargrove: k 1 moment
    Eric P.: Thank you
    Ryan Hargrove: 
    [put info here]
    
    Eric P.: Is there anything else I can help you with today?
    Ryan Hargrove: no thats all, just checking the status to
  • Miscellany

    2092844·php·675 B·2011-11-02 00:21 UTC
    <?php
     $filename = $_GET['filename'];
    
     if (file_exists($filename)) {
     header('Content-Description: File Transfer');
     header('Content-Type: application/octet-stream');
     header('Conten
  • dreambot2

    2092842·text·2.3 KB·2011-11-02 00:08 UTC
    dreambot2
    
    !!|?!
    4733.8j|Yetkili olmadiklari halde, açik olarak içki satisi veya sunumu yapanlar ile satisa sunulan tütün mamulleri, etil alkol, metanol ve alkollü içkileri arz ambalajlarini bozm
  • Untitled

    2092841·text·954 B·2011-11-02 00:07 UTC
    file: /etc/zaptel.conf
    span=1,1,0,ccs,hdb3
    dchan=16
    bchan=1-15,17-31
    defaultzone=au
    loadzone=au
    
    file: /etc/asterisk/zapata.conf
    
    [trunkgroups]
    
    [channels]
    language=en
    rxwink=300
  • Unnamed

    2092839·text·1016 B·2011-11-01 23:59 UTC
    <?php
    class AppController extends Controller {
     var $components = array('Session', 'Acl', 'Auth');
     var $helpers = array('Session', 'Html', 'Form');
    
     function beforeFilter() {
  • Something

    2092834·php·5.7 KB·2011-11-01 23:13 UTC
    <?php
    include_once("header.php");
    
    include_once("config/config.php");
    
    @ $db = new mysqli($HOST, $USER, $PASSWORD, $DATABASE, $PORT);
    
    if (mysqli_connect_errno())
    {
     echo "Error. Could not

older pastes →