- Gauche の GitHub Actions 関連のプルリクエスト
[#601] [#603] [#605] [#606] [#608] [#611] [#622] [#625] [#630] [#652]
[#699] [#702] [#704] [#705] [#727]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<lem の r7rs-swank 対応> | |
関連プルリクエスト: https://github.com/cxxxr/lem/pull/435 | |
https://github.com/cxxxr/lem/pull/438 | |
(1)ファイル | |
scheme-mode | |
scheme-mode.lisp process にも swank にも無関係なもの(上位層)(※) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Gauche プルリクエスト #558 測定結果> | |
https://github.com/shirok/Gauche/pull/558 | |
測定用のスクリプトは下に添付します ( handle_vals.scm ) 。 | |
(1) 変更前 (for + local allay) | |
values-0 : #<time-result 3000000 times/ 6.818 real/ 7.547 user/ 0.781 sys> | |
values-1 : #<time-result 3000000 times/ 7.043 real/ 8.000 user/ 0.875 sys> |
-
Windows 環境において、Lem エディタを ConEmu 上で実行する方法をまとめたものです。
-
mintty + winpty 上では 16 色 しか表示できませんでした (winpty の制約による) が、
ConEmu 上では 256 色 で表示することができます。
(参考URL: rprichard/winpty#108
https://conemu.github.io/en/Xterm256Colors.html )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; | |
;; pcdemo3_debug.scm | |
;; 2020-6-4 v1.02 | |
;; | |
(use data.queue) | |
(use gauche.partcont) | |
;; for debug | |
(define *dbg-level* 3) ; (bitwise setting (e.g. 3 is error+info) | |
; ; =0:none, =1:error, =2:info) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
GitHub New GUI Customization | |
2022-7-19 v1.09 | |
*/ | |
@-moz-document domain("github.com") { | |
/* width >= 768px */ | |
@media (min-width: 768px) { | |
/* narrow width of sidebar */ | |
turbo-frame > #repo-content-pjax-container > div > div > .Layout.Layout--sidebarPosition-end, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Windows Console Mouse Input Test | |
2021-3-13 v1.28 | |
OS : Windows 10 (version 20H2) (64bit) | |
DevTools : MSYS2/MinGW-w64 (64bit) (gcc version 10.2.0 (Rev6, Built by MSYS2 project))) | |
Terminal : Windows Terminal 1.6.10571.0 | |
Compile : gcc -g -O2 -Wall -Wextra -o wincon_mouse.exe wincon_mouse.c | |
*/ | |
#include <windows.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; -*- coding: utf-8 -*- | |
;; | |
;; gen_eaw_data.scm | |
;; 2021-5-4 v1.00 | |
;; | |
;; <内容> | |
;; Gauche を使用して、Unicode の文字幅データを生成するためのツールです。 | |
;; EastAsianWidth.txt と emoji-data.txt が、本ファイルと同一フォルダに | |
;; 存在することを想定しています。 | |
;; EastAsianWidth.txt と emoji-data.txt は、以下にあります。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Scheme:初心者の質問箱> | |
https://practical-scheme.net/wiliki/wiliki.cgi?Scheme%3A%E5%88%9D%E5%BF%83%E8%80%85%E3%81%AE%E8%B3%AA%E5%95%8F%E7%AE%B1 | |
(rfc.http) http-get での error について(Gauche-0.9.12) | |
(use rfc.http) | |
(http-get "artscape.jp" "/exhibition/traveling/index.html" :secure #t) | |
*** ERROR: TLS handshake failed: SSL - A field in a message was incorrect or inconsistent with other fields (-26112) |