~/paste/all
~/paste/all
~/paste/all
Pages: 12345

Paste #1294

  1. #include <cstdlib>
  2. #include <iostream>
  3. #include <fstream>
  4.  
  5. using namespace std;
Language: cpp
Posted by donnervetter at 29 Apr 2012, 08:47:27 UTC

Paste #1264

  1. import urllib2
  2. import json
  3. key = ''
  4. lang = 'LT'
  5. query = 'Europe/Vilnius'
Language: python
Posted by Anonymous at 24 Apr 2012, 04:28:58 UTC

Paste #1252

  1. X.Org X Server 1.7.6
  2. Release Date: 2010-03-17
  3. X Protocol Version 11, Revision 0
  4. Build Operating System: Linux 2.6.24-29-server i686 Ubuntu
  5. Current Operating System: Linux ubuntu 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012 i686
Language: text
Posted by Anonymous at 23 Apr 2012, 02:34:40 UTC

Paste #1249

  1. #!/bin/sh
  2. awk -F: '{print $1}' /etc/passwd
Language: text
Posted by awk at 19 Apr 2012, 11:31:29 UTC

Paste #1248

  1. #!/bin/bash
  2.  
  3. cat /etc/passwd | grep /bin/bash | cut -d: -f5
Language: text
Posted by shell-scripts at 19 Apr 2012, 10:45:37 UTC

Paste #1247

  1. root:x:0:0:root:/root:/bin/bash
  2. daemon:x:1:1:daemon:/usr/sbin:/bin/sh
  3. bin:x:2:2:bin:/bin:/bin/sh
  4. sys:x:3:3:sys:/dev:/bin/sh
  5. sync:x:4:65534:sync:/bin:/bin/sync
Language: text
Posted by /etc/passwd at 19 Apr 2012, 09:32:48 UTC

Paste #1237

  1. def skaiciai(below):
  2.     """ Funkcija kuri randa visus skaičius, kurie dalinasi iš 3 arba iš 5 ir juos sudeda į sum kintamąjį """
  3.     i = 1
  4.     total = 0
  5.  
Language: python
Posted by Python kodas at 15 Apr 2012, 07:43:36 UTC

Paste #1226

  1. "We need a program of psychosurgery and political control of our society. The purpose is physical control of the mind. Everyone who deviates from the given norm can be surgically mutilated.
  2.  
  3. The individual may think that the most important reality is his own existence, but this is only his personal point of view. This lacks historical perspective.
  4.  
  5. Man does not have the right to develop his own mind. This kind of liberal orientation has great appeal. We must electrically control the brain. Some day armies and generals will be controlled by electrical stimulation of the brain."
Language: text
Posted by x at 10 Apr 2012, 01:19:52 UTC

Paste #1218

  1. [img][/img]
  2.  
  3. [b][size=3][/size][/b]
  4. [b][/b]
  5.  
Language: text
Posted by Anonymous at 08 Apr 2012, 04:03:51 UTC

Paste #1215

  1. http://cryptome.org has posted this:
  2.  
  3. FBI Backdoor: Templar NVIDIA GPU Factoring Suite March 29, 2012
  4. http://cryptome.org/2012/03/Templar.zip
  5.  
Language: text
Posted by x at 07 Apr 2012, 12:08:23 UTC

Pages: 12345