Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for house (0.57 sec)

  1. docs/en/data/topic_repos.yml

      stars: 1052
      owner_login: atpuxiner
      owner_html_url: https://github.com/atpuxiner
    - name: runhouse
      html_url: https://github.com/run-house/runhouse
      stars: 1043
      owner_login: run-house
      owner_html_url: https://github.com/run-house
    - name: flock
      html_url: https://github.com/Onelevenvy/flock
      stars: 1010
      owner_login: Onelevenvy
      owner_html_url: https://github.com/Onelevenvy
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:41 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. docs/en/docs/async.md

    So, to balance that out, imagine the following short story:
    
    > You have to clean a big, dirty house.
    
    *Yep, that's the whole story*.
    
    ---
    
    There's no waiting 🕙 anywhere, just a lot of work to be done, on multiple places of the house.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 24K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

        SortedSet<String> set = of("in", "the", "a");
        assertEquals(Sets.newTreeSet(asList("in", "the", "a")), set);
        assertFalse(set.equals(Sets.newTreeSet(asList("in", "the", "house"))));
        assertFalse(Sets.newTreeSet(asList("in", "the", "house")).equals(set));
        assertFalse(set.equals(newHashSet(4, 5, 6)));
        assertFalse(newHashSet(4, 5, 6).equals(set));
    
        Set<String> complex = Sets.newTreeSet(STRING_LENGTH);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 46.7K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/security/index.md

    Mas o login do Facebook não tem suporte para OpenID Connect. Ele tem a própria implementação do OAuth2.
    
    ### OpenID (não "OpenID Connect")
    
    Houve também uma especificação “OpenID”. Ela tentou resolver a mesma coisa que a **OpenID Connect**, mas não baseada em OAuth2.
    
    Então, ela foi um sistema adicional completo.
    
    Ela não é muito popular ou usada nos dias de hoje.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  5. docs/pt/docs/async.md

    Você pega seus hambúrgueres e vai para a mesa com seu _crush_.
    
    Vocês comem os hambúrgueres, e o trabalho está terminado. ⏹
    
    Não houve muita conversa ou flerte já que a maior parte do tempo foi gasto esperando 🕙 na frente do balcão. 😞
    
    ---
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:56:21 UTC 2025
    - 23.6K bytes
    - Viewed (0)
Back to top