scoop install https://gist.githubusercontent.com/danielwagn3r/46d5781676d0660c1c31d301df199b50/raw/70645b8e1979c35d3a56c8b4edd9ebec18429d0c/hcloud.json
This file contains 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
<div id="cookie-notice"> | |
<span>We would like to use third party cookies and scripts to improve the | |
functionality of this website.</span> | |
<a id="cookie-notice-accept" class="button">Accept</a> | |
<a id="cookie-notice-deny" class="button">No Thanks</a> | |
<a href="/privacy">More info</a> | |
</div> | |
<script> | |
function createCookie(name, value, days) { |
This file contains 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
types { | |
application/x-ns-proxy-autoconfig dat; | |
} | |
server { | |
listen 80; | |
server_name sub.example.com; | |
server_tokens off; | |
location / { |
This file contains 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
calibre_1 | ------------------------------------- | |
calibre_1 | _ () | |
calibre_1 | | | ___ _ __ | |
calibre_1 | | | / __| | | / \ | |
calibre_1 | | | \__ \ | | | () | | |
calibre_1 | |_| |___/ |_| \__/ | |
calibre_1 | Brought to you by linuxserver.io | |
calibre_1 | ------------------------------------- | |
calibre_1 | To support LSIO projects visit: | |
calibre_1 | https://www.linuxserver.io/donate/ |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am danielwagn3r on github. | |
* I am danielwagner (https://keybase.io/danielwagner) on keybase. | |
* I have a public key whose fingerprint is 3BD6 7912 21E8 B86E CC13 50C2 C4AE 96AF 86E0 D426 | |
To claim this, I am signing this object: |
This file contains 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
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
int main() | |
{ | |
} | |
if ((b > 0 && a <= INT_MAX / b && a >= INT_MIN / b) || |