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 / M67_TD4_exo2.md
Last active April 2, 2021 11:06
M62, TD4, Exo 2 : simulation
@ktzanev
ktzanev / M67_TD4_exo1.md
Last active April 2, 2021 11:07
M62, TD4, Exo 1 : simulation
@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 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>
@ktzanev
ktzanev / index.html
Last active March 26, 2017 14:50
SVG - inside html (GistRun)
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Exemple utilisatoin SVG</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Exemple utilisatoin SVG</h1>
@ktzanev
ktzanev / cochon.svg
Last active March 26, 2017 14:45
SVG - background (GistRun)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ktzanev
ktzanev / anonymous.svg
Last active March 26, 2017 14:23
SVG - img (GistRun)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ktzanev
ktzanev / index.html
Last active March 26, 2017 14:38
SVG - group (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 14:39
SVG - text (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>