Skip to content

Instantly share code, notes, and snippets.

View zv-r's full-sized avatar
🎯
Фокусировка

Vadi iz hub'a zv-r

🎯
Фокусировка
View GitHub Profile
@zv-r
zv-r / index.html
Created February 24, 2024 01:41
Profile cards - CSS grid
<div class="container">
<div class="card">
<img src="https://lh3.googleusercontent.com/ytP9VP86DItizVX2YNA-xTYzV09IS7rh4WexVp7eilIcfHmm74B7odbcwD5DTXmL0PF42i2wnRKSFPBHlmSjCblWHDCD2oD1oaM1CGFcSd48VBKJfsCi4bS170PKxGwji8CPmehwPw=w200-h247-no" alt="Person" class="card__image">
<p class="card__name">Lily-Grace Colley</p>
<div class="grid-container">
<div class="grid-child-posts">
156 Post
</div>
@zv-r
zv-r / Windows Variables.md
Created September 9, 2022 13:43 — forked from krabs-github/Windows Variables.md
[Windows Variables] Windows Variables #Windows

Windows 10+ default environment variables

VARIABLE WINDOWS 10
%ALLUSERSPROFILE% C:\ProgramData
%APPDATA% C:\Users{username}\AppData\Roaming
%COMMONPROGRAMFILES% C:\Program Files\Common Files
%COMMONPROGRAMFILES(x86)% C:\Program Files (x86)\Common Files
%CommonProgramW6432% C:\Program Files\Common Files
%COMSPEC% C:\Windows\System32\cmd.exe
@zv-r
zv-r / Best-AI-Base.md
Last active March 20, 2022 21:00
AI Knowledge Base

preview

Nature

☀️ :sunny: 🐛 :bug: 🍁 :maple_leaf:
:umbrella: 🐝 :honeybee: 🍃 :leaves:
☁️ :cloud: 🐜 :ant: 🍂 :fallen_leaf:
❄️ :snowflake: 🪲 :beetle: 🌿 :herb:
:snowman: 🐌 :snail: 🍄 :mushroom:
@zv-r
zv-r / webdev_online_resources.md
Created February 1, 2022 19:27 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@zv-r
zv-r / Resolve-WindowsGUID.ps1
Created January 25, 2022 22:24 — forked from davehull/Resolve-WindowsGUID.ps1
Useful for resolving some Windows GUIDs to human friendly values
<#
.SYNOPSIS
Resolves many Windows GUIDs to human friendly values.
.DESCRIPTION
Resolve-WindowsGUID.ps1 takes a GUID from a Windows system and attempts
to return a human friendly value from either a static list or from a
dynamically generated list of LogProvider GUIDs. There are undoubtedly
other GUIDs in use throughout Windows that will not fall into either of
these sets. If you encounter a GUID that you can't resolve via this

🎉

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
New feature :sparkles:
Bugfix 🐛 :bug:
Metadata 📇 :card_index:
Documentation 📚 :books:
Documenting source code 💡 :bulb: