- Special stack for graphics context
- General stack
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
| show FULL columns from wp_posts; | |
| show table status; | |
| SHOW VARIABLES LIKE 'character_set%'; | |
| SHOW VARIABLES LIKE 'collation%'; | |
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
| List(1,2,3).flatMap(List(2)) | |
| // <console>:8: error: type mismatch; | |
| // found : List[Int] | |
| // required: Int => scala.collection.GenTraversableOnce[?] | |
| // List(1,2,3).flatMap(List(2)) | |
| implicit def f[A, B](b: B) = (x:A) ⇒ b | |
| List(1,2,3).flatMap(List(2)) |
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
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| ) | |
| const lenDownload = len("/dl/") | |
| func downloadHandler(w http.ResponseWriter, r *http.Request) { |
This file has been truncated, but you can view the full file.
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
| 2 1 | |
| 4 1 | |
| 6 2 | |
| 8 1 | |
| 12 3 | |
| 16 1 | |
| 24 4 | |
| 30 6 | |
| 32 1 | |
| 36 6 |
-
JSFiddle http://jsfiddle.net
-
CodePen http://codepen.io
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 scala.util._ | |
| import scala.concurrent._ | |
| import scala.concurrent.duration._ | |
| import play.api.libs.json._ | |
| import play.api.libs.ws._ | |
| case class GistFile(val filename: String, val content: String) | |
| case class Gist(val token: String) { |
- 氣溫
- 輻射
- 二氧化碳濃度
- 地震
- 煙塵(懸浮微粒)
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: WebProcess [2523] | |
| Path: /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Contents/MacOS/WebProcess | |
| Identifier: com.apple.WebProcess | |
| Version: 8537 (8537.46.3) | |
| Build Info: WebKit2-7537046003000000~1 | |
| Code Type: X86-64 (Native) | |
| Parent Process: Safari [2520] | |
| User ID: 501 | |
| Date/Time: 2013-08-11 00:16:56.881 +0800 |