This file contains hidden or 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/bin/env python3 | |
| # Name : Thailand Government Lottery's Prize Checker Program | |
| # Description : Checking Thailand government lottery's prize by the processing of host server and get the data for processing using this program. | |
| # Author : Nuttapong Punpipat (NP-chaonay) | |
| # License : MIT License | |
| # Language : Thai | |
| # Version / Last Programmed : V.1.0 12/03/20 16:30 (UTC) | |
| import http.client,sys | |
| try: |
This file contains hidden or 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
| ### [NOTICE:CODE_MOVING] This module will be merged into package "np_chaonay". | |
| # This Gist will be deleted after 1 month of "np_chaonay.pymusicnote" release, | |
| # AND after 1 years of this annoucement's publishing. | |
| # However, this Gist is continue receiving updates, then it will be stopped | |
| # after "np_chaonay.pymusicnote" is released. | |
| """ | |
| Musical Notation implementation on Pythons. | |
| Constant : |
This file contains hidden or 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/bin/python3 | |
| import glob,os,time,sys | |
| import pandas as pd | |
| # Program parameters | |
| CHECKING_DELAY_TIME=20 | |
| LOW_MEM_ENSURE_DELAY_TIME=10 | |
| SIGTERM_DELAY_TIME=20 | |
| SYS_UNDERLOADING_DELAY_TIME=10 | |
| LOW_MEM_THRESHOLD_KIB=100000 |
This file contains hidden or 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
| ############################################################################ | |
| # Muscial Composition Features Classification - Part 1 # | |
| ############################################################################ | |
| ###### General Notice ###### | |
| + Author : Nuttapong Punpipat (NP-chaonay) | |
| + Updated On : 2020_05_16 16:03 (UTC) | |
| + General Updating Frequency : Weekly | |
| + Code Snippet Completeness : about 30% | |
| + Stability : <Beta |
NewerOlder