GitHub

Pinned Loading

  1. Declarative and extensible library for configuration & code separation

    Python 84 5

  2. Keep track of the loading state of your models and collections.

    HTML 6 2

  3. 1

    from fabric.api import task, local, sudo, run, prefix, env, cd

    2

    from fabric.contrib.files import exists, first

    3

    from contextlib import contextmanager, nested

    4

    
                  

    5

    def once(s):
  4. Test demo to show how to integrate django with htmx

    JavaScript 4 1

  5. This project aims to simplify the calculation of meal costs and determine who pays how much.

    JavaScript 1

  6. 1

    $ cat ~/path/to/.git/hooks/post-checkout 

    2

    #!/bin/bash

    3

    
                  

    4

    echo "Cleaning pyc"

    5

    find . -iname '*.pyc' -delete

Read the original on github.com ↗