Benchmark | 2025-02-11_15-23-computed-goto-247b50dec8af | 2025-02-11_16-19-tailcall-10c138c179ba | 2025-02-11_16-15-computed-goto-nomerge-3178d094669b |
---|---|---|---|
2to3 | 295 ms | 288 ms: 1.02x faster | 293 ms: 1.01x faster |
docutils | 2.86 sec | 2.83 sec: 1.01x faster | not significant |
html5lib | 64.3 ms | 63.9 ms: 1.01x faster | 64.9 ms: 1.01x slower |
Geometric mean | (ref) | 1.01x faster | 1.00x slower |
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
# Generate SSH key pair | |
ssh-keygen | |
# Read SSH public key | |
Get-Content "$env:USERPROFILE\.ssh\faiyan.pub" | |
# Start SSH agent | |
Set-Service -Name ssh-agent -StartupType Automatic | |
Start-Service ssh-agent |
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
Log uploaded on Tuesday, February 11, 2025, 4:38:28 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) |
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
SET | |
SET | |
SET | |
SET | |
SET | |
set_config | |
------------ | |
(1 ligne) |
Pointers in Go (Golang) are variables that store the memory address of another variable. They are useful for modifying variables inside functions, optimizing memory usage, and handling large data structures efficiently.
A pointer is declared using the *
(asterisk) symbol before the type.
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 re | |
class Base256: | |
def __init__(self): | |
self.list = [['aardvark','adroitness'],['absurd','adviser'],['accrue','aftermath'],['acme','aggregate'],['adrift','alkali'],['adult','almighty'],['afflict','amulet'],['ahead','amusement'],['aimless','antenna'],['Algol','applicant'],['allow','Apollo'],['alone','armistice'],['ammo','article'],['ancient','asteroid'],['apple','Atlantic'],['artist','atmosphere'],['assume','autopsy'],['Athens','Babylon'],['atlas','backwater'],['Aztec','barbecue'],['baboon','belowground'],['backfield','bifocals'],['backward','bodyguard'],['banjo','bookseller'],['beaming','borderline'],['bedlamp','bottomless'],['beehive','Bradbury'],['beeswax','bravado'],['befriend','Brazilian'],['Belfast','breakaway'],['berserk','Burlington'],['billiard','businessman'],['bison','butterfat'],['blackjack','Camelot'],['blockade','candidate'],['blowtorch','cannonball'],['bluebird','Capricorn'],['bombast','caravan'],['bookshelf','caretaker'],['brackish','celebrate'],['breadline','cellulose'],['br |
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
**1. Odpisy** | |
* **Účetní odpisy:** | |
* snižují účetní hodnotu majetku v čase | |
* **lineární odpisy:** odpisová sazba = 100 / doba životnosti (např. 5 let = 20% ročně) | |
* **zrychlené odpisy:** vyšší odpisy v prvních letech, nižší později | |
* **Daňové odpisy:** | |
* stanoveny zákonem, odlišné od účetních | |
* **důležité:** ovlivňují daňový základ a tím i výši daně z příjmu |
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
// Dualite Generated Code | |
import 'package:flutter/material.dart'; | |
import 'package:intl/intl.dart'; |
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
^%$ Directory Opus Pro 13.6.2 Crack with License Key |
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
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-1554833228-56566251-3449598448-1000</user> | |
<keys> | |
<key installerType="InnoSetup" displayName="Bullzip MS Access to MySQL 5.2.0.252" displayVersion=""> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Bullzip MS Access to MySQL_is1</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files (x86)\Bullzip\MS Access to MySQL\]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files (x86)\Bullzip\MS Access to MySQL\unins000.exe" /SILENT]]></UninstallString> |