Alle öffentlichen Logbücher

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen

Dies ist die kombinierte Anzeige aller in Metalab Wiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).

Logbücher
  • 21:38, 3. Mär. 2024 Becca Diskussion Beiträge erstellte die Seite Datei:Glibc-snippet.png ({{Information |Beschreibung=A code snippet from glib c to look fancy, here is the full transcript: /// This is a helper function for the sort routine. template<typename _RandomAccessIterator, typename _Compare>GLIBCXX20_CONSTEXPR vois __unguarged_linear_insert(_RandomAccessIterator __last, _Compare __comp) { typename iterator_traits<_RandomAccessIterator>::value_type __val = _GLIBCXX_MOVE(*__last); _RandomAccessIterator __next = __last; --__next; while (__comp(__val, __next)) { *__last = _GL…)
  • 21:38, 3. Mär. 2024 Becca Diskussion Beiträge lud Datei:Glibc-snippet.png hoch ({{Information |Beschreibung=A code snippet from glib c to look fancy, here is the full transcript: /// This is a helper function for the sort routine. template<typename _RandomAccessIterator, typename _Compare>GLIBCXX20_CONSTEXPR vois __unguarged_linear_insert(_RandomAccessIterator __last, _Compare __comp) { typename iterator_traits<_RandomAccessIterator>::value_type __val = _GLIBCXX_MOVE(*__last); _RandomAccessIterator __next = __last; --__next; while (__comp(__val, __next)) { *__last = _GL…)