<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/0.5.0/showdown.js"></script>
</head>
<body>
<article>
<header>
<div>
<h1>Cyril Auburtin</h1>
<h4>Ingénieur – Développeur – Informaticien</h4>
</div>
<img src="http://i.imgur.com/t6Z1jQS.png"/>
</header>
<columns>
<aside>
**Personnel**
Né le 11 Mai 1985
Permis B
**Contact**
[cyril.auburtin](mailto:cyril.auburtin@gmail.com)
934 ch. des âmes du purgatoire, Antibes
0782617100
**Projects**
[blog](http://cauburtin.blogspot.fr/)
[github](https://github.com/caub)
**Langages de programmation**
Java
JavaScript
Python
C#
C
PHP
**Outils**
Eclipse
Visual Studio
Git
Svn
Photoshop
**Langues**
Français maternel
anglais courant
**Loisirs**
[voile](http://tab.bz/cauburtin_sailing)
vélo
**Autres CV**
[doc](http://bit.ly/cyril_auburtin)
[about](http://caub.github.io/about)
</aside>
<content>
**Expérience professionnelle**
<heading><span>2013-2014</span><span><a href="https://www.linkedin.com/company/profit-exchange">Profit-Exchange</a><br>Auto-entrepreneur</span><span>Sophia-Antipolis</span></heading>
- Equipe d’un designer et 3 traders.
- Développement serveur pour l’interface web de comptes clients: données en temps réel (balance, ordres ouverts, performance, diversification, risque, commissions, souscription aux stratégies).
- Développement de stratégies algorithmiques en MATLAB (reconnaissance de motifs ([exemple](https://gist.github.com/caub/10067926)), cointégration, modèles de classification sur les données de carnet d’ordres, d’indicateurs ou de "news" externes).
- Environnement : C#, Erlang, Java, PHP, Matlab, R, Java, Metatrader4 scripts
<heading><span>2012</span><span>INRIA (LogNet)<br>Développeur</span><span>Sophia-Antipolis</span></heading>
- Projet européen myMed, équipe de 3-4 développeurs.
- Conception d’une infrastructure de réseau social : les applications web, l’API backend, la persistance des données (Cassandra avec schéma de [requête-indexation](http://cauburtin.blogspot.fr/#8533268270594352102)).
- Environnement : Java, Javascript, PHP, sous Ubuntu
<heading><span>2009-2011</span><span>INRIA (Madynes)<br>Ingénieur</span><span>Nancy</span></heading>
- Projet ANR Sensas - groupe de travail [SensMgt](http://sensas.gforge.inria.fr/wiki/doku.php), équipe avec un ingénieur.
- [Simulations](https://caub.github.io/coap_slides) de serveurs sur des réseaux de capteurs sous ContikiOS, et de techniques de management de données, construction d’outils de visualisation.
- Partenariat en 2010 avec Fireflies RTLS (startup en solutions de suivi et d’inventaires), en relation avec 2 personnes principalement.
- Recherche et conception de méthodes de géolocatisation ([un exemple](https://gist.github.com/cauburtin/e8ed2fb9025cdf926af1)) pour les réseaux de capteurs, [rapports](https://drive.google.com/folderview?id=0BzuYmApZaTFBSWhNZ0JqY2VsdFU&usp=drive_web&tid=0BzuYmApZaTFBRkdUbnotUkV4T1k).
- Environnement : Java (simulateurs : Cooja, Jane), C (ContikiOS, TI SDK), Javascript, Python
**Formation**
- Mai-Août 2015: Formation m2i
- 2006-2009: Ingénieur civil des Mines de Nancy, [cours](http://tab.bz/EMN), [notes](http://bit.ly/1sz5aDX)
- 2005-2006: CPGE MP* (Lycée Masséna)
- 2003-2005: CPGE MPSI-MP (CIV Valbonne)
- 2003: Baccalauréat S (Lycée Audiberti)
</content>
</columns>
</article>
</body>
</html>
var converter = new Showdown.converter();
[].slice.apply(document.querySelectorAll('aside, content'))
.forEach(function(e){e.innerHTML = converter.makeHtml(e.innerHTML)})
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |