Fiches de l'APEE pour les destination S4 : (merci jake !)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Variables for tests | |
SERVER= # codimd instance | |
NOTEID= # a note id | |
# Authentification is handeled by https://github.com/hackmdio/codimd-cli/pull/9 | |
# The socket url | |
URL=$SERVER/socket.io/?noteId=$NOTEID\&EIO=3\&transport=polling |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <conio.h> | |
#include <math.h> | |
#include <windows.h> | |
#include <string.h> | |
#define sleep(x) Sleep(x) | |
#include <locale.h> | |