CodeQL
So there’s an interesting bit of technology that Microsoft seems to have been developing to perform static code analysis across all the code in GitHub called ‘CodeQL’, with a focus on security vulnerability discovery. (Note, CodeQL was originally created by researchers and developed by their …
Read MoreWhat’s the plan for Tuesday? We’re going to consider the C function(s): int f(int b) { printf("%d\n", b); } int main() { f(7); f(8); } And ask/answer: “What are the values passed into printf?”. Might cheap out and do this in javascript instead. May or may not attempt to use CodeQL to do …
Read MoreGoals Goals for openfoam for this week: Get openfoam running on local machine visualize output get basic fluid flow simulation working get basic fluid flow simulation with rotary thing get basic fluid flow simulation with free floating rigid object Progress Getting openfoam up and running Okay so apparently you need to …
Read More