🐺
.let { it.be() }
-
TelePat, LLC
- Moscow, Russia
-
21:19
(UTC +03:00)
Highlights
- Pro
Pinned Loading
-
Try this site conf if you (use SSL/T...
Try this site conf if you (use SSL/TLS certificates by letsencrypt certbot for nginx and) want to redirect http: to https: and www to non-www 1server {
2# Listen for http:
3listen [::]:80;
4listen 80;
5 -
Having this in your ~/.bashrc will a...
Having this in your ~/.bashrc will allow you to write persistent alias into ~/.bash_aliases with the aka command (and use them without sourcing ~/.bashrc) 1# Alias definitions.
2# You may want to put all your additions into a separate file like
3# ~/.bash_aliases, instead of adding them here directly.
4# See /usr/share/doc/bash-doc/examples in the bash-doc package.
5 -
Add this to your .bashrc to get a ha...
Add this to your .bashrc to get a handy bak function for backing up files and directories 1# Create backup copies of files or directories
23bak() {
4local name="$1.bak"
5if [ -e "$name" ]; then
-
This snippet might help you make a M...
This snippet might help you make a Material Design 3 theme for your Jetpack Compose app 1package my.awesome.package // put your package name here
23import android.app.Activity
4import android.os.Build
5import androidx.compose.foundation.isSystemInDarkTheme
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.