Skip to content
View stvnrynlds's full-sized avatar
🤖
beep boop bop
🤖
beep boop bop

Block or report stvnrynlds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Shopify LinkList API Workaround Shopify LinkList API Workaround
    1
    {%- layout none -%}
    2
    {%- assign listParams = request.path | replace: page.url, "" | remove: "/" | split: '+' -%}
    3
    
                  
    4
    {% if listParams != empty %}
    5
    {
  2. ddhoff ddhoff Public

    Website for cognitive scientist Donald Hoffman.

    HTML 2

  3. Properties and methods of the HTML v... Properties and methods of the HTML video element
    1
    /*
    2
      Sources:
    3
      - MDN: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
    4
      - WHATWG: https://html.spec.whatwg.org/multipage/embedded-content.html#media-element
    5
    */
  4. URI Parsing with Javascript URI Parsing with Javascript
    1
    var parser = document.createElement('a');
    2
    parser.href = "http://example.com:3000/pathname/?search=test#hash";
    3
    
                  
    4
    parser.protocol; // => "http:"
    5
    parser.hostname; // => "example.com"
  5. hftw hftw Public

    My first, somehow still live, website.

    HTML

  6. stvnrynlds.github.io stvnrynlds.github.io Public

    My webhouse.

    SCSS