Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / Genus-theory.ipynb
Last active March 26, 2020 17:56
Investigating genus theory
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / Ray Class Group.ipynb
Created June 26, 2019 14:52
An example of using PARI/GP from Sage
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / hdr.geojson
Last active December 13, 2018 10:40
Map to get to UVSQ campus
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / jncf.ipynb
Created February 26, 2018 13:54
Résultats du sondage sur les dates des JNCF 2020 – 2021
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / TD-EMA.ipynb
Created May 22, 2017 08:42
TD SageMath pour l'École Mathématique Africaine 2017, Thiés
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / fourier2.ipynb
Created May 2, 2017 01:25
Evolution of Fourier coefficients with gliding window
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / fourier.ipynb
Created April 21, 2017 23:11
Fourier vs Goertzel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / eventsource-client.html
Created March 13, 2017 23:34
Demonstration de EventSource et de WebSocket en Node.js, inspiré du TD http://defeo.lu/aws/tutorials/accounts-node
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<title>EventSource demo</title>
<base target="_blank">
</head>
<body>
<textarea style="width:100%;height:80vh" readonly></textarea>
<p>Liens pour connecter/déconnecter quelques utilisateurs :
@defeo
defeo / isogeny.patch
Created March 10, 2017 14:59
Old code for supporting non-normalized isogenies in Sage
# HG changeset patch
# User Luca De Feo <luca.defeo@polytechnique.edu>
# Date 1309987774 14400
# Node ID c1ea68aa11f5be87be8503894782b7e86d0fc25b
# Parent 308b228f1089ab3ae54b36d7838697e1454d8497
Non normalized isogenies.
diff -r 308b228f1089 -r c1ea68aa11f5 sage/schemes/elliptic_curves/ell_curve_isogeny.py
--- a/sage/schemes/elliptic_curves/ell_curve_isogeny.py Thu Apr 28 17:00:51 2011 +0200
+++ b/sage/schemes/elliptic_curves/ell_curve_isogeny.py Wed Jul 06 17:29:34 2011 -0400