[ create a new paste ] login | about

helgi

Name: Oleg Frantsuzov
Email:
Site/Blog: http://warmland.ru/
Location:
Default language:
Favorite languages: Python, C#, ECMAScript, C++
About:

Saved pastes by helgi:

Python, pasted on Aug 23:
1
2
3
4
5
# -*- coding: utf-8 -*-

import sqlite3

OUTPUT_ENCODING = 'cp1251'
...
view (27 lines, 8 lines of output)
C++, pasted on Aug 10:
1
2
3
4
5
#include <cstdio>

class A { 
private:
  int _v;
...
view (18 lines, 1 line of output)
C, pasted on Sep 6:
1
2
3
4
5
int main()
{
    http://google.com/
    return 0;
}
view (5 lines)
Python, pasted on Sep 3:
1
2
3
4
5
CODE = """
import sys
out = sys.stdout.write
out('CODE = ""' '"' + CODE + '"' + '""')
out(CODE)
...
view (10 lines, 10 lines of output)
Plain Text, pasted on Mar 14:
1
2
3
4
5
  tfs2svn-trunk            (транк, взятый из SVN)
       |
=======|====== shared repo [--no-trees] ==================================
       |
       V
...
view (26 lines)
Plain Text, pasted on May 1:
1
συμφονο απολυτα… ειναι απλα γουστα του καθενος, κι εγω εχω στα ξειλι και το γουσταρω πολυ…
view (1 line)
C, pasted on May 28:
1
2
3
4
5
#include <stdio.h>

int main()
{
  int i = 5;
...
view (9 lines, 1 line of output)
Perl, pasted on Mar 18:
1
2
3
4
5
not exp log srand xor s qq qx xor
s x x length uc ord and print chr
ord for qw q join use sub tied qx
xor eval xor print qq q q xor int
eval lc q m cos and print chr ord
...
view (14 lines)