The Wayback Machine - https://web.archive.org/web/20210730053833/https://github.com/topics/engineering
Skip to content
#

engineering

Here are 1,345 public repositories matching this topic...

luluai-cn
luluai-cn commented Jun 15, 2021
  • empty
  • notEmpty
  • length
  • lengthUTF8
  • char_length, CHAR_LENGTH
  • character_length, CHARACTER_LENGTH
  • lower, lcase
  • upper, ucase
  • lowerUTF8
  • upperUTF8
  • isValidUTF8
  • toValidUTF8
  • CopytoValidUTF8(input_string)
  • repeat
  • reverse
  • reverseUTF8
  • format(pattern, s0, s1, …)
  • concat
  • concatA
WtfJoke
WtfJoke commented Jul 21, 2021

When doing gamedays we usually write down the exact moment we started the experiment.
Usually we enable/disable chaos monkey with the endpoints /chaosmonkey/enable and /chaosmonkey/disable. The response could extended with a human readable timestamp.

So the response has a small benefit.

mitkof6
mitkof6 commented Aug 24, 2020

I was trying to figure out why we get memory leaks in osim-rl. I use a slightly different custom version of osim-rl. However, it seems that everything points towards the integrate function of the Manager. The new version of the Manager does not have a reset mechanism and therefore one must delete the manager and create a new one. I have a minimu

Improve this page

Add a description, image, and links to the engineering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the engineering topic, visit your repo's landing page and select "manage topics."

Learn more