In your command-line run the following commands:
brew doctorbrew update
| = Movie Demo | |
| == Domain | |
| This text is kept for Domain text | |
| == Setup | |
| The Sample data which creates Actors, Movies and their relationships | |
| //hide | |
| //setup |
| import React from 'react'; | |
| import Head from 'next/head'; | |
| import {stylesheet, classNames} from './index.css'; | |
| import ComponentA from './Component/ComponentA/ComponentA'; | |
| // import ComponentB from './Component/ComponentB/ComponentB'; | |
| export default class TestMonacoEditorPage extends React.Component{ | |
| constructor(props){ | |
| super(props); | |
| this.state = { |
In your command-line run the following commands:
brew doctorbrew update| package imagerenderer | |
| import ( | |
| "github.com/ungerik/go-cairo" | |
| "image" | |
| _ "image/jpeg" | |
| "net/http" | |
| ) | |
| func _decodeBase64() image.Image{ |
| /** | |
| * the value will be all 2 , but if you change into *let*. that will not be happend | |
| **/ | |
| let callbacks = []; | |
| for(var i=0;i < 2; i++){ | |
| callbacks.push(() => { | |
| console.log(i); | |
| }); | |
| }; |
| import mariadb from 'mariadb'; | |
| const pool = mariadb.createPool({ | |
| host: process.env.DB_HOST, | |
| user: process.env.DB_USER, | |
| password: process.env.DB_PASS, | |
| database: 'my_db', | |
| connectionLimit: 5 | |
| }); | |
| console.log('is this called ?'); |
| Specification | Keyword | RGB hex value | |
|---|---|---|---|
| CSS Level 1 | black | #000000 | |
| CSS Level 1 | silver | #c0c0c0 | |
| CSS Level 1 | gray | #808080 | |
| CSS Level 1 | white | #ffffff | |
| CSS Level 1 | maroon | #800000 | |
| CSS Level 1 | red | #ff0000 | |
| CSS Level 1 | purple | #800080 | |
| CSS Level 1 | fuchsia | #ff00ff | |
| CSS Level 1 | green | #008000 |
| country | population | |
|---|---|---|
| China | 1415046 | |
| India | 1354052 | |
| United States | 326767 | |
| Indonesia | 266795 | |
| Brazil | 210868 | |
| Pakistan | 200814 | |
| Nigeria | 195875 | |
| Bangladesh | 166368 | |
| Russia | 143965 |
This is the UN World Population Prospect 2019 dataset, cleaned and formated CSV
| [ | |
| { | |
| parentId: -1, | |
| id: 1, | |
| value: 200 | |
| }, | |
| { | |
| parentId: -1, | |
| id: 2, | |
| value: 300 |