Skip to content
View wooglie's full-sized avatar
🏠
Working from home
🏠
Working from home

    Organizations

    @kadena-io@aymolive

    Block or report wooglie

    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. If you want to know when some task i...If you want to know when some task is over you can simply call this to let you know
      1
      # Usage
      2
      # some task && notify "The task is over!"
      3
      4
      notify() {
      5
       osascript -e "display notification \"$@\""
    2. Run a Node.js script for x amount of...Run a Node.js script for x amount of times, record each output to a file, and report the failure rate
      1
      #!/bin/bash
      2
      3
      # Check if a number was provided as an argument
      4
      if [ $#-eq 0 ]
      5
      then
    3. Example of decorator use in JavaScriptExample of decorator use in JavaScript
      1
      functionlog(target,name,descriptor){
      2
      constoriginal=descriptor.value;
      3
      if(typeoforiginal==='function'){
      4
      descriptor.value=function(...args){
      5
      console.log(`[${original.name}] Arguments: ${args}`);
    4. CronEventCronEventPublic

      Cron for embedded

      C++

    5. prisma-postgres-nestjsprisma-postgres-nestjsPublic

      TypeScript

    6. linux_servicelinux_servicePublic

      How to make service in linux