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
| ;; markdownモードで見出しの大きさに応じてフォントサイズを変える | |
| (custom-set-faces | |
| ;; custom-set-faces was added by Custom. | |
| ;; If you edit it by hand, you could mess it up, so be careful. | |
| ;; Your init file should contain only one such instance. | |
| ;; If there is more than one, they won't work right. | |
| '(markdown-header-face-1 ((t (:height 1.5 :weight bold)))) | |
| '(markdown-header-face-2 ((t (:height 1.3 :weight bold)))) | |
| '(markdown-header-face-3 ((t (:height 1.1 :weight bold))))) |
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
| kiyoka ~$ curl -v https://agents.deepsecurity.trendmicro.com:443/ | |
| * Trying 52.54.240.176... | |
| * TCP_NODELAY set | |
| * Connected to agents.deepsecurity.trendmicro.com (52.54.240.176) port 443 (#0) | |
| * ALPN, offering h2 | |
| * ALPN, offering http/1.1 | |
| * successfully set certificate verify locations: | |
| * CAfile: /etc/ssl/certs/ca-certificates.crt | |
| CApath: /etc/ssl/certs | |
| * TLSv1.2 (OUT), TLS handshake, Client hello (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
| C:\Users\kiyoka>curl -v https://agents.deepsecurity.trendmicro.com:443/ | |
| * Trying 34.206.146.6... | |
| * TCP_NODELAY set | |
| * Connected to agents.deepsecurity.trendmicro.com (34.206.146.6) port 443 (#0) | |
| * schannel: SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 (step 1/3) | |
| * schannel: checking server certificate revocation | |
| * schannel: sending initial handshake data: sending 199 bytes... | |
| * schannel: sent initial handshake data: sent 199 bytes | |
| * schannel: SSL/TLS connection with agents.deepsecurity.trendmicro.com port 443 (step 2/3) | |
| * schannel: failed to receive handshake, need more data |
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
| ;; simple loop program for Gauche | |
| ;; --- library | |
| (define (icmp-slt a b) | |
| (< a b)) | |
| ;; --- target program | |
| (define (main argv) | |
| ;; %1 | |
| ;; %total |
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
| ;; loop1.el | |
| ;; --- library | |
| (defun icmp-slt(a b) | |
| (< a b)) | |
| ;; --- target program | |
| (defun %main() | |
| ;; %1 | |
| ;; %total |
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
| #include <stdio.h> | |
| int main(void) | |
| { | |
| int total = 0; | |
| volatile int i; | |
| for( i = 0 ; i < (1000000 * 1000) ; i++ ) { | |
| total += i+1; | |
| } | |
| printf( "total = %d\n", total ); |
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
| ruby 2.0.0p353 | |
| $ irb | |
| irb(main):001:0> a = "abc" | |
| => "abc" | |
| irb(main):002:0> b = "abc" | |
| => "abc" | |
| irb(main):003:0> a == b | |
| => true | |
| irb(main):004:0> a === b | |
| => true |
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
| Process: PasteHub [1327] | |
| Path: /Applications/PasteHub.app/Contents/MacOS/PasteHub | |
| Identifier: PasteHub.net.PasteHub | |
| Version: ??? (???) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [117] | |
| Date/Time: 2013-01-24 07:42:56.883 +0900 | |
| OS Version: Mac OS X 10.6.8 (10K549) | |
| Report Version: 6 |
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
| Process: PasteHub [356] | |
| Path: /Applications/PasteHub.app/Contents/MacOS/PasteHub | |
| Identifier: PasteHub.net.PasteHub | |
| Version: 0.2.0 (1) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [117] | |
| Date/Time: 2013-01-22 23:05:31.857 +0900 | |
| OS Version: Mac OS X 10.6.8 (10K549) | |
| Report Version: 6 |
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
| Process: PasteHub [964] | |
| Path: /Applications/PasteHub.app/Contents/MacOS/PasteHub | |
| Identifier: PasteHub.net.PasteHub | |
| Version: ??? (???) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [164] | |
| Interval Since Last Report: 899 sec | |
| Crashes Since Last Report: 2 | |
| Per-App Interval Since Last Report: 0 sec |
NewerOlder