Skip to content

Instantly share code, notes, and snippets.

View ethanquix's full-sized avatar
🚀
How are we going to manage timezone with Mars?

Dimitri Wyzlic ethanquix

🚀
How are we going to manage timezone with Mars?
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ethanquix on github.
  • I am caracole (https://keybase.io/caracole) on keybase.
  • I have a public key ASBLC9NPo1wDsXG_ht0nfRKWqx9QLdaIFC2bCJ0uLfA1Ewo

To claim this, I am signing this object:

@ethanquix
ethanquix / area
Created October 30, 2017 12:17
Area
# Area
## Objectif -> Créer un service de mise en relation de réseaux sociaux comme IFTTT marchant avec un système de action / réaction
```
- Entièrement en JAVA
- Serveur JAVA qui rend du code HTML
- Apprentissage d'un nouveau framework Spring
- Tests unitaires complets
- Déploiement sur serveur distant
#!/bin/bash
apt-get install mc htop git unzip wget curl -y
echo
echo "====================================================="
echo " WELCOME"
echo "====================================================="
echo
echo "Hub"
  • Intro
  • Problematique
  • Presentation team
  • Nos contraintes (idéologie)
  • Notre solution
  • Example
  • Validation
  • Business Model
  • Partenaires
  • Fin on s'aime tous
This file has been truncated, but you can view the full file.
[{"synonyms": ["Procedure"], "code": 71388002, "definition": "", "name": "Procedure (procedure)"}, {"synonyms": ["Galvanism"], "code": 773262000, "definition": "", "name": "Galvanism (procedure)"}, {"synonyms": ["Procedure related to reproduction"], "code": 773261007, "definition": "", "name": "Procedure related to reproduction (procedure)"}, {"synonyms": ["Postoperative procedure"], "code": 722492002, "definition": "", "name": "Postoperative procedure (procedure)"}, {"synonyms": ["Promotion"], "code": 710135002, "definition": "An activity that supports or encourages a cause or goal.", "name": "Promotion (procedure)"}, {"synonyms": ["Procedure on wound"], "code": 442460002, "definition": "", "name": "Procedure on wound (procedure)"}, {"synonyms": ["Determination of information related to transfusion"], "code": 442006003, "definition": "", "name": "Determination of information related to transfusion (procedure)"}, {"synonyms": ["Procedure related to breastfeeding"], "code": 440626008, "definition": "", "name":
package utils
import (
"encoding/json"
"fmt"
"github.com/mxmCherry/openrtb"
)
// Merge 2 string arrays but remove any duplicate element
func MergeStringArray(a []string, b []string) []string {
package utils
import (
"github.com/go-test/deep"
"github.com/mxmCherry/openrtb"
"reflect"
"testing"
)
//Constants
import sys
# HOW TO RUN THIS SCRIPT:
# python3 script.py MYFILE.SQL
# TRANSFORM:
# CASE WHEN ('bid_requests' in ({{.METRICS}})) THEN bid_requests ELSE NULL END as bid_requests,
# TO
# {{if index .METRICS_AS_MAP "bid_requests"}}bid_requests,{{end}}
def processMetrics(src: str) -> str:
// ==UserScript==
// @name Copy Github PRs
// @namespace http://tampermonkey.net/
// @version 0.7
// @description try to take over the world!
// @author You
// @match https://github.com/*
// @grant none
// ==/UserScript==
# How tu use:
# Create a from folder with the launch.json
# Create a output folder
import json
from xml.etree.ElementTree import Element, SubElement, Comment, tostring
from xml.etree import ElementTree
from xml.dom import minidom