Skip to content

Instantly share code, notes, and snippets.

View OPY-bbt's full-sized avatar
🎯
Focusing

zhangyan OPY-bbt

🎯
Focusing
  • ShangHai, China
View GitHub Profile
@OPY-bbt
OPY-bbt / customPainter.dart
Last active September 8, 2023 16:34
draw network image in CustomPainter and save content to file
import 'dart:io';
import 'dart:ui' as ui;
import 'package:flutter/material.dart';
import 'package:path_provider/path_provider.dart';
void main() => runApp(MyApp());
String FILENAME = 'timg.jpeg';
@OPY-bbt
OPY-bbt / arithmetic_compiler.html
Created March 24, 2019 13:58
极客时间-理解编译原理:一个四则运算的解释器
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script>