All pastesPublic feed

Public feed

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

    2101155·text·79 B·2012-01-08 15:47 UTC
    #Configured by GUI
    
    fxsks = 2
    fxoks = 1
    loadzone = hu
    defaultzone = hu
  • logiun asp

    2101153·text·6.8 KB·2012-01-08 15:41 UTC
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
     <hea
  • logiun asp

    2101152·text·6.8 KB·2012-01-08 15:41 UTC
    DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
     <hea
  • Something

    2101151·text·1.9 KB·2012-01-08 15:40 UTC
    [trunkgroups]
  • teamchat

    2101150·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • teamchat

    2101149·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • teamchat

    2101148·text·252 B·2012-01-08 15:39 UTC
    OnPlayerText(playerid, text[])
    {
     if(text[0] = '!')
     {
     for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i) && gTeam[i] == gTeam[playerid]) SendClientMessage(i, 0xFFFF0000, text)
  • Unnamed

    2101143·text·3.6 KB·2012-01-08 14:59 UTC
    % Dirichlet process for samlping 
    clear all
    datapath = './data/';
    dataset = 'cerebellum';
    resultpath = './results/';
    figurepath = './figures/';
    
    % load data 
    % first column is the count and
  • Unnamed

    2101142·text·3.6 KB·2012-01-08 14:57 UTC
    % Dirichlet process for samlping 
    clear all
    datapath = './data/';
    dataset = 'cerebellum';
    resultpath = './results/';
    figurepath = './figures/';
    
    % load data 
    % first column is the count and
  • Someone

    2101140·text·426 B·2012-01-08 14:34 UTC
    Itachi_07
    KidCommentator
    tastycrazyasian
    Joshchamp67
    baboonsbum
    stalking_shadow
    TheIvyX
    Josheey3
    Tmanzee
    Daybreakninja
    Firebuilder3000
    Freak_Me_Baby
    Deasway
    Minired101
    DJSeptimus
    belero
  • Mine

    2101123·text·128 B·2012-01-08 14:00 UTC
    #!/bin/bash
    
    FILE=foo.txt
    
    while read line
    do
     if [ "$line" = 456 ]; then
     echo yoohoo; fi
    done < $FILE
  • Unnamed

    2101117·text·518 B·2012-01-08 13:38 UTC
    1 13
     1 1477
     1 18
     1 200
     1 206
     1 21
     1 2142
     1 23
     1 30
     1 32
     1 34
     1 340
     1 341
     1 35
     1 351
     1 36
     1 3608
     1 376
     1 38
     1 40
     1 44
  • Something

    2101092·text·1.4 KB·2012-01-08 11:57 UTC
    mysql> select date,category from sms_toto where date like '2012-01-08%' order by date desc;
    +---------------------+----------+
    | date | category |
    +---------------------+----------+
  • Anonymous

    2101074·text·526 B·2012-01-08 10:33 UTC
    "questions": {
     "q1": {
     "question": "What is your name?",
     "answers": [
     "Sarah Siregar",
     "Raj Kissu",
     "Mi Len!!!!!"
  • Mine

    2101072·python·931 B·2012-01-08 10:28 UTC
    def is_palindrome(n):
     text = str(n)
     length = len(text)
     if text[0] == text[-1]:
     if length%2 == 0: #even length
     for i in range(length/2):
     if not tex
  • Anonymous

    2101071·text·488 B·2012-01-08 10:28 UTC
    "questions": {
     "q1": {
     "question": "What is your name?",
     "answers": [
     "Sarah Siregar",
     "Raj Kissu",
     "Mi Len!!!!!"
  • Mine

    2101067·python·619 B·2012-01-08 10:09 UTC
    def is_prime(n):
     
     if n < 3:
     return False #too small/negative
     
     if n%2 == 0:
     return False #even
     
     for i in range(3, int(n**0.5)+1, 2):
     
     if n%
  • Someone

    2101066·text·619 B·2012-01-08 10:09 UTC
    def is_prime(n):
     
     if n < 3:
     return False #too small/negative
     
     if n%2 == 0:
     return False #even
     
     for i in range(3, int(n**0.5)+1, 2):
     
     if n%
  • http://4185113

    2101060·text·1.1 KB·2012-01-08 09:17 UTC
    I am making a flash game! Once upon a time, this was a thing that I did with some frequency, until it stopped being that. This game I am making will probably seem really weird. Maybe even creepy! Don'
  • Mine

    2101059·text·233 B·2012-01-08 09:16 UTC
    0 1 2 3 4 5
     0 1 2 3 4 5 6
     0 1 2 3 4 5 6 7
     0 1 2 3 4 5 6 7 8
     0 1 2 3 4 5 6 7 8 9
     0 1 2 3 4 5 6 7 8 9 10
     0 1 2 3 4 5 6 7 8 9
     0 1 2 3 4 5 6 7 8
     0 1 2 3 4 5 6 7

older pastes →