Category: Tips and tricks

  • How many e-mails?

    As my inbox is nearing its storage limit, I’m getting ready to garbage can some of my mail. Traditionally, I’d garbage can the biggest e-mails. But today, I’ve decided to trash my old sent e-mails. As a result, I realize that from May 5, 2020 to May 5, 2023, I wrote more than 10,000 e-mails!…

  • DLMI 23

    Information and Resources Lectures Monday : video video video video Tuesday : video video Wednesday: video video Thursday: video video Friday: video video Hands-on Challenge: Photos, just for souvenir restricted access (particpants only) Gala photos gallery post Lectures photos gallery post Group photos gallery post Round Table photo gallery post

  • Nouveau au département GE ?

    Une petite présentation de l’informatique et des systèmes au département Génie Électrique de l’INSA Lyon. (pdf) Une petite visite des salles à 360° ? ici!

  • Cygwin/X ssh X11 forward with OpenGL

    XWin, the X server for cygwin is able to render OpenGL both by software or hardware with direct and indirect context. https://x.cygwin.com/docs/ug/using-glx.html By default, the server uses multiwindow mode, -wgl option (hardware acceleration) and direct context. These choices can lead to encounter troubles when executing remote OpenGL based applications using X11 forwarding on ssh (X and…

  • Contextual Help QtCreator

    In QtCreator, when pressing “F1” while editing your code you can get help on the selected word. Natively, this is working well for Qt classes, but not for std::vector nor itk::Image and so on… In fact it is possible to add dedicated help file to QtCreator: see here. The way to add a new help…

  • Latex+Asymptote: embed 3D figure in pdf file under windows

    Asymptote is a powerful graphics language that can produce pdf with 3D feature and be easily integrated with Latex. Here are the steps needed to produce this pdf under windows, with TexMaker and MikTeK and of course asymptote. First, installation: Install TexMaker (and MikTex or TexLive depending of your OS). Follow the french instructions here.…