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
PID: 10352 (hl2_linux) | |
UID: 1000 (taylantatli) | |
GID: 1000 (taylantatli) | |
Signal: 11 (SEGV) | |
Timestamp: Thu 2022-10-27 18:09:43 +03 (7min ago) | |
Command Line: $'/home/taylantatli/.local/share/Steam/steamapps/common/Left 4 Dead 2/hl2_linux' -game left4dead2 -steam -novid -high -useallavailablecores -language turkish | |
Executable: /home/taylantatli/.local/share/Steam/steamapps/common/Left 4 Dead 2/hl2_linux | |
Control Group: /user.slice/user-1000.slice/[email protected]/app.slice/app-gnome-steam-9802.scope | |
Unit: [email protected] | |
User Unit: app-gnome-steam-9802.scope |
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
# https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html, aggregate list from each section | |
address-book-new The icon used for the action to create a new address book. | |
application-exit The icon used for exiting an application. Typically this is seen in the application's menus as File->Quit. | |
appointment-new The icon used for the action to create a new appointment in a calendaring application. | |
call-start The icon used for initiating or accepting a call. Should be similar to the standard cellular call pickup icon, a green handset with ear and mouth pieces facing upward. | |
call-stop The icon used for stopping a current call. Should be similar to the standard cellular call hangup icon, a red handset with ear and mouth pieces facing downward. | |
contact-new The icon used for the action to create a new contact in an address book application. | |
document-new The icon used for the action to create a new document. | |
document-open The icon used for the action to open a document. | |
document-open-recent T |
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
// https://superuser.com/questions/1010405/how-to-sort-extension-in-the-chrome-web-store/1598910#1598910 | |
var i = 0; | |
var num_of_items = 0; | |
var stop = false; | |
function startCheck(max) | |
{ | |
i++; | |
//document.querySelectorAll('div.h-a-Kd.a-Hd-mb')[0]; | |
var bottom = document.querySelectorAll('div.h-a-Hd-mb.a-Hd-mb')[0]; |
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
#!/bin/bash | |
GITHUB_USERNAME= | |
GITHUB_TOKEN= | |
GITEA_USERNAME= | |
GITEA_TOKEN= | |
GITEA_DOMAIN= | |
GITEA_REPO_OWNER= |
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
[ColorEffects:Disabled] | |
Color=210,205,218 | |
ColorAmount=1 | |
ColorEffect=1 | |
ContrastAmount=0.75 | |
ContrastEffect=1 | |
IntensityAmount=0.45 | |
IntensityEffect=0 | |
[ColorEffects:Inactive] |
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
[ColorEffects:Disabled] | |
Color=210,205,218 | |
ColorAmount=1 | |
ColorEffect=1 | |
ContrastAmount=0.75 | |
ContrastEffect=1 | |
IntensityAmount=0.45 | |
IntensityEffect=0 | |
[ColorEffects:Inactive] |
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
html { | |
background-color: #2b2b2b; | |
} | |
a { | |
color: #FFB300; | |
text-decoration: none; | |
} | |
#feedTitleText { | |
font-size: 2.5em; | |
} |
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
:root { | |
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
--body-color: rgba(255, 255, 255, 0.7); | |
--body-background: #282c34; | |
--header-link-color: #9b9494; | |
--header-active-link-color: #d19a66; | |
--input-border: 1px solid #2c384e; | |
--input-background: #2c384e; | |
--input-placeholder-color: #888; | |
--input-focus-border-color: #d19a66; |
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
#!/bin/bash | |
# Script to simplify the release flow. | |
# 1) Fetch the current release version | |
# 2) Increase the version (major, minor, patch) | |
# 3) Add a new git tag | |
# 4) Push the tag | |
# Parse command line options. | |
while getopts ":Mmpd" Option |
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
//usr/bin/gcc -IX11 -lX11 -Ifontconfig -lfontconfig cfetch.c -o cfetch -Os; exec ./cfetch | |
/*-------------*\ | |
/ | FLEXFETCH | \ | |
\ | 1.0.0.1 | / | |
\*-------------*/ | |
/* | |
CHANGELOG |