DELLのPCを買ったから、みたいです。 "SmartByte Drivers and Services"のソフトをアンインストールしたところ、 ipv6を有効にしたまま、接続できるようになりました。 www.dell.com answers.microsoft.com
以下のパスは入れなかった。これを開こうとすると、接続できないエラーがでる。 https://www.office.com/ 申し訳ございません。このページに到達できません こちらから、入れた。 https://outlook.office365.com answers.microsoft.com docs.microsoft.com …
ControlLeft MetaLeft WindowsからMacへRemoteDesktop
>virtualenv --python=python3.9 py39 >virtualenv --python=python3.8 py38 >virtualenv --python=python3.7 py37 maku77.github.io
def get_func(my_dict: Dict[str: List[str]], _debug=False) -> Tuple[Dict, Dict]: コロンをカンマにした。 def get_func(my_dict: Dict[str, List[str]], _debug=False) -> Tuple[Dict, Dict]: stackoverflow.com
mac adobe distiller macの場合、fstype=2にしても、pdfにサブセットで埋め込まれてしまう。 どうしてなんだろう? windowsだと、エラーになって、埋め込めない。 helpx.adobe.com
buffer overrun TEST_METHOD(TM_err_malloc) { unsigned char* a = (unsigned char*)malloc(10); a[20] = 0x12; free(a); } overrun 2 確保した場所の、直後だと、もっと強いエラーメッセージがでた。 TEST_METHOD(TM_err_malloc_10) { unsigned char* a = (…
def save(self, path): if path is None: path = self.path if os.path.abspath(self.path) != os.path.abspath(path): # If user has specified a path other than the source font path, # then copy the entire UFO font, and operate on the copy. log.i…
Macでフォルダの比較 VSCodeに、compare folderを入れてみた。 marketplace.visualstudio.com
Shell Scriptだと思ったら、Pythonでした。 % ./FinishInstallOSX [~/bin/FDK-25-MAC.b65322][master] File "./FinishInstallOSX", line 70 print "Adding a symbolic link from '%s' to the FDK directory %s." % (binPath, realPath) ^ 一行目をpython2に…
mac source tree "could not read from remote repository push" kiraba.jp
stackoverflow.com
glyphs 矢印で移動 点を選択したあと、 矢印キーのみで操作する。 Shiftを押しながら、矢印キーを押すと10単位になる。
font = TTFont(font_name) feaLibBuilder.addOpenTypeFeatures(font, 'feature.fea') font.save("fea_"+font_name) feature.fea languagesystem DFLT dflt; languagesystem cyrl dflt; languagesystem grek dflt; languagesystem hani dflt; languagesystem …
github.com
% tx -u [~/OEM/OEM_LIM-25/OEM_LIM-25_7_pyqt/work11][master] tx {[mode][mode options][shared options][files]}* tx [other options] [modes: default -dump] -dump write text dump of font data (-dump -h for help) -ps write PostScript dump of fon…
feat.c 1786行目付近 /* --- Glyph --- */ /* Map feature file glyph name to gid; emit error message and return notdef if not found (in order to continue until hotQuitOnError() called) */ static GID featMapGName2GID(hotCtx g, char *gname, int…
pip install -r requirements.txt 以下のようなエラーが出た。 何回も、 pip install -r requirements.txt を行うと、進むときもある。 進まない場合だけ、個別に、ダウングレードを行った。 ERROR: Could not install packages due to an EnvironmentError:…
SwitchResXをダウンロードした。 結構いい。 dtptransit.design
少しファンの音がする。 CPUは、60度〜70度の間ぐらい。 ないよりは、いいと思う。 15.4から17インチ対応冷却台 SX-CL22LSVメディア: エレクトロニクス
オープンクラムシェルというらしい。 角度センサーがあるのか。 2019年 Macbookpro 16インチの新しい機種は、磁石だけでは、ダメかもしれない。 kimagure-blog.com itstrike.biz applech2.com applech2.com note.com
support.google.com www.mattbutton.com
LG 43UD79-Bに、モニターアームを付けた。 モニタースタンドより、動かせるので、快適になった。 背面の画像 アームを一番上の位置にしても、 アームの下が、31cmしかない(真ん中の金具の下の位置から測定) 背面の画像 高さが、ギリギリで、ぶつかりそう。…
github.com abc順になるんだ C:\Users\m_fuj\Desktop\ttx_bdf2>sortxml shnmk16_bdf2#1.E_B_D_T_.ttx <ttFont ttLibVersion="3.0"> <EBDT> <header version="2.0" /> <strikedata index="0"> <ebdt_bitmap_format_5 name="a"> </ebdt_bitmap_format_5></strikedata></header></ebdt></ttfont>
bdf2bmp www.vector.co.jp 実行例 > .\bdf2bmp bdf2bmp version 0.6 Usage: bdf2bmp [-option] input-bdf-file output-bmp-file Option: -sN spacing N pixels (default N=2) N value can range from 0 to 32 -cN specifying N colomns in grid (default N=3…
https://k2snd.tumblr.com/post/74560201102/%E9%9B%91%E8%A8%98ms%E6%98%8E%E6%9C%9D%E3%81%AE%E3%83%93%E3%83%83%E3%83%88%E3%83%9E%E3%83%83%E3%83%97%E6%8A%9C%E3%81%8D%E7%BD%AE%E3%81%8D%E6%8F%9B%E3%81%88k2snd.tumblr.com mai-u.x0.com kirmav.blogs…
github.com make osx
openlab.ring.gr.jp
typedrawers.com docs.microsoft.com monochrome outline github.com
cat font.GlyphOrder.ttx | egrep -v "glyph|uni|u2|u1" > friendly_name.txt hacknote.jp