Skip to content

Instantly share code, notes, and snippets.

View shicky's full-sized avatar

Steve shicky

View GitHub Profile
/*
Sick Yoon (shicky@gmail.com) (c) 2016
Table Component for React
*/
const React = require('react');
const rowData = [
{
id: {type: 'text', data: '1243556'},
import aiohttp
import asyncio
import time
urls_i = [
"http://google.com",
"https://stackoverflow.com"
]
urls = []