Skip to content

Instantly share code, notes, and snippets.

View phpony's full-sized avatar

Volkov Maksim phpony

View GitHub Profile
<?php
echo 'hello!';
?>
@phpony
phpony / test.php
Created May 21, 2011 08:44 — forked from shtrih/test.php
Hi!
<?php
echo 'hello world!';
?>
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtGui
class Example(QtGui.QMainWindow):
def __init__(self):
super(Example, self).__init__()
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtGui
class Example(QtGui.QMainWindow):
def __init__(self):
super(Example, self).__init__()