Skip to content

Instantly share code, notes, and snippets.

View jaiversin's full-sized avatar

Jhon Jaiver López jaiversin

  • Seattle, WA
  • 02:45 (UTC -07:00)
View GitHub Profile
@ksprashu
ksprashu / GEMINI.md
Last active October 31, 2025 18:24
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
#