Energy saving

  • https://compare.energy.vic.gov.au
  • https://www.sumo.com.au/sign-up/#/
  • http://tangoenergy.com/forhome/home-select
  • https://www.news.com.au/lifestyle/home/government-to-hand-50-every-to-every-victorian-household-for-visiting-this-website/news-story/4477fe3c41e36171c45c6490d1329143
  • https://www.victorianenergysaver.vic.gov.au
  • https://www.theage.com.au/national/victoria/50-energy-comparison-payments-an-election-stunt-says-opposition-20180422-p4zazv.html

Laravel job traits

Ref https://blog.tiger-workshop.com/laravel-queue-job-class-demystified-shouldqueue-dispatchable-interactswithqueue-queueable-serializesmodels/

block chain

A blockchain includes a group of serilized blocks. The start block is called the genesis block.

Confluence Alternative

  • https://www.bitrix24.com/prices/
  • https://www.nuclino.com/product
  • https://www.learnbee.co/
  • https://www.tiphive.com/
  • https://honey.is/
  • https://documize.com/

Tensorflow components

1.TensorFlow API 2.TensorBoard 3.TensorFlow

IDE shortcuts

Template

line move up/down line replication remove line select next select all

Gocker run command

Main

Setup CLI command instance by using github.com/urfave/cli.

Python impliment simple neural network

Input x1 Input x2 Input x3 Output Y
0 0 1 0
0 1 1 1
1 0 1 1
1 1 1 0

PHP neural network

Repos

  • https://github.com/gabrielrcouto/php-simple-neural-network

Turning business logic to services

```mermaid graph TB