Tux
About
  • Jan 13, 2019

    Sublime Text 3 As Python IDE

    Install Package Control

    • Copy the Python code for Sublime Text 3 from here, click View->Show Console to open the ST3 console, Paste the code into the console, press Enter. Reboot ST3.
    import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
    • Press CMD + Shift + P, and typing Install Package, and Press Enter.
    • Click Sublime Text -> Preferences -> Settings-User, to add
  • Jan 13, 2019

    Install Jekyll for github pages

    Install Ruby Environment

    1. brew install rbenv
    2. Add "eval $(rbenv init -)" to the end of ~/.bash_profile
    3. Install a ruby version rbenv install 2.3.0
    4. Select a ruby version by rbenv rbenv global 2.3.0
    5. Open a new terminal window
    6. Verify that the right gem folder is being used with gem env home (should report something your user folder not system wide)
  • Nov 5, 2017

    An explanation on TensorFlow language model tutorial

    A lot of TensorFLow beginners feel that the code of the rnn language model supporting the official tutorial is a little bit obscure. It has almost stopped me from diving into deep learning. It spent me a lot of time to figure out what the code is trying to say, since it’s quite different from what they describe in the tutorial.

  • Nov 3, 2017

    The First Github Page For Testing Github Blog

    This post is to test the eligible of static pages using jekyll and mathjax toolkit.

  • Oct 17, 2017

    Install TensorFlow in Virtualenv without sudo privilege

    Install Virtualenv without sudo privilege

    • Download and unzip one of the latest pacages:
    1
    2
    
    wget https://github.com/pypa/virtualenv/archive/15.1.0.tar.gz
    tar -zxvf 15.1.0.tar.gz
    
  • «    2  /  4    »
 

MuTUX - a 𝗠uggle's 𝗧ext 𝗨nderstanding e𝗫pedition ⓒ 2021