Skip to content

Instantly share code, notes, and snippets.

View DimDevOff's full-sized avatar
:octocat:

Dima DimDevOff

:octocat:
  • Ukraine, Kursk
View GitHub Profile
@DimDevOff
DimDevOff / main.rs
Created September 16, 2025 14:42
Hello World in Rust
fn main() {
println!("Hello, World!");
}
@DimDevOff
DimDevOff / InfWiki.html
Created October 3, 2025 07:18
InfWiki.html
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8">
<title>Нескінченна Вікі: Chat Ollama</title>
<style>
body { font-family: Arial, sans-serif; background: #f6f7fa; margin: 0; padding: 2em;}
.wiki-block { background: #fff; padding: 1em 2em; border-radius: 8px; box-shadow: 0 4px 14px rgba(0,0,0,0.08); margin-bottom: 2em;}
.word-link { color: #0b67fc; cursor: pointer; text-decoration: underline; }
.loading { color: #888; }