- \u{g} – ğ
- \u{G} – Ğ
- \c{c} – ç
- \c{C} – Ç
- \c{s} – ş
- \c{S} – Ş
- \”{u} – ü
- \”{U} – Ü
- \”{o} – ö
- \”{O} – Ö
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
| JALE | |
| ALİ | |
| MAHMUT | |
| MANSUR KÜRŞAD | |
| GAMZE | |
| MİRAÇ | |
| YÜCEL | |
| KUBİLAY | |
| HAYATİ | |
| BEDRİYE MÜGE |
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/env python | |
| """ | |
| Print (and write to JSON file) system information in a cross-platform manner. | |
| Output contains information about platform, BIOS, CPU, memory, disk, GPU, network, peripheral devices, installed | |
| packages, motherboard and users. | |
| This script heavily relies on psutil and some other bash/powershell commands. See requirements.txt for dependency list. |
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
| # application.yml file of the config server (Spring Cloud Config Server) | |
| server: | |
| port: 9999 # or whatever | |
| spring: | |
| application: | |
| name: config-service | |
| cloud: | |
| config: | |
| server: | |
| git: |
This guide walks through the full workflow for publishing a Python package to PyPI using GitHub Actions and PyPI's Trusted Publishers (OIDC) feature. No long‑lived API tokens are required—PyPI issues temporary credentials to GitHub at publish time.
- A PyPI account with two-factor authentication enabled.
Dump of all commands from "So You Think You Know Git - FOSDEM 2024":
The full blog post: https://blog.gitbutler.com/git-tips-and-tricks/