Skip to content
View johnnydevriese's full-sized avatar

Block or report johnnydevriese

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

    Llama 3.1 Prompt Guard 86M with Rust and ONNX runtime

    Rust 1

  2. machine_learning machine_learning Public

    Repo of resources for learning Machine Learning

    Jupyter Notebook

  3. cs231n cs231n Public

    Stanford CS231n Spring 2022

    1

  4. getbeta getbeta Public

    Forked from jaurentz/getbeta

    a collection of C subroutines for computing the non-linear optical response of a simple molecule

    C++

  5. GW-Stars- GW-Stars- Public

    Looking at the spectrum of chemically peculiar stars.

    PostScript

  6. n-gram n-gram
    1
    use std::env;
    2
    use std::error::Error;
    3
    use std::fs::File;
    4
    use std::io::{BufReader, Read};
    5
    use std::path::Path;