Skip to content

Instantly share code, notes, and snippets.

View WannaBeGeekster's full-sized avatar

WannaBeGeekster WannaBeGeekster

View GitHub Profile
This is a test gist.
This is my second gist.
# Virtual event handlers, overide them in your derived class
def SaveNewGist(self, event):
self.gist_content = self.scinNewGistContents.GetText()
self.new_gist_name = self.txtCtrlNewGistName.GetValue()
self.new_gist_file_name = self.txtCtrlNewGistFileName.GetValue()
self.public = self.chkPublic.GetValue()
data = {}
data['description'] = self.new_gist_name
if self.public:
data['public'] = true
The dog is a pain
This is a test in progress.
This is another gist.
wx.ID_OK
Meow
bow wow
@WannaBeGeekster
WannaBeGeekster / notimportant.js
Created March 31, 2018 13:29
TestingSyncFromGithub
Nothing important here.