Skip to content

Instantly share code, notes, and snippets.

@CJHwong
CJHwong / README.md
Last active June 9, 2025 03:28
Gems - A Gemini Gem Manager in your MacBook powered by Gemma

gems.sh - A Gemini Gem Manager in your MacBook powered by Gemma

gems.sh is a Zsh script that simplifies interacting with local Large Language Models using Ollama. It provides a rich set of pre-configured prompt templates with advanced features like language detection, JSON schema processing, and flexible output handling.

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


Core Features

  • Rich Prompt Templates: Load from YAML configuration with templates like TextReviser, CodeReview, ComplexAnalysis
@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>