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
# UV Documentation | |
> A fast Python package installer and resolver, written in Rust | |
UV is a Python package installer and virtual environment manager designed to be a faster alternative to pip/virtualenv. It provides similar functionality to pip but with better performance and additional features. | |
Key features: | |
- Faster package installation and dependency resolution | |
- Integrated virtual environment management | |
- Pip-compatible interface |
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
Brossage de dents | |
Outils : brosse à dents, colgate, eau, recipient ; | |
Debut : Algo_brossage_2_dents; | |
1-mettre du dentefresh sur le brosse a dents; | |
2-metre de l' eau dans le recipient ; | |
3-utiliser le brosse a dents pour brosser les dents de haute en bas ; | |
4-utiliser le recipien d' eau pour laver la bouche apres brossage ; |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 3339e5c4-9e73-435d-a90e-63a1202af7e6 | |
-- Server started: February 07, 2025 10:53 PM UTC | Server uptime: 3075 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file has been truncated, but you can view the full file.
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 Friday, February 7, 2025, 6:56:04 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) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (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
-- AH POST-SERVER LOGS -- | |
-- ServerID: fef1a3ce-0898-4e41-825b-cddd50ccecb5 | |
-- Server started: February 07, 2025 11:43 PM UTC | Server uptime: 776 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Personal Portfolio Website</title> | |
<link rel="stylesheet" href="style.css"> | |
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'> | |
</head> | |
<body> |
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 gradio as gr | |
import pyaudio | |
import wave | |
import threading | |
import time | |
from datetime import datetime | |
from pathlib import Path | |
import numpy as np | |
import logging | |
from openai import OpenAI |
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"?> | |
<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\Bat\bat-v0.25.0-x86_64-pc-windows-msvc.zip.txt" checksum="C6941B19BA1CF9B493E0E5481E7A9B76" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\bat.nupkg" checksum="CDDAE311F95C2C2E1D48721B14FFC194" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\bat.nuspec" checksum="C5E58143163F9A0360364D4064BDFC64" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\tools\chocolateyinstall.ps1" checksum="EB940E66A6C1AA0A373907062AC7EF11" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\tools\bat-v0.25.0-x86_64-pc-windows-msvc\bat.1" checksum="637E82F985126FB91AC79A56DFF984A7" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\tools\bat-v0.25.0-x86_64-pc-windows-msvc\bat.exe" checksum="54993D0A3329E0557BEE33D95CF36085" /> | |
<file path="C:\ProgramData\chocolatey\lib\Bat\tools\bat-v0.25.0-x86_64-p |
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 Mathlib.Data.Rat.Defs | |
-- exemplo de probabilidade para emily 🍉 | |
-- por simplicidade, vamos definir um espaço de probabilidade como uma | |
-- função μ : (α → Float) → Float, que pega uma função f : α → Float e | |
-- retorna a sua integral ∫ f dμ. | |
def ℙ (α : Type) := (α → ℚ) → ℚ | |
-- daí, a gente pode até definir a integral de forma bonitinha |
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
# region VEXcode Generated Robot Configuration | |
from vex import * | |
import urandom | |
import math | |
# Brain should be defined by default | |
brain = Brain() | |
# Robot configuration code | |
controller_1 = Controller(PRIMARY) |