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
for(s<-"33."+:114.to(213))print(s+""tail) | |
"33."+:114.to(213)map(_+""tail)map print |
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
<!doctype html> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"/> | |
<title>TODO</title> | |
</head> | |
<body> | |
<div id="app"></div> | |
<script src="https://fb.me/react-0.14.0.min.js"></script> | |
<script src="https://fb.me/react-dom-0.14.0.min.js"></script> |
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
$ rails g model Image tag:string data:binary | |
$ rake db:migrate |
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
#import <UIKit/UIKit.h> | |
@interface CustomCell : UICollectionViewCell | |
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *indicatorView; | |
@property (weak, nonatomic) IBOutlet UIImageView *imageView; | |
@end |
NewerOlder