Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/04/2016 in all areas

  1. Careful, if you don't use a CLI you have to come up with your own new, custom solution to making your code hard to use and your features undiscoverable. Stop reinventing the wheel people!
    1 point
  2. Many people use Rolfs oglib_pipe but the real solution is to come into the 21st century and stop writing CLIs.
    1 point
  3. You’re running out of memory because you are copying the giant string somewhere. If you never alter the string, but instead work along it using the “offset” inputs on the string functions, then you can use all the loops you like.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.