- スペイン語検定試験受ける (落ちた)
- フランス語検定試験受ける (4, 5級受かった)
- Certified Wireless Network Administrator試験受ける (受かった)
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
| #!/usr/bin/env ruby | |
| require "optparse" | |
| OPTS={ | |
| :bpm => 60.0, | |
| :output => "output.gif", | |
| } | |
| opt = OptionParser.new | |
| opt.on("-b BPM", "--bpm=BPM") {|v| |
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
| U6-Lite-BZ.6.0.14# dmesg | |
| [ 0.081647] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) | |
| [ 4.268203] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | |
| [ 4.268213] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | |
| [ 4.268224] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. | |
| [ 4.268372] CPU1 revision is: 0001992f (MIPS 1004Kc) | |
| [ 0.177597] Synchronize counters for CPU 1: done. | |
| [ 4.034649] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes. | |
| [ 4.034656] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes | |
| [ 4.034663] MIPS secondary cache 256kB, 8-way, linesize 32 bytes. |
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/sh | |
| set -ex | |
| echo "in chromium directory" | |
| mkdir chromium && cd chromium | |
| echo "fetch chromium" | |
| fetch --nohooks chromium | |
| echo "in src directory" | |
| cd src | |
| echo "build deps" | |
| ./build/install-build-deps.sh |
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
| ssid glenda9-hs20-ah | |
| ssid glenda9-hs20-ah security-object glenda9-hs20 | |
| security-object glenda9-hs20 | |
| security-object glenda9-hs20 security aaa radius-server primary 172.20.0.254 | |
| security-object glenda9-hs20 security protocol-suite wpa2-aes-8021x | |
| interface wifi1 ssid glenda9-hs20-ah | |
| interface wifi0 ssid glenda9-hs20-ah |
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
| # run gpsd | |
| /usr/local/sbin/gpsd -N -F /usr/local/var/gpsd.sock /dev/$1 & | |
| # run cgps | |
| cgps |
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/sh | |
| ntpdate -d -vv -q $1 |
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
| YnBsaXN0MDDUAQIDBAUGhodYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3ASAAGGoK8QGAcIGCIoLDM3Oj9ER0xRVltgZWpvdHh+gVUkbnVsbNIJCgsXWk5TLm9iamVjdHNWJGNsYXNzqwwNDg8QERITFBUWgAKACIALgAyADYAOgA+AEIARgBKAE4AU1RkaGxwKHR4fICFcTlNDb21wb25lbnRzVU5TUkdCXE5TQ29sb3JTcGFjZV8QEk5TQ3VzdG9tQ29sb3JTcGFjZU8QJzAuMzA0MzI1MzcyIDAuNjUyNTUyMzY2MyAwLjQ4NTQzNjU1ODcgMU8QJzAuMjUxNzk4MzkxMyAwLjU5NzUxODg2MTMgMC40MDk5NTg5Mjg4ABABgAOAB9MjJAolJidUTlNJRFVOU0lDQxAHgASABtIpCiorV05TLmRhdGFPEQxIAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJAAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAzZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwAAAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAAA9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RSQwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1QYWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAA |
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
| let counter = 1 | |
| let dialog_list = [ "Are you really trying to edit ruby file?", "DO you really want to edit ruby file?", "ARE YOU REALLY SURE about editing ruby file?"] | |
| for dialog_text in dialog_list | |
| let select = confirm(dialog_text, "No, I was wrong\nYes I will!") | |
| if select == 2 | |
| " keep going | |
| else | |
| quit |
