Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

GrEnE

User
  • Registriert

  • Letzter Besuch

  1. GrEnE hat auf einen Beitrag in einem Thema geantwortet in Skript- und Webserverprogrammierung
    Ansonsten 'PREG_SET_ORDER' bei preg_match_all() nutzen - ich glaube dieses Ergebnis wolltest du erreichen; dementsprechend die Schleife: foreach( $hits as $i => $k ) { $fullmatch = $hits[$i][0]; $filename = $hits[$i][1]; } [/PHP]
  2. GrEnE hat auf einen Beitrag in einem Thema geantwortet in Skript- und Webserverprogrammierung
    Naja der var_dump zeigt doch schon das Ergebnis - dementsprechend: $count = count( $hits[0] ); for( $i = 0;$i < $count;$i++ ) { $fullmatch = $hits[0][$i]; $filename = $hits[1][$i]; } [/PHP]
  3. GrEnE hat auf einen Beitrag in einem Thema geantwortet in Java
    Mal mit ex*pli*ziten Locale versucht - z.B. Locale.US ?
  4. GrEnE hat auf LeeHarvey's Thema geantwortet in C und C++
    Für das Parsen (und festen Format) kann ich auch die Standard Input Streams (z.B. std::istringstream) empfehlen. Exemplarisch: std::string input; std::istringstream iss( input ); int num = 0; char delim; iss >> std::ws >> num; iss >> delim; [/PHP] Zwischendurch vielleicht noch den Stream und die Daten überprüfen ...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.