knox / UniGetUI-readme-5.md
0 likes
0 forks
1 files
Last active
Manager | Install as administrator | Skip integrity checks | Interactive installation | Install Older Versions | Install a PreRelease Version | Install a Custom Architecture | Install on a Custom Scope | Custom Install Location | Custom Package Sources | Supported since |
---|---|---|---|---|---|---|---|---|---|---|
Winget | ✅ | ✅ | ✅ | ✅ | ☑️ | ✅ | ⚠️ | ⚠️ | ✅ | 0.1.0 |
Scoop | ✅ | ✅ | ❌ | ❌ | ☑️ | ✅ | ✅ | ❌ | ✅ | 0.1.0 |
Chocolatey | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | 1.6.0 |
Npm | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | 2.0.0 |
Pip | ✅ | ❌ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | 2.0.0 |
.NET Tool | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | 2.1.0 |
PowerShell 5.x | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | 2.2.0 |
PowerShell 7.x | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | 3.1.1 |
knox / UniGetUI-readme-4.sh
0 likes
0 forks
1 files
Last active
1 | choco install wingetui |
knox / UniGetUI-readme-3.sh
0 likes
0 forks
1 files
Last active
1 | scoop install extras/wingetui |
knox / UniGetUI-readme-2.sh
0 likes
0 forks
1 files
Last active
1 | scoop bucket add extras |
knox / UniGetUI-readme-1.sh
0 likes
0 forks
1 files
Last active
1 | winget install --exact --id MartiCliment.UniGetUI --source winget |
knox / al-folio-readme-1.html
0 likes
0 forks
1 files
Last active
1 | <!-- code for GitHub users --> |
2 | {% if site.data.repositories.github_users %} |
3 | <div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center"> |
4 | {% for user in site.data.repositories.github_users %} {% include repository/repo_user.liquid username=user %} {% endfor %} |
5 | </div> |
6 | {% endif %} |
7 | |
8 | <!-- code for GitHub trophies --> |
9 | {% if site.repo_trophies.enabled %} {% for user in site.data.repositories.github_users %} {% if site.data.repositories.github_users.size > 1 %} |
10 | <h4>{{ user }}</h4> |
knox / Arduino-readme-1.md
0 likes
0 forks
1 files
Last active
wangold / Swarm-readme-21.py
0 likes
0 forks
1 files
Last active
1 | from swarm.repl import run_demo_loop |
2 | ... |
3 | run_demo_loop(agent, stream=True) |
wangold / Swarm-readme-20.py
0 likes
0 forks
1 files
Last active
1 | stream = client.run(agent, messages, stream=True) |
2 | for chunk in stream: |
3 | print(chunk) |
wangold / Swarm-readme-19.js
0 likes
0 forks
1 files
Last active
1 | { |
2 | "type": "function", |
3 | "function": { |
4 | "name": "greet", |
5 | "description": "Greets the user. Make sure to get their name and age before calling.\n\nArgs:\n name: Name of the user.\n age: Age of the user.\n location: Best place on earth.", |
6 | "parameters": { |
7 | "type": "object", |
8 | "properties": { |
9 | "name": {"type": "string"}, |
10 | "age": {"type": "integer"}, |