Accent Types アクセントの種類|Numbers 数字|Counters 数え方|Suffixes|Verbs 動詞|Adjectives 形容詞|Prefixes|〜もの|Special Common Exceptions|Regions, Cities & Places|Names|Trends
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
Name | Shell Command Shortcut | |
---|---|---|
%UserProfile% | explorer "shell:::{59031a47-3f72-44a7-89c5-5595fe6b30ee}" | |
%UserProfile%\Desktop | explorer "shell:::{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" | |
%UserProfile%\Documents | explorer "shell:::{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" | |
%UserProfile%\Downloads | explorer "shell:::{088e3905-0323-4b02-9826-5d99428e115f}" | |
%UserProfile%\Pictures | explorer "shell:::{24ad3ad4-a569-4530-98e1-ab02f9417aa8}" | |
Add Network Location | explorer "shell:::{D4480A50-BA28-11d1-8E75-00C04FA31A86}" | |
Additional Information | explorer "shell:::{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}\resultPage" | |
Advanced Problem Reporting Settings | explorer "shell:::{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}\pageAdvSettings" | |
Advanced sharing settings | explorer "shell:::{8E908FC9-BECC-40f6-915B-F4CA0E70D03D}\Advanced" |
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
Name | Shell Command Shortcut | |
---|---|---|
3D Objects | explorer "shell:3D Objects" | |
AccountPictures | explorer "shell:AccountPictures" | |
AddNewProgramsFolder | explorer "shell:AddNewProgramsFolder" | |
Administrative Tools | explorer "shell:Administrative Tools" | |
AppData | explorer "shell:AppData" | |
AppDataDesktop | explorer "shell:AppDataDesktop" | |
AppDataDocuments | explorer "shell:AppDataDocuments" | |
AppDataFavorites | explorer "shell:AppDataFavorites" | |
AppDataProgramData | explorer "shell:AppDataProgramData" |
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
################################################################################## | |
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW # | |
################################################################################## | |
# | |
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x. | |
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT | |
# OCCUR USING CHROMECAST / GOOGLE HOME. | |
# | |
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP. | |
# SUGGESTIONS? WRITE A COMMENT BELOW. |
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
(function () { | |
'use strict'; | |
if (location.host !== 'daynhauhoc.com') { | |
const checkHost = confirm('Bookmarklet does not work on this page.\nDo you want to open DayNhauHoc?'); | |
if (checkHost) top.location.href = 'https://daynhauhoc.com'; | |
return; | |
} | |
if (!Discourse.User.current()) { |
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
BusStopCode | Direction | Latitude | Longitude | ServiceNo | ||
---|---|---|---|---|---|---|
0 | 1668 | 1 | 21.031915 | 105.851948 | 09 | |
1 | 340 | 1 | 21.0284166666667 | 105.851166666667 | 09 | |
2 | 32 | 1 | 21.02505 | 105.851416666667 | 09 | |
3 | 33 | 1 | 21.0220333333333 | 105.8504 | 09 | |
4 | 34 | 1 | 21.0192 | 105.849416666667 | 09 | |
5 | 768 | 1 | 21.017288 | 105.845721 | 09 | |
6 | 253 | 1 | 21.019127 | 105.837982 | 09 | |
7 | 254 | 1 | 21.019363 | 105.834084 | 09 | |
8 | 520 | 1 | 21.01581 | 105.828275 | 09 |
This is the source code of one of my blog post. To read the full blog post please click here.
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
import argparse | |
import os | |
import re | |
import sys | |
from sys import platform | |
from subprocess import check_output, STDOUT, CalledProcessError | |
from itertools import izip_longest | |
from timeit import timeit | |
from subprocess import Popen | |
from threading import Timer |
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
class SearchFlatsForm(Form): | |
"""search flat pages""" | |
searchterm = StringField('searchterm', | |
validators=[DataRequired(), | |
Length(min=3, max=30), | |
]) |
NewerOlder