- 1 - Grand Illusion (Renoir,Jean) 1937
- 2 - Seven Samurai (Kurosawa,Akira) 1954
- 3 - The Lady Vanishes (Hitchcock,Alfred) 1938
- 4 - Amarcord (Fellini,Federico) 1974
- 5 - The 400 Blows (Truffaut,François) 1959
- 6 - Beauty and the Beast (Cocteau,Jean) 1946
- 7 - A Night to Remember (Baker,Roy Ward) 1958
- 8 - The Killer (Woo,John) 1989
- 9 - Hard Boiled (Woo,John) 1992
- 10 - Walkabout (Roeg,Nicolas) 1971
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
| "editor.gotoLocation.multipleDefinitions": "goto", | |
| "editor.gotoLocation.multipleTypeDefinitions": "goto", | |
| "editor.gotoLocation.multipleDeclarations": "goto", | |
| "editor.gotoLocation.multipleImplementations": "goto", | |
| "editor.gotoLocation.multipleReferences": "goto", |
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 bash | |
| BASEDIR=$(dirname "$0") | |
| function fileName () { | |
| echo $(basename ${1%.*}) | |
| } | |
| # define variables | |
| FILES="$(find "$BASEDIR" ! -name 'index.sh' -type f -name '*.sh' -print | sort -t '\0' -n)" | |
| TUSAGE="\\n" |
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
| javascript:console.clear()%0Aconsole.log('Starting Google Voice capture bookmarklet')%3B%0A%0Alet buttons %3D %7B%0A '1'%3A document.querySelector(%60%5Baria-label%3D"1"%5D%60)%2C%0A '2'%3A document.querySelector(%60%5Baria-label%3D"'2' 'a' 'b' 'c'"%5D%60)%2C%0A '3'%3A document.querySelector(%60%5Baria-label%3D"'3' 'd' 'e' 'f'"%5D%60)%2C%0A '4'%3A document.querySelector(%60%5Baria-label%3D"'4' 'g' 'h' 'i'"%5D%60)%2C%0A '5'%3A document.querySelector(%60%5Baria-label%3D"'5' 'j' 'k' 'l'"%5D%60)%2C%0A '6'%3A document.querySelector(%60%5Baria-label%3D"'6' 'm' 'n' 'o'"%5D%60)%2C%0A '7'%3A document.querySelector(%60%5Baria-label%3D"'7' 'p' 'q' 'r' 's'"%5D%60)%2C%0A '8'%3A document.querySelector(%60%5Baria-label%3D"'8' 't' 'u' 'v'"%5D%60)%2C%0A '9'%3A document.querySelector(%60%5Baria-label%3D"'9' 'w' 'x' 'y' 'z'"%5D%60)%2C%0A '0'%3A document.querySelector(%60%5Baria-label%3D"'0'"%5D%60)%0A%7D%0A%0Alet recording %3D ""%0Aconsole.log(%60Recording is "%24%7Brecording%7D"%60)%0A%0Afunction |
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
| function colorAll() { | |
| var sheet = SpreadsheetApp.getActiveSheet(); | |
| var startRow = 1; | |
| var endRow = sheet.getLastRow(); | |
| for (var r = startRow; r <= endRow; r++) { | |
| colorRow(r); | |
| } | |
| } |
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="en" id="{block:IndexPage}index{/block:IndexPage}{block:PermalinkPage}permalink{/block:PermalinkPage}" class="no-js {block:ifNotInfiniteScroll}no-{/block:ifNotInfiniteScroll}infscr {block:ifNotEnableAnimations}no-{/block:ifNotEnableAnimations}animations transitions {block:ifNotFadeInPosts}no-{/block:ifNotFadeInPosts}fadein {block:ifNotLoadPostsIndividually}no-{/block:ifNotLoadPostsIndividually}loadsolo not-mobile {block:ifTransparentPostBackground}transbg{/block:ifTransparentPostBackground} {block:ifBorderAroundIndexPosts}border-post{/block:ifBorderAroundIndexPosts} {block:ifBorderAroundPermalinkContent}border-content{/block:ifBorderAroundPermalinkContent} {block:ifBorderAroundPermalinkMeta}border-meta{/block:ifBorderAroundPermalinkMeta} {block:ifPhotosStretchToFillWidth}photostretch{/block:ifPhotosStretchToFillWidth} {block:ifPhotosClickThroughToPermalink}photoclickthrough{/block:ifPhotosClickThroughToPermalink} {block:ifNotShowLikeAndReblogButtons}no-{/block:ifNotShowLikeAndReblog |
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 reviews = 'https://github.com/pulls/review-requested'; | |
| var driverPulls = 'https://github.com/mongodb/node-mongodb-native/pulls/@me'; | |
| var bsonPulls = 'https://github.com/mongodb/js-bson/pulls/@me'; | |
| var allPulls = 'https://github.com/pulls'; | |
| var isReviews = window.location.href === reviews | |
| var isPulls = window.location.href === driverPulls || window.location.href === bsonPulls || window.location.href === allPulls | |
| var valid = isReviews || isPulls | |
| if (!valid) { | |
| alert('Not on github'); | |
| } |
DDL Lookup table:
| commands | nodeDriverHandle | hasWriteConcern | isExplicitlyWrite | hasWriteAspect4.0 | operationFile4.0 | hasWriteAspect3.6 | operationFile3.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
| class MongoOptions () { | |
| static parse () { | |
| // does all the parsing without async eg DNS checking operations | |
| } | |
| static performAsync () { | |
| // follow up handler to check eg DNS (async) tasks | |
| } | |
| static parseAsync () { |