Personal web page: Emmanuel Branlard
SEARCH RESULTS FOR: #PROGRAMMING

matlab2fortran: Convert matlab code to fortran (edit)
matlab2fortran (matlab to fortran) is a code that performs an automatic conversion of one or multiple matlab files to fortran format. The s...
Xfoil batch file (edit)
Example file: e.g. test.xfoil naca0012 oper visc 5000000 0 iter 500 pacc out/hello.txt aseq 0 12 0.5...
Insert git revision number into a latex document or into a given software as a version number (edit)
The following describes how to automatically insert a git revision number into a document or program. A bash script is used to write the...
Best programming tips for Vim - Vim for programmers (edit)
This article contains some of the most powerful Vim commands for programming in my opinion. Small tips: Duplicate a line: ...
Simple Fortran parser written in Python (edit)
Simple-fortran-parser is a tool for parsing a fortran file. The parser can be used to: rewrite a file (in a standardized wa...
Library of matlab functions (edit)
Checkout the following Github Repository.
Matlab default plotting (edit)
The following commands will affect all the subsequent plots: set(0,'DefaultLineLineWidth',1.4); set(0,'DefaultAxesFontName',...
Basic SQL querries (edit)
Selection and ordering select * from tab where field='val' order by date desc; update tab1 set field='val' where ....; ...
Vim plugins (edit)
This post gathers the different vim plugins I wrote. They can be found on github. vim-matlab-behave: Reproduce matlab editor behav...
DOS - Check error level (return status) of a command (edit)
rem Call a command sed.exe -i "s/foo/bar/g" foo.txt rem Check status call :check rem Function to check error level :chec...
pyDatView - A crossplatform GUI to plot tabulated data from files (edit)
A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes. Do...