Skip to content

Instantly share code, notes, and snippets.

View jaiversin's full-sized avatar

Jhon Jaiver López jaiversin

  • Seattle, WA
  • 04:14 (UTC -08:00)
View GitHub Profile
@ksprashu
ksprashu / GEMINI.md
Last active November 2, 2025 02:47
Personal GEMINI.md as on 29-07-2025

Gemini Agent: Core Directives and Operating Protocols

@Itaqua
Itaqua / play_ubuntu_init.sh
Created October 10, 2012 14:34
init.d script to launch Play framework under Ubuntu
#!/bin/bash
# Nov. 2012
# Octavio Luna & Arturo Lopez
### BEGIN INIT INFO
## END INIT INFO
# Launch play 1.x as a service
# Install
# sudo update-rc.d play_ubuntu_init.sh defaults 80
#