windows-10

Remote access Jupyter notebook from Windows?

假装没事ソ 提交于 2019-12-03 04:48:12
问题 I usually access Jupyter notebook running on Linux from Mac OS X via port forwarding like following: https://coderwall.com/p/ohk6cg/remote-access-to-ipython-notebooks-via-ssh Is it possible to do similar thing from Windows 10 instead of Mac OS? I guess putty or WSL offer one. https://www.akadia.com/services/ssh_putty.html https://superuser.com/questions/1119946/windows-subsystem-for-linux-ssh-port-forwarding 回答1: Yes, you can create an SSH tunnel to connect to the Jupyter Notebook web

Vagrant up - VBoxManage.exe error: VT-x is not available (VERR_VMX_NO_VMX) code E_FAIL (0x80004005) gui headless

假装没事ソ 提交于 2019-12-03 04:46:04
问题 Machine: Window10 (64bit). I downloaded the latest VirtualBox, Vagrant and initialized CentOS 6.7 64bit image/url. The following worked successfully in Git-Bash session. 1. vagrant box add "centos67x64" "https://github.com/CommanderK5/packer-centos-template/releases/download/0.6.7/vagrant-centos-6.7.box" 2. vagrant init 3. Updated Vagrantfile (and turned vb.gui option i.e. uncommented that config section in the file). config.vm.provider "virtualbox" do |vb| # Display the VirtualBox GUI when

npm install error: “The build tools for v120 (Platform Toolset = 'v120') cannot be found”

佐手、 提交于 2019-12-03 04:24:56
问题 While running an npm install that required a node-gyp rebuild, the following build error was thrown: MSB8020: The build tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, please install v120 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution" System Information Windows 10 (x64) Visual Studio 2015 node v0.12.7 npm v2.11.3

how to hide / collapse title bar in a UWP app?

此生再无相见时 提交于 2019-12-03 04:23:31
Is there a way to somehow hide / collapse / make temporarily invisible (but not fully disable) titlebar in a UWP app? I know that it is possible to make app fullscreen after which title bar automatically collapses, but I need to implement it in a resizable desktop window. I also know that you can customize appearance of titlebar, like color, etc. Reason: I have an application with a lot of windows and need to save screen space and have more room for client area of windows. I've read different sources, but couldn't find an answer: MSDN docs ApplicationViewTitleBar , CoreApplicationViewTitleBar

How to install WinDbg when VS 2015 is already installed?

妖精的绣舞 提交于 2019-12-03 04:20:12
问题 I'm trying to install WinDbg from this page, just under the Debugging Tools for Windows 10 (WinDbg) section. However, when I download the executable and run it, it tells me that You must uninstall the Windows Software Development Kit - Windows 10.0.10586.15 before you can install the latest version of the kit. I'm guessing this probably has to do with the fact that I already have VS 2015 (and the Windows 10 SDK) installed. However, when I go to the Developer Command Prompt and type in > where

How to detect Windows 10 light/dark mode in Win32 application?

此生再无相见时 提交于 2019-12-03 04:19:40
问题 A bit of context: Sciter (pure win32 application) is already capable to render UWP alike UIs: in dark mode: in light mode: Windows 10.1803 introduces Dark/Light switch in Settings applet as seen here for example. Question: how do I determine current type of that "app mode" in Win32 application? 回答1: Well, it looks like this option is not exposed to regular Win32 applications directly, however it can be set / retrieved through the AppsUseLightTheme key at the HKEY_CURRENT_USER\Software

Windows 10 Speech Recognition

吃可爱长大的小学妹 提交于 2019-12-03 04:02:38
I want to create a WPF application in c# for windows 10. Now, the problem that i had with previous windows versions was that i'm italian and there isn't a support for speech recognition in italian. But now there is cortana. So, how can i use cortana's speech recognition engine for my application? If i simply use new SpeechRecognitionEngine(new CultureInfo("it-IT"))); it gives me an error, 'cause there isn't the simple recongition engine, so i have to use cortana's one. Hope you understood and sorry for my bad english. Thank you for your answer. In order to use the new SpeechRecognition WinRT

C# Display text on the taskbar | Windows 10

独自空忆成欢 提交于 2019-12-03 03:03:51
I want to display a text in the taskbar like the NetSpeedMonitor program . I thought about how Windows did that with der Date and Time display, but I couldn't find any answer. I want to do this with C# and .Net 4.x if you watch this pic you see every thing in windows application have an handle(HWND) and if you get it you can change this app parameters and add or remove any thing on if look at this link there is sample for it in console application you just need just doing same thing on taskbar. I created a dll for all office apps to use them in c# like this and i done this by using handles of

UWP limitations in desktop apps

爷,独闯天下 提交于 2019-12-03 02:36:49
问题 I know that the new UWP app model has some limitations when comparing to "traditional" Win32 apps. Let's take Visual Studio Code as an example of a desktop app. What features of Visual Studio Code were missing or had to be different from user perspective, if it was an UWP app? EDIT: I've done exams for microsoft certification "Essentials of Developing Windows Store Apps Using C#" and Exam 70-355: Universal Windows Platform – App Data, Services, and Coding Patterns. So I know something about

How to restore shortcuts to Anaconda after upgrading to Windows 10

扶醉桌前 提交于 2019-12-03 02:18:31
Recently I upgraded from Windows 8.1 to Windows 10. Although Windows said it didn't change anything to my files and folders, this was not the case. Only one of the shortcuts in my Anaconda folder in the start menu remained. This was the Anaconda Prompt so I thought I just run the following commands to fix my links: conda update conda -f conda update anaconda -f Although this returned a few links, it did not restore everything which means I was stuck with a dysfunctional installation of Anaconda. The following worked for me (albeit on Windows 7): Open a command prompt as administrator Execute