Skip to content
View aarkerio's full-sized avatar
🐵
Echando rostro en Ixtapa.
🐵
Echando rostro en Ixtapa.

Block or report aarkerio

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

    A Ruby On Rails/ReactJS tool for teachers: create quiz tests, apply, and grade them in a quick and easy way. Share tests with your friends and colleagues.

    Ruby 7

  2. vet4pet vet4pet Public

    An OpenSource Rails/ReactJS/Redux veterinary clinic management solution.

    Ruby 6 9

  3. KarameloLMS KarameloLMS Public

    Karamelo - Full featured Learning Management System

    PHP 6 2

  4. dotfiles dotfiles Public

    my dot files

    Emacs Lisp 1

  5. ZentaurLMS ZentaurLMS Public

    Clojure/ClojureScript Teachers' Tools

    Clojure 8 3

  6. Curl upload file graphql Apollo lambda Curl upload file graphql Apollo lambda
    1
    
                  
    2
    
                  
    3
    curl localhost:3000/graphql \ 
    4
    -F operations='{ "query": "mutation ($file: Upload!) { singleUpload(file: $file) { filename } }" }' \
    5
    -F map='{ "0": ["variables.file"] }' -F 0=@/home/mmontoya/Bilder/mydog12.jpg