[https://examplewordpresscom69162.wordpress.com/2019/03/12/%E9%99%BD%E6%98%8E%E5%BF%83%E5%AD%B8%E8%88%88%E8%B5%B7-%E5%BE%9E%E5%80%8B%E4%BA%BA%E4%BF%AE%E6%8C%81%E9%81%94%E5%88%B0%E7%B6%93%E4%B8%96%E6%BF%9F%E6%B0%91/] (https://examplewordpresscom69162.wordpress.com/2019/03/12/%E9%99%BD%E6%98%8E%E5%BF%83%E5%AD%B8%E8%88%88%E8%B5%B7-%E5%BE%9E%E5%80%8B%E4%BA%BA%E4%BF%AE%E6%8C%81%E9%81%94%E5%88%B0%E7%B6%93%E4%B8%96%E6%BF%9F%E6%B0%91/) [https://davidlai1988.wordpress.com/2020/12/30/%E8%83%A1%E9%81%A9%E9%A7%81%E5%80%92%E4%BA%86%E7%89%9F%E5%AE%97%E4%B8%89%E5%97%8E%EF%BC%9F-%E5%B0%B1%E6%AD%A3%E6%96%BC%E5%8A%89%E4%BF%9D%E7%A6%A7%E6%95%99%E6%8E%88/] (https://davidlai1988.wordpress.com/2020/12/30/%E8%83%A1%E9%81%A9%E9%A7%81%E5%80%92%E4%BA%86%E7%89%9F%E5%AE%97%E4%B8%89%E5%97%8E%EF%BC%9F-%E5%B0%B1%E6%AD%A3%E6%96%BC%E5%8A%89%E4%BF%9D%E7%A6%A7%E6%95%99%E6%8E%88/) [https://lianhuaxiaofo.wordpress.com/2014/09/18/] (https://lianhuaxiaofo.wordpress.com/2014/09/18/) [https://gujidotblog.wordpress.com/2018/09/05/%E5%A4%A7%E9%87%8F%E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android Emulator (ARM64) on EC2 - 2022 | |
--------------------------------------- | |
1. Launch EC2 ARM based Instance (a1.metal / a1.2xlarge): (16 Gb RAM, 32Gb Disk), Ubuntu Server 22.04 LTS (HVM) ARM x64 | |
2. sudo apt update && sudo apt upgrade | |
3. sudo apt install default-jdk python3-pip repo python-is-python3 unzip libpcre2-dev adb | |
4. wget https://dl.google.com/android/repository/commandlinetools-linux-8512546_latest.zip | |
5. unzip commandlinetools-linux-8512546_latest.zip -d android-sdk | |
6. sudo mv android-sdk /opt/ | |
7. mkdir /opt/android-sdk/cmdline-tools/latest | |
8. mv /opt/android-sdk/cmdline-tools/* /opt/android-sdk/cmdline-tools/latest (ignore the error) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Analyzing .... | |
error - generated/i18n.dart:12:9 - Can't define a const constructor for a class with non-final fields. Try making all of the fields final, or removing the keyword 'const' from the constructor. - const_constructor_with_non_final_field | |
error - generated/i18n.dart:14:10 - A class member can't have the same name as the enclosing class. Try renaming the member. - member_with_class_name | |
error - generated/i18n.dart:14:10 - Expected to find ';'. - expected_token | |
error - generated/i18n.dart:14:10 - Variables must be declared using the keywords 'const', 'final', 'var' or a type name. Try adding the name of the type of the variable or the keyword 'var'. - missing_const_final_var_or_type | |
error - generated/i18n.dart:14:11 - Methods must have an explicit list of parameters. Try adding a parameter list. - missing_method_parameters | |
error - generated/i18n.dart:14:11 - Operator declarations must be preceded by the keyword 'operator'. Try adding the keyword 'operator'. - missing_keyword_operator | |
er |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error • Can't define a const constructor for a class with non-final fields at lib/generated/i18n.dart:12:9 • (const_constructor_with_non_final_field) | |
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name at lib/generated/i18n.dart:14:10 • (missing_const_final_var_or_type) | |
error • A class member can't have the same name as the enclosing class at lib/generated/i18n.dart:14:10 • (member_with_class_name) | |
error • Expected to find ';' at lib/generated/i18n.dart:14:10 • (expected_token) | |
error • Operator declarations must be preceded by the keyword 'operator' at lib/generated/i18n.dart:14:11 • (missing_keyword_operator) | |
error • The string '??' isn't a user-definable operator at lib/generated/i18n.dart:14:11 • (invalid_operator) | |
error • Methods must have an explicit list of parameters at lib/generated/i18n.dart:14:11 • (missing_method_parameters) | |
error • A function body must be provided at lib/generated/i18n.dart:14:14 • (missing_function_body) | |
error • Variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error • The method 'MultiTrackTween' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:12:19 • (undefined_method) | |
error • The method 'Track' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:13:7 • (undefined_method) | |
error • The method 'Track' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:16:7 • (undefined_method) | |
error • The method 'ControlledAnimation' isn't defined for the type 'FadeAnimation' at lib/animations/FadeAnimation.dart:21:12 • (undefined_method) | |
error • Can't have modifier 'required' here at lib/pages/HomePage.dart:80:24 • (extraneous_modifier) | |
error • The modifier 'required' was already specified at lib/pages/HomePage.dart:80:33 • (duplicated_modifier) | |
error • Can't have modifier 'required' here at lib/pages/HomePage.dart:80:52 • (extraneous_modifier) | |
error • The modifier 'required' was already specified at lib/pages/HomePage.dart:80:61 • (duplicated_modifier) | |
error • Can't have modi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- package:file | |
For solutions, see https://dart.dev/go/unsound-null-safety | |
../../flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+3/lib/src/path_provider_windows_real.dart:126:25: Error: The getter 'addressOf' isn't defined for the class 'GUID'. | |
- 'GUID' is from 'package:win32/src/structs.dart' ('../../flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4+1/lib/src/structs.dart'). | |
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'. | |
knownFolderID.addressOf, KF_FLAG_DEFAULT, NULL, pathPtrPtr); | |
^^^^^^^^^ | |
../../flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.0/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'. | |
io.Platform.packageRoot; // ignore: deprecated_member_use |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/android/app/build.gradle b/android/app/build.gradle | |
index c714168..54fbf6c 100644 | |
--- a/android/app/build.gradle | |
+++ b/android/app/build.gradle | |
@@ -1,8 +1,7 @@ | |
def localProperties = new Properties() | |
def localPropertiesFile = rootProject.file('local.properties') | |
if (localPropertiesFile.exists()) { | |
- localPropertiesFile.withReader('UTF-8') { reader -> | |
- localProperties.load(reader) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
count=0 | |
for onep in range(201): | |
for twop in range(101): | |
for fivep in range(41): | |
for tenp in range(21): | |
for twentyp in range(11): | |
for fiftyp in range(5): | |
for apound in range(2): | |
for twopound in range(2): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def sum_of_4th_power(a,b,c,d): | |
sum = a**4 + b**4 + c**4 + d**4 | |
return sum | |
def sum_of_5th_power(a,b,c,d,e): | |
sum = a**5 + b**5 + c**5 + d**5 + e**5 | |
return sum | |
sumsum = 0 | |
for a in range(1,10): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
code,kbd,pre,samp{font-family:'Inconsolata', monospace}button,hr,input{overflow:visible}img,legend{max-width:100%}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}ol,pre,ul{margin:0 0 20px}.hljs,pre{overflow-x:auto}.hljs,article,aside,blockquote p,details,figcaption,figure,footer,header,img,main,menu,nav,section{display:block}#wrapper:after,.blog-description:after,.clearfix:after,.post-date:after{content:""}.container,.post-stub,sub,sup{position:relative}.book-landing-with-cover img{box-shadow:5px 5px 8px grey}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{margin:.67em 0}h1,h2,h3,h4,h5,h6{margin-bottom:20px}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{ |