Skip to content

Instantly share code, notes, and snippets.

View Veritera's full-sized avatar

Veritera

  • Germany
  • 22:01 (UTC +02:00)
View GitHub Profile
@Veritera
Veritera / serienstream.main.min.js
Created August 8, 2025 14:39
SerienStream Main Min
$(document).on("touchstart, click", ".js-menu-button", function () {
$(this).toggleClass("js-active");
$(".header-content").toggleClass("js-active");
});
(function () {
"use strict";
var $, Animation, Carousel, Timer;
$ = jQuery;
Timer = (function () {
function Timer() {}
@Veritera
Veritera / SASS.UnitConverter.scss
Created July 25, 2025 14:01
SASS Unit Converter
// SASS Unit Converter
// Version: 0.1.0
// Description: Utility functions for converting between CSS units (pixels, rem, em)
// License: MIT
@use "sass:math";
// Default root font size (can be overridden by users before importing)
$root-font-size: 16;
// Converts pixels to rem units based on $root-font-size
@Veritera
Veritera / Knob.xaml
Created June 16, 2024 18:42
Visual Studio xaml designer crash
<UserControl
x:Class="UiKnob2.Core.Knob"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
xmlns:local="clr-namespace:UiKnob2.Core"
d:DesignHeight="100"
d:DesignWidth="100"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.