Skip to content

Instantly share code, notes, and snippets.

View txreplay's full-sized avatar
✌️
Coding...

Valentin Commenge txreplay

✌️
Coding...
View GitHub Profile
# ************************************************************
# Sequel Pro SQL dump
# Version 4541
#
# http://www.sequelpro.com/
# https://github.com/sequelpro/sequelpro
#
# Hôte: 127.0.0.1 (MySQL 5.7.21)
# Base de données: francity
# Temps de génération: 2018-05-16 10:17:57 +0000
@txreplay
txreplay / functions.sh
Last active June 14, 2018 09:53
Install PHP, Nginx & Mysql for Symfony
#!/bin/bash
check_connexion ()
{
echo " > START: sudo wget -q --timeout=20 --spider http://google.com"
sudo wget -q --timeout=20 --spider http://google.com
echo " > END: sudo wget -q --timeout=20 --spider http://google.com"
if [[ $? -ne 0 ]]; then
echo "Connexion internet inexistante. Veuillez réessayer."
exit 2
@txreplay
txreplay / autoexec.cfg
Created September 3, 2017 22:49
Autoexec file for my CSGO config
// txreplay.cfg 1.0 - 2017.09.04
// Launch options:
// -console -novid -high -nod3d9ex -nojoy -noforcemparms -noforcemaccel -tickrate 128 -refresh 60 -freq 60 -threads 4 +mat_queue_mode 2 +exec autoexec.cfg
echo "Autoexec - BEGIN"
// Crosshair
cl_crosshairalpha "200"
cl_crosshaircolor "5"
cl_crosshaircolor_b "50"

Keybase proof

I hereby claim:

  • I am txreplay on github.
  • I am txreplay (https://keybase.io/txreplay) on keybase.
  • I have a public key whose fingerprint is DE9D 6177 CBC5 2805 F34E 7A73 4123 73C9 24B3 797A

To claim this, I am signing this object:

.ui-datepicker {
background-color: #fff;
border: 1px solid #66AFE9;
border-radius: 4px;
box-shadow: 0 0 8px rgba(102,175,233,.6);
display: none;
margin-top: 4px;
padding: 10px;
width: 240px;
}