- Use this wizard to create or select a project in the Google Developers Console and automatically turn on the API. Click Continue, then Go to credentials.
- On the Add credentials to your project page, click the Cancel button.
- At the top of the page, select the OAuth consent screen tab. Select an Email address, enter a Product name (Mega Account Creator) if not already set, and click the Save button.
- Select the Credentials tab, click the Create credentials button and select OAuth client ID.
- Select the application type Other, enter the name "Mega Account Creator", and click the Create button.
- Click OK to dismiss the resulting dialog.
- Click the Download JSON button to the right of the client ID.
- Move this file to your working directory and rename it client_secret.json.
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/bin/env python3 | |
# | |
# Most importantly: | |
# 1. Use at your own risk! | |
# 2. You may consider creating a backup because this script doesn't | |
# 3. Only tested on linux | |
# | |
# What does this script do? | |
# Whenever you scan for new items, plex will set the respective dates to | |
# the CURRENT time rather than the files mtime. |
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
00000000:is weapon | |
00000001:First Aid Spray | |
00000002:Green Herb | |
00000003:Red Herb | |
00000004:Blue Herb | |
00000005:Mixed Herb (G+G) | |
00000006:Mixed Herb (G+R) | |
00000007:Mixed Herb (G+B) | |
00000008:Mixed Herb (G+G+B) | |
00000009:Mixed Herb (G+G+G) |
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
FFFFFFFF:not weapon | |
00000001:Handgun - Matilda:0000000F:0000000C | |
00000002:Handgun - M19:0000001A:00000007 | |
00000003:Handgun - JMB Hp3:0000000F:0000000D | |
00000004:Handgun - Quickdraw Army Revolver:0000001A:00000006 | |
00000007:Handgun - MUP:0000000F:00000010 | |
00000008:Handgun - Broom Hc:0000000F:00000009 | |
00000009:Handgun - SLS 60:0000000F:00000005 | |
0000000B:Shotgun - W-870:00000010:00000004 | |
00000015:Sub Gun - MQ 11:00000011:00000018 |
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
credits to CJBok | |
00000001:Handgun - Matilda | |
00000002:Handgun - M19 | |
00000003:Handgun - JMB Hp3 | |
00000004:Handgun - Quickdraw Army Revolver | |
00000007:Handgun - MUP | |
00000008:Handgun - Broom Hc | |
00000009:Handgun - SLS 60 | |
0000000B:Shotgun - W-870 |
(Serial port or com port? - Serial ports are often refered as COM ports. It is the same to be short. You can read abut it in the Wiki article )
## The problem Suppose we have an application that works with some device using serial port (com port). It could be GPS reader, IRDA, whatever. So it looks like this: