Skip to content

Instantly share code, notes, and snippets.

View icebreaker's full-sized avatar
👽
Code gardening!

Mihail Szabolcs icebreaker

👽
Code gardening!
View GitHub Profile
QX11EmbedWidget widget;
widget.embedInto(0x500000b);
widget.show();
QX11EmbedContainer container(0);
container.setMinimumSize(800,600);
container.show();
QProcess proc(&container);
QString p = "/usr/bin/xterm";
QStringList arguments;
arguments << "-into" << QString::number(container.winId());
proc.start(p,arguments);
int i=0; float x = 1.0f
int i=0; float x = 1.0f
int i=0;
import pyLeraSystem
system = pyLeraSystem.getInstance()
system.spit()
system.set('this message was set from Python and printed by C++')
@icebreaker
icebreaker / test.cpp
Created March 14, 2009 04:16
this is an edit test
this is an edit test
int main(){ printf("testing 2!"); }
int main(){ printf("testing!"); }
hello world from python!