Skip to content

Instantly share code, notes, and snippets.

View dima-iholkin's full-sized avatar
🇺🇦
help win the war

Dima Iholkin dima-iholkin

🇺🇦
help win the war
  • not working at the moment
  • Kyiv, Ukraine
  • 12:25 (UTC +03:00)
View GitHub Profile
@dima-iholkin
dima-iholkin / Dima-v1.omp.json
Last active October 1, 2022 10:12
PowerShell Core : Add a Powerline
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"newline": false,
"segments": [
{
"type": "time",
@dima-iholkin
dima-iholkin / gist:38f9ee325668f50d9ff9fea13934f229
Created July 10, 2021 18:18
ASP.NET Core introspect the app's registered routes.
// in Startup.cs
using Microsoft.AspNetCore.Mvc.Infrastructure;
using IdentityServer4.Hosting;
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
using (var scope = app.ApplicationServices.CreateScope())
{
var _obj = scope.ServiceProvider.GetRequiredService<IActionDescriptorCollectionProvider>();
@dima-iholkin
dima-iholkin / hibernate.bat
Last active April 7, 2021 23:48
Win10 hibernate
@ECHO off
SETLOCAL enabledelayedexpansion
SET /p var=Want to Hibernate? [Y/N]:
@REM Convert y to Y:
IF %var%== y (
SET var=Y
)
@dima-iholkin
dima-iholkin / Remove-FileExplorerShortcut.ps1
Last active February 11, 2020 20:05
Remove-FileExplorerShortcut
function Disable-FileExplorerAdobeCC {
Set-ItemProperty -path "HKCU:\Software\Classes\CLSID\{0E270DAA-1BE6-48F2-AC49-D6F5D56BD88B}" -Name "System.IsPinnedToNameSpaceTree" -value 0 -Type DWord;
Read-Host -Prompt "Press Enter to exit";
}
Disable-FileExplorerAdobeCC;
function Disable-FileExplorerOneDrive {
Set-ItemProperty -path "HKCU:\Software\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" -Name "System.IsPinnedToNameSpaceTree" -value 0 -Type DWord;
@dima-iholkin
dima-iholkin / Microsoft.PowerShell_profile.ps1
Last active February 14, 2023 10:16
PowerShell profile for a light theme DEPRECATED
# Deprecated.
# Settings:
# (Red, Green, Blue)
# Screen Background: 242, 242, 242
# Screen Text: 12, 12, 12
# Screen Background: 204, 204, 204
# Screen Text: 58, 150, 221
# Font: Cascadia Code PL
# Font Size: 18