Skip to content

Instantly share code, notes, and snippets.

@defeo
defeo / neuchatel-lausanne.geojson
Created September 29, 2016 23:45
Isogeny cycle seminar from Neuchâtel to Lausanne
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / ace-6.ipynb
Created November 8, 2016 14:24
MA2-ace TD 6
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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
var express = require('express'),
bodyP = require('body-parser'),
twig = require('twig'),
mysql = require('mysql');
var app = express();
app.set('views', '.');
app.use(bodyP.urlencoded({ extended : false }));
@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 / 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 / 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 / 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 / ace-3.ipynb
Last active October 17, 2017 12:56
MA2-ace TD 3
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@defeo
defeo / ace-4.ipynb
Last active October 17, 2017 12:57
MA2-ace TD 4
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.