Skip to content

Instantly share code, notes, and snippets.

View artbendandi's full-sized avatar

Artemi Bendandi artbendandi

  • Istituto Italiano di Tecnologia
  • Genoa, Italy
View GitHub Profile
@aditya95sriram
aditya95sriram / cubetools.py
Last active December 7, 2023 00:35
Python module to work with Gaussian cube format files
#------------------------------------------------------------------------------
# Module: cubetools
#------------------------------------------------------------------------------
#
# Description:
# Module to work with Gaussian cube format files
# (see http://paulbourke.net/dataformats/cube/)
#
#------------------------------------------------------------------------------
#
@natritmeyer
natritmeyer / mount_smbfs.sh
Created September 19, 2013 09:40
How to mount and unmount a SMB share on Mac OS X (using mount_smbfs)
#Mounting the share is a 2 stage process:
# 1. Create a directory that will be the mount point
# 2. Mount the share to that directory
#Create the mount point:
mkdir share_name
#Mount the share:
mount_smbfs //username:[email protected]/share_name share_name/