Skip to content

Instantly share code, notes, and snippets.

View Lamparter's full-sized avatar

Lamparter Lamparter

View GitHub Profile
@Lamparter
Lamparter / DropShadowPanel.Properties.UWP.cs
Created January 11, 2025 18:00
Abandoned CubeKit usercontrols
using Microsoft.Toolkit.Uwp.UI;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI;
using Windows.UI.Composition;
using Windows.UI.Xaml;
@Lamparter
Lamparter / CollectionResources.xaml
Created January 11, 2025 18:05
GlowUI collections
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ItemsPanelTemplate x:Key="HorizontalList">
<VirtualizingStackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ResourceDictionary>
@Lamparter
Lamparter / FixIgnores.cmd
Created February 17, 2025 08:32
Command to fix Git when you update the ignore with files already
git rm -r --cached .
<!--
***********************************************************************************************
NuGet.Build.Tasks.Pack.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or build your projects from the command-line or the IDE.
Copyright (c) .NET Foundation. All rights reserved.