GitHub / countzero 28 Repositories
countzero/windows_manage_large_language_models
PowerShell automation to download large language models (LLMs) from Git repositories and quantize them with llama.cpp into the GGUF format.
Language: PowerShell - Size: 32.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

countzero/windows_llama.cpp
PowerShell automation to rebuild llama.cpp for a Windows environment.
Language: PowerShell - Size: 3.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 26 - Forks: 3

countzero/advent_of_code
Solutions for the yearly "Advent of Code" puzzles.
Language: JavaScript - Size: 151 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 2

countzero/backup_github_repositories
A PowerShell script that automatically backups all remote GitHub repositories to a local directory.
Language: PowerShell - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 8

countzero/windows_exllama
This is a playground to explore the ExLlama project in a Windows environment.
Language: PowerShell - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

countzero/wsl_debian
Provisioning of a Debian operating system in the Windows Subsystem for Linux (WSL).
Language: Shell - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

countzero/SVGReflection
Language: JavaScript - Size: 230 KB - Last synced at: about 1 year ago - Pushed at: almost 14 years ago - Stars: 2 - Forks: 0

countzero/windows_console_style
Style the windows consoles CMD and PowerShell.
Language: PowerShell - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

countzero/learning_node_pkg
Learning how to bundle Node.js applications with pkg.
Language: JavaScript - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

countzero/remote_docker_host
A virtual machine that can be used as a remote docker host for development within a local network.
Language: Ruby - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

countzero/nodemon Fork of remy/nodemon
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
Size: 2.17 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

countzero/nodemon_windows_kill
A test for a nodemon bugfix that enables SIGINT on Windows.
Language: JavaScript - Size: 33.2 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

countzero/minimal_javascript_mvc
A minimal ES Module experiment.
Language: JavaScript - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

countzero/JavaScriptObject
JavaScriptObject is an application to publish 3D models in a userfriendly way.
Language: JavaScript - Size: 1000 KB - Last synced at: about 1 year ago - Pushed at: over 15 years ago - Stars: 4 - Forks: 2

countzero/list_git_commits
A PowerShell script that aggregates a filtered list of commits across multiple local Git repositories.
Language: PowerShell - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

countzero/JavaScriptContextMenu
Cross-browser compatible right click context menu in JavaScript
Language: JavaScript - Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: over 15 years ago - Stars: 3 - Forks: 0

countzero/learning_transformers
This is a playground to explore the Hugging Face Transformers toolkit.
Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

countzero/html5-boilerplate Fork of h5bp/html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
Size: 18.8 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

countzero/learning_node_flame_graph
Learning how to create a flame graph for Node.js applications.
Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

countzero/awesome-advent-of-code Fork of Bogdanp/awesome-advent-of-code
A collection of awesome resources related to the yearly Advent of Code challenge.
Language: Python - Size: 424 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

countzero/CanvasReflection
Client-side image reflections using the HTML5 canvas element
Language: JavaScript - Size: 225 KB - Last synced at: about 1 year ago - Pushed at: about 13 years ago - Stars: 7 - Forks: 2

countzero/responsive_apache_directory_listing
Responsive Apache Directory Listing
Language: CSS - Size: 164 KB - Last synced at: about 1 year ago - Pushed at: almost 11 years ago - Stars: 10 - Forks: 2

countzero/repair_ssh_permissions
A PowerShell script that automatically repairs the permissions of the .ssh directory and files.
Language: PowerShell - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

countzero/ImageFlow
ImageFlow is an unobtrusive and userfriendly JavaScript image gallery.
Language: JavaScript - Size: 1.63 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 33 - Forks: 11

countzero/brute_force_bip38
A brute-force decoder of BIP38 encoded private keys for the CLI.
Language: JavaScript - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 15 - Forks: 20

countzero/presentation_on_artificial_intelligence
Presentation on Artificial Intelligence for the Free Drawing and Print Graphics class of the Muthesius Academy of Art.
Language: HTML - Size: 84 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

countzero/blue_green_deployment
This is a playground to explore the concept of blue-green deployments in the context of Docker containers.
Language: Shell - Size: 49.8 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

countzero/Audioreactive-Sphere
A VVVV patch deforming a sphere in relation to sound in realtime.
Size: 78.1 KB - Last synced at: about 1 year ago - Pushed at: over 15 years ago - Stars: 1 - Forks: 1
