Instantly share code, notes, and snippets.
ikem-krueger /Cheat Sheet.ipynb
CreatedOctober 12, 2023 21:45
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ikem-krueger /PHP mit Visual Studio Code.md
CreatedOctober 12, 2023 21:44 — forked frommacx/PHP mit Visual Studio Code.md
PHP Server mit Visual Studio Codeikem-krueger /Build LineageOS 16.0 for the Samsung Galaxy S5.md
Last activeOctober 10, 2023 18:36
ikem-krueger /fiveserver.config.js
CreatedOctober 10, 2023 11:46
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
module.exports={ | |
highlight:true, | |
injectBody:true, | |
navigate:true, | |
port:5555, | |
root:"www/", | |
open:"index.php", | |
browser:"chrome", | |
php:"C:\\php\\php-8.0.13\\php.exe" | |
}; |
ikem-krueger /.gitconfig
CreatedSeptember 29, 2023 09:06
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
[core] | |
safecrlf=false | |
autocrlf=input | |
longpaths=true | |
[help] | |
format=web | |
[alias] | |
co=checkout | |
ci=commit | |
st=status |
ikem-krueger /.wslconfig
CreatedMay 21, 2021 08:31
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
[wsl2] | |
memory=1GB | |
swap=0 | |
localhostForwarding=true |
ikem-krueger /idea.properties
Last activeJuly 23, 2025 12:48
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
# custom IntelliJ IDEA properties | |
editor.zero.latency.typing=true | |
idea.max.intellisense.filesize=3500 | |
idea.cycle.buffer.size=2048 |
ikem-krueger /c_sharp_for_python.md
Last activeMarch 8, 2024 02:45 — forked frommrkline/c_sharp_for_python.md
An intro to C# for a Python developer. Made for one of my coworkers.