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.

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. enkidevs/curriculum Public

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

    802 1.2k

  2. enkidevs/commit Public archive

    📈 Level up your dev skills every day.

    1.8k 35

  3. enkidevs/axios-sisyphus Public

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

    TypeScript 3

  4. enkidevs/react-search-input Public

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

    JavaScript 302 72

  5. alpine-gis-ml-jupyter-image Public

    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...
    1
    const fs = require('fs')
    2
    const path = require('path')
    3
    const process = require('process')
    4
    const { spawnSync } = require('child_process')
    5