This file contains 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
@echo off | |
cls | |
echo. | |
echo.Macで作成される"._"から始まるファイルを削除するためのbatです。 | |
echo.Ctrl+Cで中止できます。 | |
echo.このスクリプトの実行によって何らかの不利益が生じたとしても当方は責任を負いかねます。 | |
echo.なにかキーを押すと始まります。 | |
echo. | |
pause | |
echo. |
This file contains 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
root@Edison:~# npm install -g galileo-io | |
- | |
> [email protected] postinstall /usr/lib/node_modules/galileo-io | |
> node scripts/postinstall | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
Do not quit the program until npm completes the installation process. | |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
{ [Error: Command failed: ] killed: false, code: 255, signal: null } |
This file contains 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
root@Edison:~# i2cdetect -r -y 1 | |
0 1 2 3 4 5 6 7 8 9 a b c d e f | |
00: -- -- -- -- -- -- -- -- -- -- -- -- -- | |
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- | |
70: -- -- -- -- -- -- -- -- |
This file contains 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
$ python workspace_tools/build.py -m NUCLEO_F042K6 -t uARM | |
[WARNING] Using default settings. Define your settings in the file "workspace_tools/private_settings.py" or in "./mbed_settings.py" | |
Building library CMSIS (NUCLEO_F042K6, uARM) | |
Copy: core_ca9.h | |
Copy: core_caFunc.h | |
Copy: core_caInstr.h | |
Copy: core_ca_mmu.h | |
Copy: core_cm0.h | |
Copy: core_cm0plus.h | |
Copy: core_cm3.h |
This file contains 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:59:18 **** ビルド of configuration EndDevice_Input (JN5164)( for TWE-Lite 2525A ) for project Samp_Monitor **** | |
make TWE_CHIP_MODEL=JN5164 BOARD=LITE2525A -j8 all | |
rm -f objs_JN5164_LITE2525A/ProcessEv_UART.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_L3GD20.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_LIS3DH.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_MPL115A2.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_ADXL345_LowEnergy.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_ADXL345.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_TSL2561.o | |
rm -f objs_JN5164_LITE2525A/ProcessEv_ADT7410.o |
This file has been truncated, but you can view the full file.
This file contains 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
Fetching: http://nodejs.org/dist/v0.12.9/node-v0.12.9.tar.gz | |
creating ./icu_config.gypi | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'arm_float_abi': 'hard', | |
'arm_fpu': 'vfpv3', | |
'arm_neon': 0, |
This file contains 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
// ___________ | |
// GND --------| |--- VOUT(3.3V) | |
// VIN --------| |--- VU(5.0V) | |
// VB ---------| |--- IF- | |
// nR ---------| |--- IF+ | |
// p5(mosi) ---| |--- RD-(Ether) | |
// p6(miso) ---| |--- RD+(Ether) | |
// p7(sck) ----| |--- TD-(Ether) | |
// p8 ---------| |--- TD+(Ether) | |
// p9(tx/sda) -| mbed |--- D-(USB) |
This file contains 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
#/etc/network/interfaces | |
# interfaces(5) file used by ifup(8) and ifdown(8) | |
# Include files from /etc/network/interfaces.d: | |
source-directory /etc/network/interfaces.d | |
# The loopback network interface | |
auto lo | |
iface lo inet loopback | |
# The primary network interface |
This file contains 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
Host github.com | |
HostName ssh.github.com | |
Port 443 | |
IdentityFile ~/.ssh/id_rsa |
This file contains 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 | |
# Check https://raw.githubusercontent.com/Tiryoh/oneliners/master/set_date.sh for new version | |
sudo date -s "$(curl -s --head http://www.google.co.jp | grep '^Date' | cut -b 7-)" |
OlderNewer