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
// launch options : | |
// -high -fullscreen -refresh 165 -w 1280 -h 1024 -nojoy -softparticlesdefaultoff -exec autoexec.cfg | |
// perfs | |
fps_max 0 | |
fps_max_ui "1000" | |
fps_max_tools "1000" | |
// perso | |
sensitivity 0.65 |
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
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: cs2ds | |
--- | |
apiVersion: v1 | |
kind: ConfigMap | |
metadata: |
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
{ | |
"basics": { | |
"name": "Nicolas Karolak", | |
"label": "Ingénieur Systèmes Linux", | |
"image": "https://avatars.githubusercontent.com/u/3918653?v=4", | |
"email": "[email protected]", | |
"url": "https://blog.karolak.fr", | |
"summary": "Passionné d'informatique. Orienté Linux et automatisation. Amateur de logiciels libres et open source. Contributeur occasionnel. Télétravailleur. J'ai besoin que mon travail ait du sens et une utilité sociale.", | |
"location": { | |
"city": "Melun", |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Label</key> | |
<string>org.nikaro.tmschedule</string> | |
<key>Program</key> | |
<string>/usr/local/bin/tmschedule.rb</string> |