Skip to content
View cramhead's full-sized avatar

Block or report cramhead

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
cramhead/README.md
  • 👋 Hi, I’m @cramhead
  • 👀 I’m interested in making cool software
  • 🌱 I’m currently learning rust
  • 💞️ I’m looking to collaborate on interesting things. I know that's vague, but I'm open to lots of things. Pinning it down to a list seems unnecessarily restrictive.
  • 📫 How to reach me? Well, that's a little hard. I recieve way too much spam via email, text and phone. I'm not willing to get more.

Pinned Loading

  1. leptos leptos Public

    Forked from leptos-rs/leptos

    Build fast web applications with Rust.

    Rust

  2. npm-login-cmd npm-login-cmd Public

    Forked from arian/npm-login-cmd

    JavaScript

  3. ollama-rs ollama-rs Public

    Forked from pepperoni21/ollama-rs

    A Rust library allowing to interact with the Ollama API.

    Rust

  4. start-axum-workspace-0.7 start-axum-workspace-0.7 Public

    Forked from leptos-rs/start-axum-workspace

    Starter for Leptos in a workspace for 0.7

    Rust

  5. Notes course Notes course
    1
    # Bash
    2
    Variables don't put space before or after = sign. Otherwise, it expects the next thing is a command, e.g. `a=1 sleep 1; echo a is $a` # a is visible to the sleep command
    3
    Special chars, e.g. a space, need quotes around them, e.g. `echo "some stuff"`
    4
    set value at time of declaration. Use `unset` to remove it. Prefix with $ to get value
    5
    
                  
  6. leptos-rs/leptos leptos-rs/leptos Public

    Build fast web applications with Rust.

    Rust 17.4k 697