The Full-stack Coach | Your guide to becoming a full-stack developer.
Pinned Loading
-
This PowerShell script recursively s...
This PowerShell script recursively sorts image and video files in a specified folder by their creation date or media date, placing them into new directories named after the year and month of their creation or media date. 1param(
2[Parameter(Mandatory=$true)]
3[string]$FolderPath
4)
5 -
Bash script to detect suspicious new...
Bash script to detect suspicious new and changed files last 3 hours. Skips cache directories. 1#!/bin/sh
23# newfiles
4# Detects new and changed php and html files last xxx minutes
5 -
.vimrc for working on remote server
.vimrc for working on remote server 1" 1. performance settings
2set synmaxcol=300
3set noshowmatch
4set lazyredraw
5set ttyfast
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.