Skip to content

Instantly share code, notes, and snippets.

View Busyvar's full-sized avatar

PE LETT Busyvar

  • Technology and Strategy
  • Belfort/France
View GitHub Profile
@Busyvar
Busyvar / Cargo.toml
Last active June 4, 2025 17:37
Dioxus minimal setup for TLS support
[package]
name = "demo"
version = "0.1.0"
authors = ["Busyvar"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version="0.7.9", optional= true }
@Busyvar
Busyvar / index.html
Created January 15, 2020 22:27
Task training level
<div class="container">
<header>
<h1>Application de gestion de taches</h1>
</header>
<template id="task_object">
<input class="touchtaskname" type="checkbox" name="summary">
<div id="progress_bar">
<input class="level" type="radio" checked name="t1"><input class="level" type="radio" name="t1"><input class="level" type="radio" name="t1" ><input class="level" type="radio" name="t1" ><input class="level" type="radio" name="t1" >
<div class="chart">
<div class="bar white">