Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created February 11, 2025 21:10
box.default v1.0.0 - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\box.default\box.default.nupkg" checksum="286373848AE94D06E730DC77EA5D3130" />
<file path="C:\ProgramData\chocolatey\lib\box.default\box.default.nuspec" checksum="C4B0285949261BCE6B4D0788AC2FC118" />
<file path="C:\ProgramData\chocolatey\lib\box.default\tools\ChocolateyInstall.ps1" checksum="EB952059BF48B1B2C7909371214978ED" />
</files>
</fileSnapshot>
@BrastenXBL
BrastenXBL / example_patterned_progress_bars.tscn
Created February 11, 2025 21:10
Patterned Colored Progress Bars for Godot 4.3
[gd_scene load_steps=17 format=3]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vq0ld"]
[sub_resource type="GDScript" id="GDScript_f68c0"]
script/source = "extends ProgressBar
@export_range(0.0,2.0) var value_rate = 0.5
@export var value_color_high := Color.GREEN
@export var value_color_mid := Color.GOLD

Steady (after 100 iterations)

Benchmark Name Min Geomean Median Mean Max Total (ms) Total (min)
Bounce 523 538 526.92 524 526.9 105384 1.76
CD 486 505 490.75 487 490.7 98149 1.64
DeltaBlue 248 302 260.11 258 260.01 52022 0.87
Havlak 1178 1238 1214.16 1214 1214.12 242831 4.05
Json 318 336 321.63 319 321.58 64325 1.07
List 318 342 320.62 319 320.58 64123 1.07
Mandelbrot 129 156 130.64 130 130.6 26128 0.44
# Corporate Contributor License Agreement
This Corporate Contributor License Agreement ("Agreement") is entered into by and between the entity identified below ("Corporation") and the project maintainer(s) ("Maintainers"). This Agreement is effective as of the date of the last signature below.
## 1. Definitions
1.1 "Contribution" means any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by Corporation to the Maintainers for inclusion in, or documentation of, any of the projects owned or managed by the Maintainers (the "Project"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Maintainers or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Maintainers for the purpose of discussing and improving the Project, but exclu
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
@Joao-at-decenomy
Joao-at-decenomy / gist:95c919765ae1c944a071adef33f26814
Created February 11, 2025 21:08 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@fitsum
fitsum / recorder.cjs
Created February 11, 2025 21:08 — forked from peterc/recorder.cjs
Record an HTML file to a MP4 video
// Open a supplied HTML file and record whatever's going on to an MP4.
//
// Usage: node recorder.cjs <path_to_html_file>
// Dependencies: npm install puppeteer fluent-ffmpeg
// (and yes, you need ffmpeg installed)
//
// It expects a <canvas> element to be on the page as it waits for
// that to load in first, but you can edit the code below if you
// don't want that.
//
import logging
import os
import time
from contextlib import contextmanager
from collections import defaultdict
import numpy as np
import torch
import matplotlib.pyplot as plt
@PushoDev
PushoDev / animated-tab-bar.markdown
Created February 11, 2025 21:07
Animated Tab Bar
@BassJamm
BassJamm / pastel-on-dark.css
Created February 11, 2025 21:06
Github Gists pastel-on-dark.css theme
body .gist .highlight {
background: #2c2828;
}
body .gist .blob-num,
body .gist .blob-code-inner,
body .gist .pl-e,
body .gist .pl-eoa,
body .gist .pl-eoai,
body .gist .pl-eoai .pl-pde,
body .gist .pl-ko,