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
#編み物で野鳥を救おう | |
野鳥のヒナをみかけても絶対に拾わないでください。 | |
専門知識がないと、ヒナを親鳥から引き離してしまう可能性があります。 | |
この活動は、手編みの鳥の巣を専門家がいる保護団体へ寄付することだけが目的です。 | |
参考:日本野鳥の会「ヒナを拾わないで」 | |
https://www.wbsj.org/activity/spread-and-education/hina-can/ |
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
🧶今週の編み物イベント情報🧶 | |
17(月) | |
・(@upako4 @KnitKoyuri)upako先生の編み図要らないシリーズワークショップ(埼玉) | |
・knit_chaton 編み物カフェ(愛知) | |
・(@sakuraknitting)佐倉編物研究所千葉の手編み講習(千葉) | |
・Knit Cafe - gigi gallery+workshop(神奈川) | |
・(@3738usagi)KIRAKIRA展(東京、22(土)まで) | |
18(火) |
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
🧶今週の編み物イベント情報🧶 | |
10(月) | |
・(出展者:@lumienamigurumi)銀座ねこ集会展(東京)、15(土)マデ | |
・梅村マルティナさんとつくる模様編みの三角ストール&かごめ編みのストール(神奈川) | |
11(火) | |
・(@55minao)minaoのニットレッスン(東京) | |
・(@KeitoShop)KeitoMaterialCode -素材の暗号-(東京)、30(日)マデ | |
・3Yarns ニットカフェ(埼玉) |
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
🧶今週の編み物イベント情報🧶 | |
3(月) | |
・第3回男の手芸店(神奈川) | |
・(@sakuraknitting)佐倉編物研究所千葉の手編み講習(千葉) | |
4(火) | |
・knit_chaton 編み物カフェ(愛知) | |
5(水) | |
・札幌編み物会(北海道) |
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
🧶今週の編み物イベント情報🧶 | |
27(月) | |
・(@popopohompo)たのしいかぎ針編み教室体験会(茨城) | |
・(@unfil6)パフェプロジェクトKOBE~unfil~(京都) | |
28(火) | |
・(@3738usagi)minamiwaニットカフェ(東京) | |
・(@55minao)ニットピクニック(東京) | |
・横浜エキチカ編み会 よこあみ#8(神奈川) |
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
🧶今週の編み物イベント情報🧶 | |
20(月) | |
・(@3738usagi)minamiwaニットカフェ(東京) | |
21(火) | |
・(@finstitutejp)編み物サークル「オンペルセウラ」(東京) | |
22(水) | |
・(@3738usagi)minamiwaニットカフェ(東京) | |
・apple-cocoニットカフェ(佐賀) |
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
#!/bin/bash | |
set -e | |
### | |
### kutter -- utility command for Cutter C/C++ testing framework | |
### | |
__kutter_usage() { | |
echo "Usage: kutter CMD [arg ...]" |
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
#!/bin/bash | |
set -ex | |
[[ $MSYSTEM = "MINGW64" ]] | |
pacman -S --noconfirm base-devel \ | |
mingw-w64-x86_64-toolchain \ | |
mingw-w64-x86_64-xpm-nox \ | |
mingw-w64-x86_64-libtiff \ |
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> | |
<dependency> | |
<dependentAssembly> | |
<assemblyIdentity | |
type="win32" | |
name="Microsoft.Windows.Common-Controls" | |
version="6.0.0.0" processorArchitecture="*" |
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
Update-ExecutionPolicy Unrestricted | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
# Set-TaskbarOptions -Size Small -Dock Right -Combine Always -AlwaysShowIconsOn | |
Disable-BingSearch | |
# Set HOME | |
# [Environment]::SetEnvironmentVariable("HOME", $env:USERPROFILE, "User") | |
# Convert CapsLock to Ctrl | |
cinst ctrl2cap |