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 |
Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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( |
People
: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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. | |
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, |