Skip to content

Instantly share code, notes, and snippets.

View tps2015gh's full-sized avatar

Thitipong Samranvanich tps2015gh

  • Bangkok , Thailand
View GitHub Profile
#!/usr/bin/python
# -*- coding: utf-8 -*-
# REF http://effbot.org/tkinterbook/canvas.htm#canvas.Canvas.tag_lower-method
# REF https://www.daniweb.com/programming/software-development/threads/325835/tkinter-resize-text-widget-along-with-root-window
# REF http://zetcode.com/gui/tkinter/drawing/
# REF http://www.python-course.eu/tkinter_events_binds.php
# REF http://www.python-course.eu/tkinter_canvas.php

Demo Wireshark Filter

filter get smtp from micro or yahoo

(smtp.response contains "micro") or (smtp.response contains"yahoo")

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<?php
$db = mysqli_connect("localhost","root","your@password@1234@5678" , "track" );

#Demo/ Test Angular only

<?php
/******************************************************************
Author/Coder : Thitipong Samranvanich
Since : 2017-06-8
github : https://gist.github.com/tps2015gh/89e34a18bac71eb7b0d0f4970528bd6a
******************************************************************/
//======= parameter , can edit
$month = "Mar";
$year = "2017";
/******************************************************************
Author: Thitipong Samranvanich
Since : 6 June 2017
objective: Demo How to use WebSQL in Google Chrome Console
Create Database , Create Table , Insert Data , Select Data to Display as HTML
TestWith : Google Chrome version 58.x.x.x
Platform : Windows
*********************************************************************/
// Author Thitipong Samranvanich
// Since 2017-05-28
// For: Demo Java 2D Painting + Swing GUI
// STILL ERROR , CAN NOT MOUSE MOVE , By Mouse Click is OK
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
#=========================================================================================
# Author: Thitipong Samranvanich
# Since: 25/05/2017
# Platform: Windows10 + Python27 , Editor notepad
# ProgramDesc : DEMO Draw Circle from 1 degree to 360 degree / Simple Animation
# NOTE: Upgrade pip by
# c:\Python27\python.exe -m pip install --upgrade pip
#
#=========================================================================================
#== REFERENCE
@tps2015gh
tps2015gh / test_parse_php_error_file.php
Last active May 25, 2017 09:27
demo_php_regular_expression
<?php
//======================================================================
// Author: Thitipong Samranvanich
// Since : 2017-05-25
// UseFor: Parse PHP CodeIgniter log , Display only Error Rows
// Copyright 2016
//======================================================================
// create and test pattern online by https://regex101.com/
$a_str = file("logslog-2017-03-09.php");