Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.
You've got two main options:
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-495946453-372035899-1808473673-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="Amazon Kindle" displayVersion="1.40.1.65535"> | |
<RegistryView>Registry32</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Amazon Kindle</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[]]></InstallLocation> | |
<UninstallString><![CDATA[C:\Program Files (x86)\Amazon\Kindle\uninstall.exe]]></UninstallString> |
Edit: This doesn't work for lists > 20 items, because pagination does not work. Please see here
This script allows extracting name and coordinates for gmaps shared lists. It is incredibly unstable and may break anytime. Good luck figuring out why, because the syntax is extremely confusing and basically makes no sense at all. Thanks to google for not providing an api for this after LITERALLY 12 YEARS
How to use this script:
google.com/maps/@<your coords>/data=....
data
-portion and paste it into the following link:
https://google.com/maps/@/data=?ucbcb=1
1.60 で Source-based code coverage が安定化した (stable で使えるようになった)。
どうやって使うのかといった話は リリースノート に書いてある通り。なんだけど、ちょっと面倒くさい。
簡単に使うには https://github.com/taiki-e/cargo-llvm-cov の力を借りる。
まずは、llvm-tools-preview
と cargo-llvm-cov
を入れておく:
# -------------------------------------------------------------------- | |
# Recursively find pdfs from the directory given as the first argument, | |
# otherwise search the current directory. | |
# Use exiftool and qpdf (both must be installed and locatable on $PATH) | |
# to strip all top-level metadata from PDFs. | |
# | |
# Note - This only removes file-level metadata, not any metadata | |
# in embedded images, etc. | |
# | |
# Code is provided as-is, I take no responsibility for its use, |
aback | |
abase | |
abate | |
abbey | |
abbot | |
abhor | |
abide | |
abled | |
abode | |
abort |
macOS で mruby をやるための手順。
mruby が依存するツールを入れる。 See: https://github.com/mruby/mruby/blob/master/doc/guides/compile.md#prerequisites
xcode 入れて Ruby を入れたらだいたい動くと思う。
[% aregeword = ['アレゲはアレゲ以上のなにものでもなさげ -- アレゲ研究家', | |
'吾輩はリファレンスである。名前はまだ無い -- perlの中の人', | |
'犯人は巨人ファンでA型で眼鏡をかけている -- あるハッカー', | |
'犯人はmoriwaka -- Anonymous Coward', | |
'クラックを法規制強化で止められると思ってる奴は頭がおかしい -- あるアレゲ人', | |
'日本発のオープンソースソフトウェアは42件 -- ある官僚', | |
'あつくて寝られない時はhackしろ! 386BSD(98)はそうやってつくられましたよ? -- あるハッカー', | |
'未知のハックに一心不乱に取り組んだ結果、私は自然の法則を変えてしまった -- あるハッカー', | |
'皆さんもソースを読むときに、行と行の間を読むような気持ちで見てほしい -- あるハッカー', | |
'ナニゲにアレゲなのは、ナニゲなアレゲ -- アレゲ研究家', |
[...document.querySelectorAll('object[data*="/dewplayer.swf"]')].forEach(dew=>{const a=new Audio(new URL(dew.data).searchParams.get('mp3'));a.controls=true;a.style.width='200px';a.style.height='20px';dew.replaceWith(a);}) |