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
| # Resetting the SmartGit Trial on Different Operating Systems | |
| The specific location of the configuration files varies by operating system. | |
| ## Windows | |
| Delete: | |
| - `C:\Users\Your-name\AppData\Roaming\syntevo` | |
| ## macOS | |
| Delete: |
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
| ## Beyond Compare Trial Reset! | |
| > ⚠️ Disclaimer | |
| > This document is for **educational purposes only**. | |
| > Modifying registry entries related to software licensing or trials may violate the software’s license agreement and is **not recommended**. | |
| ### Background | |
| Beyond Compare stores per-user configuration and state data in the Windows Registry under: |
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
| /* | |
| * VS Code Settings Configuration | |
| * | |
| * This configuration file customizes VS Code's appearance and behavior with: | |
| * - Custom font settings (JetBrains Mono for editor and terminal) | |
| * - Minimal UI with hidden elements and custom layouts | |
| * - Editor customizations (line height, padding, cursor behavior) | |
| * - Custom window styling with transparent title bar | |
| * - Background image settings for editor and sidebar | |
| * - Disabled features for a cleaner interface |
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
| In advanced network card settings, make sure that the mode set for 802.11n/ac is set to 802.11ac, BUT for 802.11a/b/g, its' set to "5G 802.11a". | |
| Then retest and report back on performance. |
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
| { | |
| "workbench.colorTheme": "Catppuccin Macchiato", | |
| "background.fullscreen": { | |
| "images": ["file:///C:/Sakura_Nene_CPP.jpg"], // urls of your images | |
| "opacity": 0.90, // 0.85 ~ 0.95 recommended | |
| "size": "cover", // also css, `cover` to self-adaption (recommended),or `contain`、`200px 200px` | |
| "position": "center", // alias to `background-position`, default `center` | |
| "interval": 0 // seconds of interval for carousel, default `0` to disabled. | |
| }, |
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
| set number " Show line numbers | |
| set linebreak " Break lines at word (requires Wrap lines) | |
| set showbreak=+++ " Wrap-broken line prefix | |
| set textwidth=100 " Line wrap (number of cols) | |
| set showmatch " Highlight matching brace | |
| set visualbell " Use visual bell (no beeping) | |
| set hlsearch " Highlight all search results | |
| set smartcase " Enable smart-case search | |
| set ignorecase " Always case-insensitive |
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
| - copy your personal access token | |
| - go to repo folder, open .git folder here | |
| - now open .config file | |
| - make your [remote "origin"], url = https://"TOKEN HERE"@github.com/username/repository name.git like this. |
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
| \usepackage{tikzpagenodes} | |
| \begin{document} | |
| \begin{tikzpicture}[remember picture,overlay,shift={(current page.north west)}] | |
| \node[anchor=north west,xshift=17cm,yshift=-0.15cm]{\includegraphics[width=3cm]{Picture.jpeg}}; | |
| \end{tikzpicture} | |
| %upload a picture with name Picture.jpeg | |
| \end{document} |
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
| //Adaptive Menu icon (Hamburger Icon) | |
| // Documentation at https://www.sublimetext.com/docs/themes.html | |
| { | |
| "variables": | |
| { | |
| }, | |
| "rules": | |
| [ | |
| { |
NewerOlder