🏠
Working from home
Pinned Loading
- 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# Usage2# some task && notify "The task is over!"34notify() {5osascript -e "display notification \"$@\"" - 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/bash23# Check if a number was provided as an argument4if [ $#-eq 0 ]
5then - Example of decorator use in JavaScript
Example of decorator use in JavaScript 1functionlog(target,name,descriptor){
2constoriginal=descriptor.value;
3if(typeoforiginal==='function'){
4descriptor.value=function(...args){
5console.log(`[${original.name}] Arguments: ${args}`);
- prisma-postgres-nestjs
prisma-postgres-nestjs PublicTypeScript
- linux_service
linux_service PublicHow to make service in linux
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.

