After Red Hat Installation is complete, login to your new installation.
Default Autodesk Login
User: root
Pass: password
''' | |
This fixes a RRM bug (v1.4.7) where saved RRM setups do not preserve a | |
module's 'pinned' status. | |
''' | |
import maya.cmds as cmds | |
import maya.mel | |
def RRM_fixPinBug(objs): | |
for obj in objs: | |
trans = cmds.xform(obj,q=True, r=True, translation=True) | |
maya.mel.eval("RRM_PinProxies(1, 0);") |
#!/usr/bin/env bash | |
# COINS=( 1ST 2GIVE ABY ADA ADT ADX AEON AGRS AMP ANT ) | |
COINS=( 1ST 2GIVE ABY ADA ADT ADX AEON AGRS AMP ANT \ | |
APX ARDR ARK AUR BAT BAY BCC BCY BITB BLITZ \ | |
BLK BLOCK BNT BRK BRX BSD BTC BTCD BTG BURST \ | |
BYC CANN CFI CLAM CLOAK CLUB COVAL CPC CRB CRW \ | |
CURE CVC DASH DCR DCT DGB DMD DNT DOGE DOPE DTB \ | |
DYN EBST EDG EFL EGC EMC EMC2 ENG ENRG ERC ETC \ |
#!/usr/bin/env bash | |
DEFAULT_FAN=65 | |
DEFAULT_MEM=1500 | |
DEFAULT_GPU=150 | |
DEFAULT_POW=200 | |
echo "Setting up ${GPU_COUNT} GPU(s)..." | |
GPU_COUNT="$(nvidia-smi -L | wc -l)" |
#!/usr/bin/env python | |
import urllib2 | |
import json | |
import argparse | |
SRC_META = { | |
'whattomine': { | |
'url': "https://whattomine.com/coins.json", | |
'sort_key': 'profitability', |
import maya.cmds as cmds | |
import maya.mel as mel | |
import maya.OpenMaya as OpenMaya | |
class IdMx(): | |
""" | |
Identity Matrix Locator Creator Class | |
written by Robert Moggach, 2010 | |
This creates an animated locator that represents | |
the identity matrix for two selected |
@import 'variables'; | |
$divider-height: 100%; | |
@mixin make-column-dividers($breakpoints: $grid-breakpoints) { | |
// Common properties for all breakpoints | |
%col-divider { | |
position: absolute; | |
content: " "; | |
top: (100% - $divider-height)/2; |
#!/usr/bin/env bash | |
FULLFILE="$1" | |
FILENAME=$(basename "$FULLFILE" | cut -d. -f1) | |
# webm | |
for size in 640x360; do | |
ffmpeg -i $FULLFILE -f webm -vcodec libvpx -acodec libvorbis -ab 128000 -crf 22 -s ${size} ${FILENAME}-${size}.webm | |
done |
import os | |
import time | |
import urllib2 | |
try: | |
import simplejson as json | |
except ImportError: | |
import json | |
import vimeo |
I have spent quite a bit of time figuring out automounts of NFS shares in OS X...
Somewhere along the line, Apple decided allowing mounts directly into /Volumes should not be possible:
/etc/auto_master (see last line):
#
# Automounter master map
#
+auto_master # Use directory service