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

Organizations

@aymolive
Block or Report

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.

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. 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 JavaScript Example of decorator use in JavaScript
    1
    function log(target, name, descriptor) {
    2
      const original = descriptor.value;
    3
      if (typeof original === 'function') {
    4
        descriptor.value = function(...args) {
    5
          console.log(`[${original.name}] Arguments: ${args}`);
  4. CronEvent CronEvent Public

    Cron for embedded

    C++

  5. prisma-postgres-nestjs prisma-postgres-nestjs Public

    TypeScript

  6. linux_service linux_service Public

    How to make service in linux