Skip to content

Instantly share code, notes, and snippets.

View jlimadev's full-sized avatar
💻
Learning something

Jonathan Lima jlimadev

💻
Learning something
View GitHub Profile
@jlimadev
jlimadev / tweak_windows_hvec_heic_free.md
Last active November 2, 2025 17:01 — forked from Aldaviva/wmp_h.265_hevc.md
Play H.265/HEVC videos in Windows Media Player (Classic) without a third-party codec pack or media player. Tested using Microsoft.HEVCVideoExtension_2.0.60091.0_x64__8wekyb3d8bbwe with WMP 12.0.20348.1311 on Windows Server 2022 21H2 and 12.0.22621.1105 on Windows 11 22H2.

Download

  1. Go to https://store.rg-adguard.net.
  2. Search for the HEVC Video Extensions from Device Manufacturer (Microsoft.HEVCVideoExtension) app by entering the following store URL into the search box and clicking the button.
    https://www.microsoft.com/en-us/p/hevc-video-extensions-from-device-manufacturer/9n4wgh0z6vhq
    
    • Do not use the normal HEVC Video Extensions app URL, because that can't play HEVC videos in Windows Media Player for some inscrutable reason.
  3. Download the AppxBundle file.
    • You may have to right click › Save Link As because the URL scheme is http, not https, if your browser is set to enforce HTTPS-only mode.
  • If it tries to save as a filename that's just a GUID, you may copy the correct .AppxBundle filename and save it as that instead.

Notepad Missing DLLs

Important

I decided to create this note as quick ref in case anyone else needs it; It's a simple fix, but I didn't find any docs with specifics on how to fix notepad missing dlls.

Download DLLs

Go to: dll.me and download the following dlls:

@jlimadev
jlimadev / ts-boilerplate.md
Created April 28, 2024 02:07 — forked from silver-xu/ts-boilerplate.md
Setup a Node.js project with Typescript, ESLint, Prettier, Husky

Setup a Node.js project with Typescript, ESLint, Prettier, Husky

1_D8Wwwce8wS3auLAiM3BQKA

Starting a personal node project could be easy; starting a team node project could be challenging.

I am a developer currently working in SEEK Australia.

In my experience, common mistakes developer make when starting a projects are:

  • No Linting
@jlimadev
jlimadev / powershell-profile.ps1
Last active August 4, 2022 17:58
Powershell profile with Oh My Posh and Posh Git
# Instaling Oh My Posh and Posh Git by running the following commands
## winget install oh-my-posh
## PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force
## code $PROFILE
# PROFILE:
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\the-unnamed.omp.json | Invoke-Expression
Enable-PoshTooltips