Skip to content
View nil2854's full-sized avatar

Block or report nil2854

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

Popular repositories Loading

  1. school_schema school_schema Public

    Perform a CRUD operation using Reference Schema object in mongoose

    JavaScript 2

  2. CRUD-Operation CRUD-Operation Public

    CRUD operation using Mongoose database

    1

  3. Why-is-this-cron-entry-executed-twice- Why-is-this-cron-entry-executed-twice- Public

    The wget in crontab has often a limit of 15 minutes. In our case this was just the case, and after those 15 minutes the job ends up with a timeout and then re-runs again right away. So, the solutio…

  4. Send-email-through-AWS-CLI Send-email-through-AWS-CLI Public

    aws ses send-email \ --from "support@domain.com" \ --destination "ToAddresses=web@domain.com" \ --message "Subject={Data=from ses,Charset=utf8},Body={Text={Data=ses says hi,Charset=utf8},Html={Data…