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
[ | |
{ | |
"id": 1, | |
"user_rating": 6.0, | |
"title": "구니스", | |
"overview": "은행에 잡힌 저당으로 인해 곧 철거될 한 변두리 동네에서 아이들이 보물지도 한 장을 찾아낸다. 이 지도가 17세기 중엽 영국 해군과 싸우다 패하여 해저동굴에 숨어들어갔다는 '애꾸눈 윌리'가 보물을 숨겨둔 장소를 나타낸 것임을 알고 아이들은 모험을 시작한다. 해저 동굴의 입구인 등대 식당에서 위조지폐를 만드는 악당들에게 심한 곤욕을 치른 후 탈출한 아이들은 식당 지하실부터 해저 동굴로 들어가 한없는 통로를 헤쳐 나간다. 마침내 지도가 표시한 지점에 당도하여 보물을 손에 넣게 되지만 아이들은 악당들에게 잡혀 손에 들었던 금은 보화는 내동뎅이친 채 탈출하는데...", | |
"poster_url": "https://image.tmdb.org/t/p/original/59Ly6wCMf6KOjNdw9mY0ikblSm6.jpg", | |
"backdrop_url": "https://image.tmdb.org/t/p/original/zR9lAU4j6RXxPd1nuNtt1REkTYG.jpg" | |
}, | |
{ |
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
[ | |
{ | |
"id": 1, | |
"user_rating": 6.0, | |
"title": "구니스", | |
"description": "은행에 잡힌 저당으로 인해 곧 철거될 한 변두리 동네에서 아이들이 보물지도 한 장을 찾아낸다. 이 지도가 17세기 중엽 영국 해군과 싸우다 패하여 해저동굴에 숨어들어갔다는 '애꾸눈 윌리'가 보물을 숨겨둔 장소를 나타낸 것임을 알고 아이들은 모험을 시작한다. 해저 동굴의 입구인 등대 식당에서 위조지폐를 만드는 악당들에게 심한 곤욕을 치른 후 탈출한 아이들은 식당 지하실부터 해저 동굴로 들어가 한없는 통로를 헤쳐 나간다. 마침내 지도가 표시한 지점에 당도하여 보물을 손에 넣게 되지만 아이들은 악당들에게 잡혀 손에 들었던 금은 보화는 내동뎅이친 채 탈출하는데...", | |
"poster_url": "https://image.tmdb.org/t/p/original/59Ly6wCMf6KOjNdw9mY0ikblSm6.jpg", | |
"backdrop_url": "https://image.tmdb.org/t/p/original/zR9lAU4j6RXxPd1nuNtt1REkTYG.jpg" | |
}, | |
{ |
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.card dummy data | |
articles = [ | |
['test title1', 'test content1'], | |
['test title2', 'test content2'], | |
['test title3', 'test content3'], | |
['test title4', 'test content4'], | |
['test title5', 'test content5'], | |
] |
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
# Create dummy files | |
import os | |
import random | |
family = ['김','이','박','최','황','오','강','한','제갈','하','정','송','현','손','조'] | |
given = ['길동','준','민준','소미','수진','지은','동해','민태','준호','세정','지훈','성우','성원'] | |
for i in range(500): | |
cmd = f'echo.> {i+1}_{random.choice(family)}{random.choice(given)}.txt' | |
print(cmd) |
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(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ | |
var circumcenter = require("circumcenter") | |
window.circumcenter = circumcenter | |
},{"circumcenter":2}],2:[function(require,module,exports){ | |
"use strict" | |
var dup = require("dup") | |
var solve = require("robust-linear-solve") |
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
https://www.dhlottery.co.kr/common.do?method=getLottoNumber&drwNo=864 |
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
# Create dummy files | |
import os | |
import random | |
family = ['김','이','박','최','황','오','강','한','제갈','하','정','송','현','손','조'] | |
given = ['길동','준','민준','소미','수진','지은','동해','민태','준호','세정','지훈','성우','성원'] | |
for i in range(500): | |
cmd = f"touch ./dummy/{i+1}_{random.choice(family)}{random.choice(given)}.txt" | |
print(cmd) |