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
| var slice = Function.prototype.call.bind(Array.prototype.slice); |
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
| var $lessonWrapper = $('.course-wrap .lesson-wrapper'); | |
| // prevent default animation of right part | |
| $lessonWrapper.css('webkitTransform', 'translateX(0px)'); | |
| // allow smooth resizing (just filling with default css value for attribute 'position') | |
| $lessonWrapper.css('position', 'static'); | |
| // allow padding animation | |
| $lessonWrapper.css('webkitTransition', 'padding 0.3s'); |
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
| var $lessonWrapper = $('.course-wrap .lesson-wrapper'); | |
| // prevent default animation of right part | |
| $lessonWrapper.css('webkitTransform', 'translateX(0px)'); | |
| // allow smooth resizing (just filling with default css value for attribute 'position') | |
| $lessonWrapper.css('position', 'static'); | |
| // allow padding animation | |
| $lessonWrapper.css('webkitTransition', 'padding 0.3s'); |
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
| var $lessonWrapper = $('.course-wrap .lesson-wrapper'); | |
| // prevent default animation of right part | |
| $lessonWrapper.css('webkitTransform', 'translateX(0px)'); | |
| // allow smooth resizing (just filling with default css value for attribute 'position') | |
| $lessonWrapper.css('position', 'static'); | |
| // allow padding animation | |
| $lessonWrapper.css('webkitTransition', 'padding 0.3s'); |
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
| panic: nil | |
| goroutine 18 [running]: | |
| runtime.panic(0x0, 0x0) | |
| /usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6 | |
| github.com/backplane/platform/servercomm.func<C2><B7>005() | |
| /home/vagrant/go/src/github.com/backplane/platform/servercomm/subscription_test.go:57 +0x29 | |
| created by time.goFunc | |
| /usr/lib/go/src/pkg/time/sleep.go:123 +0x47 |
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 servercomm | |
| import ( | |
| "sync" | |
| "time" | |
| ) | |
| type Subscription struct { | |
| sync.Mutex | |
| id int64 |
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 servercomm | |
| import ( | |
| "sync" | |
| "time" | |
| ) | |
| type Subscription struct { | |
| sync.Mutex | |
| id int64 |
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
| >gnl|ti|1086975905 name:1099575910428 mate_pair:1086975851 | |
| TGGAAATCCGTCTCGAATGGAGGTCTAGTGCGTTTCCGCTTCAACCCGATGATTGTCGAACTTGCAGAAA | |
| AAGCAATGAAAGAGTATGGAGAGGATCTGAAAATTGAAACAAACAAATTTGCAGCAATATGCACCCACTT | |
| GGAGGTATGTTTCATGTATTCAGATTTTCATTTCATCAATGAACAAGGCGAATCAATAATGGTAGAACTT | |
| GATGATCCAAATGCACTGTTAAAGCACAGATTTGAAATAATCGAGGGGAGAGACAGAACAATGGCCTGGA | |
| CAGTAGTAAACAGTATCTGCAACACTACTGGAGCTGAAAAACCGAAGTTTCTACCAGATTTGTATGATTA | |
| CAAGGAGAACAGATTCATCGAAATTGGAGTGACAAGAAGAGAAGTCCACATATATTACCTTGAAAAGGCC | |
| AATAAAATTAAATCTGAGAACACACACATTCACATTTTCTCATTCACTGGGGAGGAAATGGCCACAAAGG | |
| CAGACTACACTCTCGACGAGGAGGTCATAGCTGTTTACTGAGGGACCCATTTAAAATTCTAATACCCAGC | |
| TTTGAACGTGACCATGCCAAACAAGGACAACCTGACCACACAAGAGGTCAA |
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
| >1 | |
| CAATTATATTCAGTATGGAAAGAATAAAAGAACTACGGAATCTGATGTCGCAGTCTCGCA | |
| CTCGCGAGATACTGACAAAAACCACAGTGGACCATATGGCCATAATTAAGAAGTACACAT | |
| CGGGGAGACAGGAAAAGAACCCGTCACTTAGGATGAAATGGATGATGGCAATGAAATACC | |
| CAATCACTGCTGACAAAAGGATAACAGAAATGGTTCCGGAGAGAAATGAACAAGGACAAA | |
| CTCTATGGAGTAAAATGAGTGATGCTGGATCAGATCGAGTGATGGTATCACCTTTGGCTG | |
| TAACATGGTGGAATAGAAATGGACCCGTGACAAGTACGGTCCATTACCCAAAAGTATACA | |
| AGACTTATTTTGACAAAGTCGAAAGGTTAAAACATGGAACCTTTGGCCCTGTTCATTTTA | |
| GAAATCAAGTCAAGATACGCAGAAGAGTAGACATAAACCCTGGTCATGCAGACCTCAGTG | |
| CCAAAGAGGCACAAGATGTAATTATGGAAGTTGTTTTTCCCAATGAAGTGGGAGCCAGGA |
OlderNewer