You can download programs to calculate carbon-13 alpha and beta
and proton shiftsThe carbon-13 file is a tar file. Unpack it using tar -xvf carbon_13_alpha_beta.tar, and then follow the instructions in the read_me file.
The programs are written in fortran and require a fortran compiler. For the shift calculation programs, it is better to compile so that reals are treated as real*8 numbers, eg with the f77 compiler use f77 -r8 total.f -o total