Skip to content

Instantly share code, notes, and snippets.

@AIHGF
AIHGF / sierra-hackintosh-z170-a.md
Created December 7, 2018 08:04 — forked from unsalted/sierra-hackintosh-z170-a.md
Sierra 10.12.3 Hackintosh | Asus z170-A, Intel i5 6500, MSI GTX 960 OC, GTX1070(Dormant)

Sierra 10.12.3 Hackintosh

This is my build documentation for an ASUS Z170-A setup with an NVIDIA GTX960 and the Intel i5 6500, most of this came from Storks asus rog maximus build, his audio instructions didn't work for me so it differs substantially there. This build also doesn't have NVRAM. Nearest I can tell everything is running as expected, including all USB and audio ports.

Build

  • Asus Z170-A
  • Intel Core i5-6500
  • Crucial Ballistix Sport LT 32GB (2 x 16GB) DDR4-2400 Memory
  • MSI GeForce GTX 960 4GB Installed in slot 1!
@AIHGF
AIHGF / cracking.md
Created June 16, 2017 05:55 — forked from vertexclique/cracking.md
Cracking guide for Sublime Text 3 Build 3059 / 3065 ( Mac / Win x86_64 / Windows x86 / Linux x64 / Linux x86 )

MacOS

Build 3059

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to: Sublime Text

Make it executable with: chmod u+x Sublime\ Text

@AIHGF
AIHGF / readme.md
Created September 14, 2016 09:22 — forked from jimgoo/readme.md
CaffeNet fine-tuned on the Oxford 102 category flower dataset

Caffe + Ubuntu 14.04 64bit + CUDA 6.5 配置说明

注:原文转载自:https://gist.github.com/bearpaw/c38ef18ec45ba6548ec0,经过我的修改,写到这里供大家查阅.
  官方教程,可以查看http://caffe.berkeleyvision.org/installation.html

##序 本步骤能实现用Intel核芯显卡来进行显示, 用NVIDIA GPU进行计算.
如果你的显卡不支持CUDA,请直接跳过2和3步骤,即可.
1)请到http://developer.nvidia.com/cuda-gpus查看你的独显是否支持CUDA
2)Ubuntu下查看自己的显卡是否有N卡,并查看型号

@AIHGF
AIHGF / crbm.py
Created December 20, 2015 09:53 — forked from gwtaylor/crbm.py
Theano CRBM demonstration
""" Theano CRBM implementation.
For details, see:
http://www.uoguelph.ca/~gwtaylor/publications/nips2006mhmublv
Sample data:
http://www.uoguelph.ca/~gwtaylor/publications/nips2006mhmublv/motion.mat
@author Graham Taylor"""
import numpy