SEARCH RESULTS FOR: #PROGRAMMING
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...
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...