- Vieweing ipynb files on Nbviewer is so much faster than on the Github.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
map F createActiveTabbedHint | |
let blacklists = ["https://docs.google.com/*","https://codepen.io/*"] |
https://clojuredocs.org/clojure.core/get-in
from typing import List, Optional
def get_in(data: dict, keywords: List[any]) -> Optional[any]:
"""Implementation of `get-in` in clojure
Grade | Bumpiness | Speed limit | Speed |
---|
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_name": "SEX", | |
"name": "응답자 성별", | |
"description": "같이 살고 있는 가족과 따로 살고 있는 가족, 가족은 아니지만 현재 귀댁에서 같이 살고 있는 사람 모두를" | |
}, | |
{ | |
"var_name": "AGE", | |
"name": "응답자 연령", | |
"description": "같이 살고 있는 가족과 따로 살고 있는 가족, 가족은 아니지만 현재 귀댁에서 같이 살고 있는 사람 모두를" |
https://www.youtube.com https://www.youtube.com/premium
https://music.youtube.com https://music.youtube.com/premium
Inline link vnd.youtube.music://music.youtube.com/musicpremium
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 swipl | |
:- use_module(library(dcg/basics)). | |
:- use_module(library(main)). | |
:- initialization(main, main). | |
expression(Value) --> term(V1), whites, expression_tail([V1], Value). | |
expression_tail(Stack, Value) --> | |
term(NewValue), { NewStack = [NewValue|Stack] }, whites, expression_tail(NewStack, Value). |
OlderNewer