• Home
  • Archive
  • Albums
  • profile
  • 10-Year Roadmap
  • BLOG
    Theme
  • theme-toggle
  • GITHUB

Riino BLOG

Riino BLOG

Learning Python3 Flask Part 3

Pyecharts & Echarts

Pyecharts Not Recommend? Pyecharts is a python library helps you to generate echart-standard html clip or echart-standard options(which means a json package to configure the echarts tag in your h...

Posted by Riino on July 11, 2020


Learning Python3 Flask Part 2

Html and Jinja

Web Source Structure Remember our repo folder structure? ├─YourRepo │ ├─YourFlaskApp │ │ ├─static │ │ │ ├─css │ │ │ ├─img │ │ │ └─js │ │ └─templates │ │ └─layou...

Posted by Riino on July 6, 2020


Learning Python3 C5 [WIP]

Greedy Algorithm

Posted by Riino on June 21, 2020


Learning Python3 C4 [WIP]

Max/Min Stack

Posted by Riino on June 21, 2020


Learning Python3 C3

DP

Dynamic Programming The core thought of DP is that, if a question can be divided into sub-questions, and each sub-questions can use the answer of last one, then, to solve the final question, we ju...

Posted by Riino on June 21, 2020


Learning Python3 Flask Part 1

Quick Start

Install Like other python package, simply install flask via pip or other tool. Flask is a “micro” kernel of a web server. For detailed guidance of installation, please visit https://flask.pallets...

Posted by Riino on June 21, 2020


Learning Python3 Crawler

Collect Data from Web

Selenium Request is the easiest way to send a http request to a target URL. A request contains two parts: request head and the request url. And this is what your browser will send when visiting in...

Posted by Riino on June 16, 2020


How To Deploy Ml Of Motiondetect

Get training data Since we can read data from STM32 and send it : while (1){ led=1; //++sample_num; cancle the counter BSP_ACCELERO_AccGetXYZ(pDataXYZ); BSP_GYRO_G...

Posted by Riino on February 2, 2020


VVC Experiment with VTM

A VTM Offical Benchmark Test Usage Report

1. VTM 1.1 VVC procedure According to [1]: Fig. 1: Procedure of VVC There’re 6 main module in VVC procedure, and the like H.265, main compression is in motion prediction ,transform/quantizatio...

Posted by Riino Lin on January 26, 2020


  • ← Newer Posts
  • Older Posts →

Terms of Use |Privacy Statement

Designed, Developed,and Deployed by Riino 2012-2023 All Rights Reserved.
  • Github
Nest of Etamine - 10th Anniversary 2012-2022
  • Home
  • Archive
  • Albums
  • profile
  • 10-Year Roadmap