Skip to content

Instantly share code, notes, and snippets.

View qboileau's full-sized avatar

Quentin qboileau

  • Conduktor.io
  • Montpellier, France
  • 19:47 (UTC +02:00)
View GitHub Profile
@qboileau
qboileau / rust-script.sh
Last active April 20, 2020 12:31
Local copy of rust script example from Mahmoud Al-Qudsi blog post https://neosmart.net/blog/self-compiling-rust-code/
#!/bin/sh
#![allow()] /*
# rust self-compiler by Mahmoud Al-Qudsi, Copyright NeoSmart Technologies 2020
# See <https://neosmart.net/blog/self-compiling-rust-code/> for info & updates.
#
# This code is freely released to the public domain. In case a public domain
# license is insufficient for your legal department, this code is also licensed
# under the MIT license.
@qboileau
qboileau / conf
Created November 21, 2016 13:53
I3 Conf tmp
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
@qboileau
qboileau / tomcat_utils.sh
Created November 5, 2015 09:53
Script used to start/stop and get status of a Tomcat server.
#!/bin/bash
##########################################
# Utility script for tomcat start/stop
# based on pid file.
#
# This script will start tomcat and tell to tomcat
# to create pid file in CATALINA_HOME/bin folder.
#
# Usage [start|status|stop] [tomcat_home_path] [pid_file_name (optional)]: