| // ==UserScript== | |
| // @name Recaptcha Solver (Automatically solves Recaptcha in browser) | |
| // @namespace Recaptcha Solver | |
| // @version 2.1 | |
| // @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser | |
| // @author engageub | |
| // @match *://*/recaptcha/* | |
| // @connect engageub.pythonanywhere.com | |
| // @connect engageub1.pythonanywhere.com | |
| // @grant GM_xmlhttpRequest |
| name: Test, Build and Deploy | |
| on: | |
| pull_request: | |
| types: [closed] | |
| jobs: | |
| build-test-release: | |
| if: github.event.action == 'closed' && github.event.pull_request.merged == true | |
| runs-on: ubuntu-latest |
| #!/bin/bash | |
| ## | |
| # Discord Webhook | |
| # Change the 'your_discord_webhook_name' with your actual Discord Webhook | |
| ## | |
| ## | |
| # add to linux cron: | |
| # sudo crontab -e |
It's possible to some extent but won't be really accurate, the idea is load image with a known file size then in its onload event measure how much time passed until that event was triggered, and divide this time in the image file size.
Example can be found here: https://stackoverflow.com/questions/4583395/calculate-speed-using-javascript
Test case applying the fix suggested there:
DigitalOcean does not provide a way to download a snapshot of your droplet locally. You can use rsync to accomplish this instead.
On your local machine, assuming you have added your-server in your SSH config:
rsync -aAXHv --append-verify --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} your-server:/
-a: archive mode (all files, with permissions, etc.)-A: preserve ACLs/permissions (not included with -a)
| /* | |
| Simple script to send data to RequesBin | |
| http://maxistar.ru/blog/%D0%9F%D0%BE%D1%81%D1%8B%D0%BB%D0%B0%D0%B5%D0%BC-%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5-%D0%B2-%D0%BE%D0%B1%D0%BB%D0%B0%D0%BA%D0%BE/ | |
| The original script was found at https://RandomNerdTutorials.com/esp32-sim800l-publish-data-to-cloud/ | |
| Modified by Max Starikov | |
| */ | |
| // Your GPRS credentials (leave empty, if not needed) |
| { | |
| "name": "mcguffin/wp-package-security-check", | |
| "type": "wordpress-plugin", | |
| "license": "GPL-2.0-or-later", | |
| "homepage": "https://gist.github.com/mcguffin/255909d4d7fcc241fe63363012553268", | |
| "require": { | |
| "composer/installers": "~1.2" | |
| }, | |
| "require-dev": { | |
| "squizlabs/php_codesniffer": "*", |
Python class and a CLI for various calendar utilities according to Hindu Calendar. It uses drikPanchang.com for querying data.
Some Features:
- Finding the Tithi of a particular date
- Querying daily Panchang
- Finding an occurrence of a particular Tithi in the current (or specified) year
- Ability to specify date in both regional or Gregorian format
- Display in regional language
- ICS Calendar Creator (Plotting Janma-Tithi on the Gregorian calendar for the specified year)
- Author: Donny Kurnia
- Release Date: Jun 5, 2018
- Original Post
Take note this is my personal edited version and the command related to Arch has been changed to work on my Arch system.