Skip to content

Instantly share code, notes, and snippets.

View sumedhe's full-sized avatar
馃槆
Feeling Fantastic...

Sumedhe Dissanayake sumedhe

馃槆
Feeling Fantastic...
View GitHub Profile
@SharkyRawr
SharkyRawr / vscodehere.desktop
Last active October 4, 2025 16:57
KDE 5 Plasma Service Menu action: VSCode here (open visual studio code in current directory for KDE Plasma)
# Install in to ~/.local/share/kservices5/vscodehere.desktop
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KonqPopupMenu/Plugin
MimeType=inode/directory;
Actions=openVSCodeHere;
X-KDE-AuthorizeAction=shell_access
[Desktop Action openVSCodeHere]
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active December 8, 2025 01:47
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@parth1020
parth1020 / Google Maps Simple Multiple Marker Example
Created January 8, 2013 07:04
Google Maps Simple Multiple Marker Example
<html>
<head>
<title>Google Maps Multiple Markers</title>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
</head>
<body>
<div id="map" style="height: 400px; width: 500px;">
</div>
<script type="text/javascript">