Skip to content
View alkcxy's full-sized avatar

Block or report alkcxy

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. BilancioFamiliare BilancioFamiliare Public

    Ruby

  2. This script copy files on a director... This script copy files on a directory in a glacier vault without overriding existing ones. HOW TO bin/awsglacier.sh prova where prova is the directory to backup that is present inside $backup. You also need to create the dir $HOME/logs and $HOME/pids
    1
    #!/bin/bash
    2
    ## change setting
    3
    # backup is the root directory of your directory to backup
    4
    # $1 is the subdirectory where are located the files to backup.
    5
    backup=/your/dir/backup
  3. Useful script to process (astronomic... Useful script to process (astronomical) image in batch
    1
    Useful script to process image in batch. 
    2
    You can pass 3 parameters:  
    3
    * $1 is the root of your project
    4
    * $2 is the main setting file
    5
    * $3 can override the main setting file for every subfolder of the "base" subfolder project
  4. This script copies fits images from ... This script copies fits images from a windows machine to a linux server. The script runs on linux.
    1
    #!/bin/bash
    2
    #change settings
    3
    sambashare=$HOME/samba
    4
    sambayear=$sambashare/2016
    5
    image=/media/ara/Immagini/src/
  5. ara-astronomia/AutomazioneTende ara-astronomia/AutomazioneTende Public

    codice per automatizzare il movimento delle tende in relazione alla posizione del telescopio

    Python 2

  6. ara-astronomia/dbFits ara-astronomia/dbFits Public

    A script to extrapolate in batch the fitsheader from astronomical images and a gui interface (in progress)

    Python