Skip to content
View dah33's full-sized avatar
Block or Report

Block or report dah33

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. explore_forward_forward explore_forward_forward Public

    Explore Geoffrey Hinton's Forward Forward algorithm for training neutral networks

    Python 3 1

  2. dbt-dada dbt-dada Public

    dada: data about data [for dbt]

    2

  3. How to make a function closure in Ji... How to make a function closure in Jinja / dbt
    1
    {# Save these macros in your dbt project /macros folder: #}
    2
    
                  
    3
    {% macro enclose(fn, env) %}
    4
        {% set closure = namespace(fn=fn, env=env) %}
    5
        {% do return(closure) %}
  4. aoc aoc Public

    My solutions to Advent of Code, a fun series of programming puzzles over the festive period.

    Python