eskin
eskin
More info Try this: read_msr( core, MSR_IA32_PERF_CTL, &val ); // Set bit 32 to 1. val |= ((uint64_t)1)
I didn't test this on mac, yet, but in linux with "Intel P-state driver" you can disable turbo without disable Speed Step. So, my macbook CPU is overheat when all...
``` Traceback (most recent call last): File "/usr/local/lib/python3.4/site-packages/astroid/manager.py", line 163, in file_from_module_name value = self._mod_file_cache[(modname, contextfile)] KeyError: ('sqlite3.dbapi2', None) During handling of the above exception, another exception occurred: Traceback (most...
``` $ pylint --version No config file found, using default configuration pylint 1.3.1, astroid 1.2.1, common 0.62.1 Python 3.4.1 (default, Sep 17 2014, 22:44:15) [GCC 4.2.1 Compatible Apple LLVM 5.1...
When i run Sublime from OSX Dock, in Sublime console: ``` >>> import locale; print(locale.getdefaultlocale()); (None, None) ``` but, if i run it from console - then it's ok! And...