Skip to content

Instantly share code, notes, and snippets.

View jsmette's full-sized avatar

Julien Smette jsmette

  • EVS Broadcast Equipment
  • Belgium, Liège
  • 03:52 (UTC +02:00)
  • X @Nova_BE_
View GitHub Profile
@jsmette
jsmette / app.js
Created March 31, 2020 15:28 — forked from CWFranklin/app.js
A script to detect user game changes and apply valid roles
var Discord = require('discord.js');
var discordBotToken = 'YOUR BOT TOKEN HERE';
var prefix = 'vores_';
var roleGame = {
"blackdesert": {
name: "black desert online",
id: ''
},
@jsmette
jsmette / gatling_websocket_demo.scala
Created May 27, 2019 09:28 — forked from nremond/gatling_websocket_demo.scala
Demo of Gatling Websocket API
package basic
import com.excilys.ebi.gatling.core.Predef._
import com.excilys.ebi.gatling.http.Predef._
import akka.util.duration._
import bootstrap._
import scala.collection.mutable
// Simulation for the Play20 chat sample app
// cf : (https://github.com/playframework/Play20/tree/master/samples/scala/websocket-chat)
@jsmette
jsmette / bobp-python.md
Created August 7, 2018 09:35 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@jsmette
jsmette / userDefineLang_Groovy.xml
Created November 20, 2017 13:45 — forked from Thermionix/userDefineLang_Groovy.xml
Groovy user defined language for notepad++
<NotepadPlus>
<UserLang name="Groovy" ext="groovy" udlVersion="2.1">
<Settings>
<Global caseIgnored="no" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">03/* 04*/ 00// 01 02</Keywords>
<Keywords name="Keywords1">abstract break case catch continue default do else extends final finally for if implements instanceof native new private protected public return static switch synchronized throw throws transient try volatile while strictfp package import false null super this true</Keywords>
<Keywords name="Keywords2">as assert def mixin property test using in it</Keywords>