Skip to content

Instantly share code, notes, and snippets.

View ktzanev's full-sized avatar

Kroum Tzanev ktzanev

  • Université de Lille
View GitHub Profile
@ktzanev
ktzanev / index.html
Created March 12, 2017 11:11
#id : sélecteur d'ID (GistRun)
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>#id : sélecteur d'ID</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<ul>
<li>un</li>
@ktzanev
ktzanev / dabblet.html
Last active February 5, 2022 14:35
H1-H5 example
<h1>Titre de niveau 1</h1>
<h2>Titre de niveau 2</h2>
<h3>Titre de niveau 3</h3>
<h4>Titre de niveau 4</h4>
<h5>Titre de niveau 5</h5>
@ktzanev
ktzanev / M67_TD4_exo1.md
Last active April 2, 2021 11:07
M62, TD4, Exo 1 : simulation
@ktzanev
ktzanev / M67_TD4_exo2.md
Last active April 2, 2021 11:06
M62, TD4, Exo 2 : simulation
@ktzanev
ktzanev / hello_world.tex
Last active January 11, 2021 10:55
Minimal LaTeX Hello World example
\documentclass{article}
\begin{document}
Hello World!
\end{document}
@ktzanev
ktzanev / Readme.md
Last active December 13, 2018 20:15
Bonjour Colaboratory

Python

meijerg([[0,-2], [1]], [[1/2], [-1/2, -1]], x)

Mathematica (WolframAlpha)

MeijerG[{{0,-2}, {1}}, {{1/2}, {-1/2, -1}}, x]

Voir dans WolframAlpha

@ktzanev
ktzanev / BUProxy.html
Created October 11, 2017 19:31
Le favoris (bookmark) qui permet de réécrire l'adresse pour passer à travers le proxy de la BU de Lille 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BUProxy de Lille 1</title>
</head>
<body>
<p>
Enregistrer le lien suivant sur la barre de favoris :
<a href="javascript:window.location.replace('http://buproxy.univ-lille1.fr/login?url='+location.href,'Acces distant');">BUProxy</a>.<br>
@ktzanev
ktzanev / index.html
Last active May 2, 2017 07:26
SVG - rect (GistRun)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Exemple commande SVG</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Exemple commande SVG</h1>
@ktzanev
ktzanev / index.html
Last active April 2, 2017 18:18
SVG - line (GistRun)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Exemple commande SVG</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Exemple commande SVG</h1>
@ktzanev
ktzanev / index.html
Last active March 26, 2017 15:00
SVG - css (GistRun)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Exemple SVG et CSS</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><small>Positionner la souris sur</small> Craig</h1>