This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout somewhen, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/env python | |
from tkinter import * | |
from tkinter import ttk | |
win = Tk() | |
def create_frame1(): | |
global show_frame2, frame1 | |
frame1 = ttk.Frame(win) | |
lbl = ttk.Label(frame1, text='Frame1', font='Times 35') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/env python | |
from tkinter import * | |
from tkinter import ttk | |
import pdb | |
# pdb.set_trace() | |
win=Tk() | |
def create_frame1(): | |
global show_frame2, frame1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/env python | |
from tkinter import * | |
class Application(Frame): | |
def __init__(self, master=None): | |
Frame.__init__(self, master) | |
self.grid() | |
self.create_widgets() | |
self.count_value = 0 | |
def create_widgets(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/env python | |
import tkinter as tk | |
class Demo1: | |
def __init__(self, master): | |
self.master = master | |
def create_frame(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/sbin/env python | |
import tkinter as tk | |
class Demo1: | |
def __init__(self, master): | |
self.master = master | |
def create_frame(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://nastale.com/blog/DL/AnimalFiction.ogg | |
http://nastale.com/blog/DL/AnimalFictionS2.ogg | |
http://nastale.com/blog/DL/AnimalFictionS3.ogg | |
http://nastale.com/blog/DL/AnimalFictionS4.mp3 | |
http://nastale.com/blog/DL/AnimalFictionS5.ogg | |
http://nastale.com/blog/DL/AnimalFictionS6.ogg | |
http://nastale.com/blog/DL/AnimalFiction-S7.ogg | |
http://nastale.com/blog/DL/AnimalFarm-S8.ogg | |
http://nastale.com/blog/DL/AnimalFarm-S9.ogg | |
http://nastale.com/blog/DL/AnimalFarm-S10.ogg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout somewhen, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
full_text=〉 | |
align=center | |
color=#87ceeb | |
separator=false | |
separator_block_width=2 | |
[Language] | |
command=/usr/libexec/i3blocks/language | |
interval=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-08-08 08:48:15: INFO: Using python v2 | |
2017-08-08 08:48:15: INFO: YAML output is ordered | |
2017-08-08 08:48:15: python.d INFO: reading configuration file: /usr/libexec/netdata/plugins.d/../../../../etc/netdata/python.d.conf | |
2017-08-08 08:48:15: python.d INFO: MODULES_DIR='/usr/libexec/netdata/python.d/', CONFIG_DIR='/usr/libexec/netdata/plugins.d/../../../../etc/netdata/', UPDATE_EVERY=1, ONLY_MODULES=['mysql'] | |
2017-08-08 08:48:15: python.d DEBUG: mysql: loading module configuration: '/usr/libexec/netdata/plugins.d/../../../../etc/netdata/python.d/mysql.conf' | |
2017-08-08 08:48:15: python.d DEBUG: mysql: reading configuration | |
2017-08-08 08:48:15: python.d DEBUG: mysql/local: job added | |
2017-08-08 08:48:15: python.d DEBUG: all job objects [<Service(local, initial daemon)>] | |
2017-08-08 08:48:15: python.d INFO: CHECKED OK: mysql_local | |
2017-08-08 08:48:15: python.d INFO: RENAMED: mysql_db-2 , from mysql_local |
OlderNewer