- ROSETTA_DEBUGSERVER_PORT
- ROSETTA_MEMORY_ACCESS_INSTRUMENTATION
- ROSETTA_DISABLE_AOT
- ROSETTA_PRINT_SEGMENTS
- ROSETTA_PRINT_IR
- ROSETTA_ALLOW_GUARD_PAGES
- ROSETTA_AOT_ERRORS_ARE_FATAL
- ROSETTA_DISABLE_EXCEPTIONS
- ROSETTA_DISABLE_SIGACTION
- ROSETTA_HARDWARE_TRACING_PATH
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 Strip autocomplete attributes | |
| // @namespace david0 | |
| // @version 0.1 | |
| // @description This plugin gives the control about your passwords back to your browser and allows the browser to store every password. | |
| // @include http://* | |
| // @include https://* | |
| // @copyright 2014, David | |
| // ==/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
| openapi: "3.0.0" | |
| info: | |
| version: 1.0.0 | |
| title: OneOf example | |
| paths: | |
| /search: | |
| post: | |
| requestBody: | |
| content: | |
| application/json: |
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/env python3 -u | |
| import json | |
| import fileinput | |
| class Terminal(object): | |
| FG_RED = "\033[31m" | |
| FG_YELLOW = "\033[33m" | |
| BOLD = "\033[1m" | |
| DIM = "\033[2m" |
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
| proof of concept to make Zip-file checksums more reliable | |
| related to https://github.com/composer/composer/issues/2540 |
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
| #!/bin/sh | |
| #RESPONSE=`curl -s https://www.landoleet.org/` | |
| ping -c1 google.de || exit -1 | |
| NEWVERISON=6.`~/bin/reaper-download-url|grep -o '/reaper[^>]*_linux_x86_64.tar.xz'|tail -1|cut -c9-| cut -d_ -f1` | |
| cd ~/aur/reaper | |
| git reset --hard origin/master |
Tested with: https://jsfiddle.net/xpvt214o/160079/
method browser key which keyCode charCode
----------------------------------------------------------------
keydown Chrome l 76 76 0
keydown Chrome numpad enter 13 13 0
keydown Firefox l 76 76 0
keydown Firefox numpad enter 13 13 0
keydown IE l 76 76 0
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/python3 | |
| from sys import argv, stdout | |
| class LdifFilteringParser(object): | |
| def __init__(self, input, output): | |
| self.output = output | |
| self.input = input |
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
| #!/bin/sh | |
| gindent -nbad -bap -nbc -bbo -hnl -nprs-br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -d0 -di1 -nfc1 -i8 -ip0 -l80 -lp -npcs -npsl -sai -saf -saw -ncs -nsc -sob -nfca -cp33 -ss -ts8 -il1 -l100 -ncdb -bli0 $* |
NewerOlder