Posts by cjambrosi • 23 points
2 posts
-
0
votes0
answers23
viewsQ: In Gulpjs, how to generate folders separated by file by "Gulp.dest()"? As if it were a widget?
I’m trying to solve a problem that so far I haven’t found a good solution. In my front-end project with Gulpjs, I am using the package Gulp-file-include to include HTML blocks and generate another…
-
2
votes1
answer2162
viewsQ: Show a specific number of decimals in floating point numbers in Lua language
I started to learn a little about the language Lua and I’m doing some algorithms to practice and one of them I should show in the output of floating point values with 4 decimal places. In C++ I…