4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
4 results tagged port x
  • URL > Valid URL (RFC 3986) | Regex DB
    /
    # protocol user host-ip port path path path querystring fragment
    ^
    #protocol
    (?:(?<scheme>[a-zA-Z][a-zA-Z\d+-.]*):)?
    (?:
      (?:
        (?:
            \/\/
            (?:
                #userinfo
                (?:((?:[a-zA-Z\d\-._~\!$&'()*+,;=%]*)(?::(?:[a-zA-Z\d\-._~\!$&'()*+,;=:%]*))?)@)?
                #host-ip
                ((?:[a-zA-Z\d-.%]+)|(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:\[(?:[a-fA-F\d.:]+)\]))?
                #port
                (?::(\d*))?
            )
        )
        #slash-path
        (
            (?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*
        )
      )
     #slash-path
     |(\/(?:(?:[a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*))?)
     #path
     |([a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)
    )?
    #querystring
    (?:\?([a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    #fragment
    (?:\#([a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    $
    /x
    December 30, 2022 01:35:00 PM GMT+01:00 * - permalink -
    QRCode
    - https://rgxdb.com/r/2MQXJD5
    url rfc regex
  • URL > Valid URL (RFC 3986) (Advanced) | Regex DB
    /
    # allow multiple groups with the same name
    (?J)
    # protocol user host-ip port path path path querystring fragment
    ^
    #protocol
    (?:(?<scheme>[a-zA-Z][a-zA-Z\d+-.]*):)?
    (?|
      #slash-slash
      \/\/
      #userinfo
      (?:
         #user
         (?<user>[a-zA-Z\d\-._~\!$&'()*+,;=%]*)
         #password
         (?::(?<pass>[a-zA-Z\d\-._~\!$&'()*+,;=:%]*))?
      @)?
      #host-ip
      (?<host>(?:[a-zA-Z\d-.%]+)|(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?:\[(?:[a-fA-F\d.:]+)\]))?
      #port
      (?::(?<port>\d*))?
      #slash-path
      (?<path>
          (?:\/    [a-zA-Z\d\-._~\!$&'()*+,;=:@%]*   )*
      )
    
      #slash-path
      |(?<user>)(?<pass>)(?<host>)(?<port>)
       (?<path>\/  [a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)?
    
      #path
      |(?<user>)(?<pass>)(?<host>)(?<port>)
       (?<path>    [a-zA-Z\d\-._~\!$&'()*+,;=:@%]+(?:\/[a-zA-Z\d\-._~\!$&'()*+,;=:@%]*)*)
    
    )?
    #querystring
    (?:\?(?<query>[a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    #fragment
    (?:\#(?<fragment>[a-zA-Z\d\-._~\!$&'()*+,;=:@%\/?]*))?
    $
    /x
    December 30, 2022 01:34:20 PM GMT+01:00 * - permalink -
    QRCode
    - https://rgxdb.com/r/5JXUI5A2
    url rfc regex
  • thumbnail
    Linux port sharding // Speaker Deck

    le deck de slides en rapport avec https://dooby.fr/links/?nUk1KQ

    November 20, 2017 02:03:01 PM GMT+01:00 * - permalink -
    QRCode
    - https://speakerdeck.com/joewalnes/linux-port-sharding
    python port ports
  • thumbnail
    joewalnes/port-sharding: Example of Linux SO_REUSEPORT

    Une demo de la variable de création de socket SO_REUSEPORT <3

    November 20, 2017 02:02:19 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/joewalnes/port-sharding
    python ports port
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation