Skip to content

Instantly share code, notes, and snippets.

@CJHwong
CJHwong / README.md
Last active March 22, 2025 10:54
Gems - A Gemini Gem Manager in your MacBook powered by Gemma

Gems - A Gemini Gem Manager in your MacBook powered by Gemma

Gems is a zsh script designed to simplify interacting with local Large Language Models using Ollama. It allows you to execute LLM commands with pre-defined prompts, making it easier to perform specific tasks without writing new prompts every time.

Inspired by the workflow described in this Hacker News post by eliya_confiant: https://news.ycombinator.com/item?id=39592297.


Features

@ProLoser
ProLoser / alerts.html
Last active October 9, 2019 18:38
AngularJS Bootstrap implemented without any additional code
<h1>Alert</h1>
<p>Bootstrap JS</p>
<div class="alert fade in">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
</div>
<p></p><a ng-click="alert=true">Open Alert (AngularJS)</a></p>
<div class="alert fade" ng-class="{in:alert}">
<button type="button" class="close" ng-click="alert=false">×</button>