Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
550 contributions in the last year
Activity overview
Contribution activity
October 2020
- keryell/SC20 JavaScript
- keryell/giada C++
Created a pull request in monocasual/giada that received 3 comments
Modernize giada::u::log::print to handle std::string arguments
Save a lot of .c_str() from the code.
Take advantage of C++17.
Probably the design of giada::u::log could be modernized to be less C-oriented, but …
- Adding new FPGA reference design 'db' for TPC-H database query (after beta10)
- Adding FPGA tutorial 'explicit_data_movement' (after beta10)
- Adding FPGA tutorial 'optimize_inner_loop' (after beta10)
- Adding FPGA tutorial 'zero_copy_data_transfer' (after beta10)
- Add oneMKL/matrix_mul sample to oneAPI samples
Created an issue in lcpz/awesome-freedesktop that received 1 comment
A menu is unusable when there are too many items in it
When a menu is to large to fit on the screen it is not possible to select items outside of what is shown on the screen. This happens typically on m…