To create an anchor to a heading in github flavored markdown.
Add - characters between each word in the heading and wrap the value in parens (#some-markdown-heading)
so your link should look like so:
[create an anchor](#anchors-in-markdown)
# setup named pipes for wine<->linux shell communication | |
# | |
# APPLICATIONS: glue linux & wine, use linux in .bat scripts, system() C-calls etc | |
# USAGE: | |
# | |
# [linux] | |
# mkfifo /tmp/wine_in | |
# mkfifo /tmp/wine_out | |
# ./winetalk /tmp/wine_in /tmp/wine_out | |
# |
pyinstaller -F -w --noupx main.spec |
# NOTE: registry keys for IE 8, may vary for other versions | |
$regPath = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | |
function Clear-Proxy | |
{ | |
Set-ItemProperty -Path $regPath -Name ProxyEnable -Value 0 | |
Set-ItemProperty -Path $regPath -Name ProxyServer -Value '' | |
Set-ItemProperty -Path $regPath -Name ProxyOverride -Value '' | |
[Environment]::SetEnvironmentVariable('http_proxy', $null, 'User') |
$ sudo npm install -g hexo-cli
$ hexo -v
hexo-cli: 0.1.9
> dumpbin /exports .\twitter.dll | |
Microsoft (R) COFF/PE Dumper Version 14.10.25019.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Dump of file .\twitter.dll | |
File Type: DLL | |
Section contains the following exports for twitter.dll |
using System; | |
using System.Runtime.InteropServices; | |
namespace SetTouchSettings | |
{ | |
class Program | |
{ | |
private static class NativeMethods | |
{ | |
[DllImport("user32.dll", EntryPoint = "SystemParametersInfo", SetLastError = true)] |
Moved to https://api.fmhy.net
The Huawei MateBook E Go (Wi-Fi) is a Windows on ARM device based on Qualcomm Snapdragon 8cx Gen 3 platform at a reasonable price compared to Surface and ThinkPad.