Skip to content

Instantly share code, notes, and snippets.

@SpyDude
SpyDude / diplom100500
Created November 12, 2011 14:19
next gen
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#written by Yuriy Karpilov <yuriy.karpilov@crewing.pro>
try:
import sys, pygtk
pygtk.require('2.0')
@SpyDude
SpyDude / diplom34
Created November 4, 2011 14:30
Troble with 3 and 4 math...
#!/usr/bin/env python
# -*- coding: utf-8 -*-
try:
import sys, pygtk
pygtk.require('2.0')
@SpyDude
SpyDude / python
Created October 10, 2011 11:45
Calculations
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import gtk
import math
class Solver(object):
@staticmethod
def calc(c, m, lyamdach, b3, lyamdacb):