Skip to content
View sadiefp's full-sized avatar
Block or Report

Block or report sadiefp

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. Bash script to move files with no ex... Bash script to move files with no extension into folders
    1
    #!/bin/bash
    2
    parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
    3
    FILES=${parent_path}/files/*
    4
    counter=0
    5
    for f in $FILES
  2. hook_update() to create photo nodes ... hook_update() to create photo nodes out of untracked files
    1
    /**
    2
     * Move files from files dir & add image node.
    3
     */
    4
    function hook_update_N(&$sandbox) {
    5
      if (!isset($sandbox['progress'])) {