Skip to content
View loopiezlol's full-sized avatar

Organizations

@enkidevs

Block or report loopiezlol

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. enkidevs/curriculumenkidevs/curriculumPublic

    👩‍🏫 👨‍🏫 The open-source curriculum of Enki!

    831 1.6k

  2. enkidevs/commitenkidevs/commitPublic archive

    📈 Level up your dev skills every day.

    1.8k 35

  3. enkidevs/axios-sisyphusenkidevs/axios-sisyphusPublic

    lightweight JS wrapper over axios.request that enables a retrial mechanism for failed requests

    TypeScript 3

  4. enkidevs/react-search-inputenkidevs/react-search-inputPublic

    🔍 Simple react.js component for a search input, providing a filter function.

    JavaScript 298 71

  5. alpine-gis-ml-jupyter-imagealpine-gis-ml-jupyter-imagePublic

    Docker image featuring: Alpine Linux, Python 3.6, Jupyter, GDAL, rasterio and python libraries commonly used in Machine Learning projects

    Dockerfile 3

  6. flow showing off how to clone, updat...flow showing off how to clone, update and push to a git repo from an AWS lambda function
    1
    constfs=require('fs')
    2
    constpath=require('path')
    3
    constprocess=require('process')
    4
    const{ spawnSync }=require('child_process')
    5