Skip to content

Instantly share code, notes, and snippets.

View drementer's full-sized avatar
🔥
SEND DUDES

Burak drementer

🔥
SEND DUDES
  • Turkiye
View GitHub Profile
@drementer
drementer / autoexec.cfg
Last active June 28, 2023 13:00
CS:GO Autoexec Config File
unbindallmousekeyboard
rate "786432"
fps_max "300"
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.031"
cl_interp_ratio "2"
cl_cmdrate "128"
cl_updaterate "128"
@drementer
drementer / .editorconfig
Last active July 26, 2022 20:33
.editorconfig
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
@drementer
drementer / text-truncate-mixin.scss
Last active June 18, 2022 10:00
Scss Text Truncate Mixin
/// Truncate
/// Sets the maximum number of rows the element will have
/// If the maximum line is exceeded, cut off the excess lines.
/// puts "..." at the end of the last line
/// @param {number} $max-line [2] - max line of paragraph
/// @example scss - truncate mixin
/// .text {
/// @include truncate(2);
/// }
@mixin truncate($max-line: 2) {
@drementer
drementer / settings.json
Last active December 15, 2023 16:00
VS Code settings
{
"window.title": "${activeEditorShort}",
"window.titleSeparator": " | ",
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "custom",
"window.zoomLevel": 0.5,
"workbench.startupEditor": "welcomePage",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "SynthWave '84",
@drementer
drementer / .gitignore
Last active June 23, 2022 17:58
.gitignore
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file