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
| const spawn = require('child_process').spawn; | |
| // a command you want to execute. | |
| const command = "node cli/hoge.js --aaa --bbb=123"; | |
| const parts = command.split(" "); | |
| const cmd = parts[0]; | |
| const args = parts.splice(1); | |
| // detached: true: This option makes the child process a leader of a new process group, allowing it to continue running after the parent process exits. |
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 requests | |
| import os | |
| import time | |
| from urllib.parse import urlparse | |
| from datetime import datetime | |
| DATE_PATTERN = "%a, %d %b %Y %H:%M:%S %Z" | |
| def downloadImage(url, filePath): | |
| try: |
#how to transfer games to your vita via FTP
###requirements
- henkaku activated psvita 3.60
- filezilla ftp client
- wifi connection
- make sure your psvita and computer are in the same wifi network
##in your computer
- install filezilla (ftp client)
How to use this script:
- Go to https://discord.com/app
- Press
Ctrl + Shift + Ito open DevTools - Go to the
Consoletab - Paste the following code and hit enter:
let wpRequire;
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
| using Google.Apis.Auth.OAuth2; | |
| using Google.Apis.Drive.v3; | |
| using Google.Apis.Services; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Security.Cryptography; | |
| using System.Security.Cryptography.X509Certificates; | |
| static class Program |
- Install Docker Desktop
Because we already have an official CockroachDB docker image, we will use that in our docker-compose.yml file. We recommend you use one of the current tags instead of latest.
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
| // ==UserScript== | |
| // @name sows save the world | |
| // @namespace http://bemaniso.ws/ | |
| // @version 1.0 | |
| // @description try to take over the world! | |
| // @author sherl0k | |
| // @match https://bemaniso.ws/savetheworld.php | |
| // @grant none | |
| // ==/UserScript== |
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
| // patch.txt for Foxit PhantomPDF | |
| // Release Date: March 16, 2023 | |
| // Version: 10.1.11.37866 | |
| # file: patch.txt | |
| # author: rakisaionji | |
| # version: 10.1.11 | |
| # image_base: 0x400C00 | |
| # crc32: 2ceb72d9 |
NewerOlder