I hereby claim:
- I am rickscherer on github.
- I am rickscherer (https://keybase.io/rickscherer) on keybase.
- I have a public key whose fingerprint is E5D6 88F6 0EFA 86F1 BBC8 8710 A4F4 AF08 F2CC 648A
To claim this, I am signing this object:
| # https://github.com/tchellomello/python-ring-doorbell | |
| from ring_doorbell import Ring | |
| # ID of the newest video you want | |
| OLDER_THAN = 6678032064860195883 | |
| # ID of the oldest video you want | |
| LAST_ONE = 6675690255416888363 | |
| # grab info on this many videos at a time | |
| CHUNK_SIZE = 50 |
| // Step 1: Open https://www.tadpoles.com/parents and log in; | |
| // Step 2: Select the 'all' tab (IMPORTANT STEP); | |
| // Step 3: Select a month; | |
| // Step 4: Open the JavaScript console in your browser (e.g., press | |
| // Command + Alt + i in Google Chrome on a Mac, or press | |
| // Ctrl + Shift + i in Google Chrome in Windows); | |
| // Step 5: Copy this entire code snippet, paste it to the JavaScript console, | |
| // and press Enter to run; all photos and videos will be downloaded | |
| // to your default Downloads folder and they should have proper | |
| // file names. |
I hereby claim:
To claim this, I am signing this object:
| Clear-Host | |
| $ErrorActionPreference = "Continue" | |
| $DebugPreference = "Continue" | |
| $VerbosePreference = "Continue" | |
| @" | |
| ## vmware_unmap_datastore.ps1 ################################################# | |
| Usage: powershell -ExecutionPolicy Bypass -File ./vmware_unmap_datastore.ps1 | |
| Purpose: Dumps Datastore (in GB): Capacity, Free, and Uncommitted space to |
| /** | |
| * MyQ Garage Door Opener SmartDevice | |
| * | |
| * Author: Jason Mok | |
| * Date: 2014-12-26 | |
| * | |
| *************************** | |
| * | |
| * Copyright 2014 Jason Mok | |
| * |
| /** | |
| * Copyright 2015 SmartThings | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed | |
| * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License |
| /** | |
| * MyQ Service Manager SmartApp | |
| * | |
| * Author: Jason Mok | |
| * Date: 2014-12-26 | |
| * | |
| *************************** | |
| * | |
| * Copyright 2014 Jason Mok | |
| * |
| /** | |
| * Yet Another Power Monitor | |
| * | |
| * Copyright 2015 Elastic Development | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| #!/usr/bin/perl | |
| use cPanel::PublicAPI; | |
| my $config = { | |
| 'folder_name' => '/Backup', # Change to the folder on your FTP server | |
| 'ftp_host' => 'ftp.vmwaretips.com', # Change to your FTP server fqdn/IP | |
| 'ftp_user' => 'username', # Change to your FTP username | |
| 'ftp_pass' => 'password', # Change to your FTP password | |
| 'ftp_port' => '21', # Change to your FTP port number |