Image | Name | Link |
---|---|---|
Anonymous Alligator | https://ssl.gstatic.com/docs/common/profile/alligator_lg.png | |
Anonymous Ameisenbär | https://ssl.gstatic.com/docs/common/profile/anteater_lg.png | |
Anonymous Axolotl | https://ssl.gstatic.com/docs/common/profile/axolotl_lg.png | |
: | |
print(f"foo {ith}") | |
await asyncio.sleep(2) | |
print(f"bar {ith}") | |
return f"result {ith}" |
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
from http.server import BaseHTTPRequestHandler, HTTPServer | |
class MyHTTPRequestHandler(BaseHTTPRequestHandler): | |
def _set_response(self, content_type='text/plain'): | |
self.send_response(200) | |
self.send_header('Content-type', content_type) | |
self.end_headers() | |
def do_GET(self): | |
self._set_response() |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | |
<title>Rebane's Discord Colored Text Generator</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="Rebane's Discord Colored Text Generator"> | |
<meta name="author" content="rebane2001"> | |
<style> | |
html { |
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
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
use Illuminate\Http\Request; | |
use Illuminate\Validation\ValidationException; | |
use Illuminate\Support\Facades\Date; | |
use Illuminate\Support\Facades\Hash; | |
use Illuminate\Support\Facades\Lang; |
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
#!/usr/bin/php | |
<?php | |
/** | |
* 1. Find all files that have the common symbols for copied files " (1)." | |
* 2. Sort list by the largest file size | |
* 3. Delete all other matches (and original filename without the number indication) | |
* 4. Rename the largest to match the original name | |
* | |
* This program uses a TXT to read in the index of files. |
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
[ | |
{ | |
"currency": "Albania Lek", | |
"abbreviation": "ALL", | |
"symbol": "Lek" | |
}, | |
{ | |
"currency": "Afghanistan Afghani", | |
"abbreviation": "AFN", | |
"symbol": "؋" |
UPDATE 17.10.2019
Only works on old youtube skin.
//added "&disable_polymer=true" after playlist link
Also, saw this now, there is a "remove watched" button.
- Open your watch later playlist on youtube.
- Open the development console for your browser ( Ctrl+Shift+J for chrome, Ctrl+Shift+K for firefox )
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
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist |
NewerOlder