I hereby claim:
- I am angelfor3v3r on github.
- I am dreamgate (https://keybase.io/dreamgate) on keybase.
- I have a public key whose fingerprint is D0A8 723F AE2A A528 49A6 AF9D 82CC D536 0A2C 5D68
To claim this, I am signing this object:
| { | |
| "Version": "16.1.0", | |
| "Name": "Shlink", | |
| "DestinationType": "URLShortener", | |
| "RequestMethod": "POST", | |
| "RequestURL": "your-api-url-here/rest/v3/short-urls", | |
| "Headers": { | |
| "X-Api-Key": "your-api-key-here" | |
| }, | |
| "Body": "JSON", |
| # clang-format version 17.0.3 | |
| --- | |
| Language: Cpp | |
| # BasedOnStyle: LLVM | |
| AccessModifierOffset: -4 | |
| AlignAfterOpenBracket: BlockIndent | |
| AlignArrayOfStructures: Right # TODO: None? | |
| AlignConsecutiveAssignments: | |
| Enabled: true | |
| AcrossEmptyLines: false |
| --- | |
| BasedOnStyle: LLVM | |
| IndentWidth: 4 | |
| --- | |
| Language: Cpp | |
| AlignAfterOpenBracket: Align | |
| AlignConsecutiveMacros: 'true' | |
| AlignConsecutiveAssignments: 'true' | |
| AlignConsecutiveDeclarations: 'true' | |
| AlignEscapedNewlines: Left |
| #!/bin/bash | |
| # disk tuning (8TB HDD) # | |
| for DISK in sda sdb sdc | |
| do | |
| SCHED=/sys/block/${DISK}/queue/scheduler | |
| if [[ -f "$SCHED" ]]; then | |
| # select deadline scheduler first | |
| echo deadline > $SCHED |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| MIT License | |
| Copyright (c) 2019 angelfor3v3r | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| event -> server_spawn | |
| event -> server_changelevel_failed | |
| event -> server_shutdown | |
| event -> server_cvar | |
| event -> server_message | |
| event -> server_addban | |
| event -> server_removeban | |
| event -> player_connect | |
| event -> player_connect_client | |
| event -> player_info |