Skip to content

Instantly share code, notes, and snippets.

@eHonnef
eHonnef / Default
Last active May 6, 2023 22:04
Vscode settings
{"name":"Default","settings":"{\"settings\":\"{\\n \\\"security.workspace.trust.enabled\\\": false,\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"workbench.colorTheme\\\": \\\"Atom One Light\\\",\\n \\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n \\\"cmake.generator\\\": \\\"Unix Makefiles\\\",\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"telemetry.telemetryLevel\\\": \\\"off\\\",\\n \\\"update.mode\\\": \\\"none\\\",\\n \\\"extensions.autoUpdate\\\": false,\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.fontFamily\\\": \\\"jetbrains mono\\\",\\n \\\"editor.fontWeight\\\": \\\"500\\\",\\n \\\"python.linting.pylintEnabled\\\": true,\\n \\\"python.formatting.provider\\\": \\\"yapf\\\",\\n \\\"python.formatting.yapfArgs\\\": [\\n \\\"--style\\\",\\n \\\"{based_on_style: pep8, indent_width: 4, column_limit
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<!--
Portable Secret generated with https://mprimi.github.io/portable-secret/
This file is self-contained, it embeds an encrypted payload.
It uses your browser's cryptograpy APIs to decrypt it, if you know the password.
-->
<html>
<head>
<meta charset="UTF-8" />
@eHonnef
eHonnef / C++BuilderConfigurations.idesettings
Created November 14, 2018 01:15
My configuration file to use in the Rad Studio 10.2 tokyo. It can be used in the Berlin version too. Use Migration Tool to import the settings. It has the dark theme and monokai color scheme for the editor.
<?xml version="1.0"?>
<AppSettings version="25.0">
<SettingGroup Name="Code Insight" Selected="true"/>
<SettingGroup Name="Code Insight\Borland.EditOptions.C" Selected="true">
<Setting Name="Error Insight" DataType="1" Value="True"/>
<Setting Name="ToolTip Watches" DataType="1" Value="True"/>
<Setting Name="Auto Code Completions" DataType="1" Value="True"/>
<Setting Name="Auto Code Parameters" DataType="1" Value="True"/>
<Setting Name="Code Complete Delay" DataType="4" Value="1"/>
<Setting Name="Scope Sort" DataType="1" Value="True"/>
@eHonnef
eHonnef / Monokai_Powershell.reg
Created October 27, 2018 21:38
Monokai color scheme for windows powershell. Double click on file or run the command "regedit /s Monokai_Powershell.reg"
Windows Registry Editor Version 5.00
; Modified by Andrew Reid East (andrew@andreweast.net)
; Registry file that maps the Monokai palette to the 16 avaliable colors
; in a Windows command prompt. Note, hex values in the table are RGB but byte
; ordering of a DWORD is BGR, e.g. "ColorTable<##>"=dword:00<B><G><R>
;
; Monokai color table from http://eclipsecolorthemes.org/?view=theme&id=6093
;
; NR cmd.exe PowerShell Sublime Name Solar Name HEX DWORD
@eHonnef
eHonnef / GameUserSettings.ini
Last active October 14, 2018 00:41
PUBG configuration file, salvar em C:\Users\SEU_USUARIO\AppData\Local\TslGame\Saved\Config\WindowsNoEditor
[/Script/Engine.GameUserSettings]
bUseDesiredScreenHeight=False
[ScalabilityGroups]
sg.ResolutionQuality=100.000000
sg.ViewDistanceQuality=2
sg.AntiAliasingQuality=0
sg.ShadowQuality=0
sg.PostProcessQuality=0
sg.TextureQuality=3