Skip to content

Instantly share code, notes, and snippets.

View thoanny's full-sized avatar
🏠
Working from home

Anthony Destenay thoanny

🏠
Working from home
View GitHub Profile
@thoanny
thoanny / info.txt
Last active April 22, 2022 09:12
Crédits Twitch via un overlay de Stream Elements
Le projet a son propre repository désormais :
https://github.com/thoanny/streamelements-credits
@thoanny
thoanny / markers.json
Last active May 8, 2021 12:06
Marqueurs de bois de Genshin Impact - 08/05/2021 à 14h00
[
{
"uid": "1317sQ75wz",
"x": 5030.666687011719,
"y": 3269.9999999999995,
"lat": 34.08906131584996,
"lng": 41.07421964406968,
"color": "yellow"
},
{
@thoanny
thoanny / php-to-discord.php
Last active February 11, 2021 08:33
Envoyer un message sur un canal textuel de Discord, grâce à PHP
<?php
$url = ''; // Adresse de votre webhook
$data = array(
'content' => "", // Contenu du message, peut être formaté en Markdown
// Seuls les emojis de Discord fonctionnent
// Limité à 2000 caractères
'username' => '', // Remplacer le nom du webhook, à enlever si inutilisé
@thoanny
thoanny / config.yaml
Created November 21, 2015 15:52
PuPHPet / Silex
vagrantfile:
target: local
vm:
box: puphpet/ubuntu1404-x64
box_url: puphpet/ubuntu1404-x64
hostname: local.puphpet
memory: '512'
cpus: '1'
chosen_provider: virtualbox
network:
<?php
/*
Plugin Name: Custom Post Type Archive Menu Links
Plugin URI: http://codeseekah.com/2012/03/01/custom-post-type-archives-in-wordpress-menus-2/
Description: Easily Add Custom Post Type Archives to the Nav Menus
Version: 1.2
Author: soulseekah
Author URI: http://codeseekah.com
License: GPL2