Author Topic: C::B wiki broken  (Read 5031 times)

MichaelAgarkov

  • Guest
C::B wiki broken
« on: July 13, 2025, 01:25:35 am »
The wiki page currently returns "Service Unavailable".

Offline blauzahn

  • Almost regular
  • **
  • Posts: 194
Re: C::B wiki broken
« Reply #1 on: July 13, 2025, 09:05:48 am »
same here

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: C::B wiki broken
« Reply #2 on: July 14, 2025, 12:40:32 pm »
Same issue here, I will send a message to our site administrator.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.