- Видео 414
- Просмотров 25 162
Math Geek introduction
Добавлен 1 июн 2022
I'm a student who studies about technology and programming language.
I'm a junior student in university.
I study software engineering (資訊工程) in NFU (National Formosa University).
1. mathgeekjay
1) My YT account: @mathgeekintroduction557
The link is available at
www.youtube.com/@mathgeekintroduction557/featured.
2)My Github account: mathgeekjay
The link is available at
github.com/mathGeeks
2.40843245
1) My YT account:@user-wb5rc1br4t
The link is available at
www.youtube.com/@user-wb5rc1br4t/featured
2)My Github account: 40843245
The link is available at github.com/40843245
Almost videos are published at YT with my account mathgeekjay
which is available at
www.youtube.com/@mathgeekintroduction557/featured.
All notes about math will be published in Github with account mathgeekjay.
All notes, tutorial, and code about programming language and software engineering
will be published in Github with account 40843245.
I'm a junior student in university.
I study software engineering (資訊工程) in NFU (National Formosa University).
1. mathgeekjay
1) My YT account: @mathgeekintroduction557
The link is available at
www.youtube.com/@mathgeekintroduction557/featured.
2)My Github account: mathgeekjay
The link is available at
github.com/mathGeeks
2.40843245
1) My YT account:@user-wb5rc1br4t
The link is available at
www.youtube.com/@user-wb5rc1br4t/featured
2)My Github account: 40843245
The link is available at github.com/40843245
Almost videos are published at YT with my account mathgeekjay
which is available at
www.youtube.com/@mathgeekintroduction557/featured.
All notes about math will be published in Github with account mathgeekjay.
All notes, tutorial, and code about programming language and software engineering
will be published in Github with account 40843245.
How to create a new Flutter project in Android Studio?
To create a new Flutter project in Android Studio.
1. Open Android Studio IDE.
2. Install `Flutter` plugin in Android Studio marketplace.
3. Restart Android Studio IDE.
refers to this article
[Flutter基礎概念與實作 Day1-Flutter是什麼,能吃嗎]
(ithelp.ithome.com.tw/articles/10215158)
1. Open Android Studio IDE.
2. Install `Flutter` plugin in Android Studio marketplace.
3. Restart Android Studio IDE.
refers to this article
[Flutter基礎概念與實作 Day1-Flutter是什麼,能吃嗎]
(ithelp.ithome.com.tw/articles/10215158)
Просмотров: 11
Видео
How to create a new Flutter project in command prompt?
Просмотров 34 часа назад
How to create a new Flutter project in command prompt?
How to create a new Flutter project in Android Studio? (wrong version)
Просмотров 24 часа назад
To create a new Flutter project in Android Studio. 1. Open Android Studio IDE. 2. Install `Flutter` plugin in Android Studio marketplace. 3. Restart Android Studio IDE. refers to this article [Flutter基礎概念與實作 Day1-Flutter是什麼,能吃嗎] (ithelp.ithome.com.tw/articles/10215158)
Demo of JetChartDemo1 (part 6, summary)
Просмотров 12День назад
Demo of JetChartDemo1 (part 6, summary)
First time to take quick exam of Android course(part 2 `程式設計簡介`, chinese version)
Просмотров 314 дней назад
First time to take quick exam of Android course(part 2 `程式設計簡介`, chinese version)
How did select em both at the same time
What it use for?
ready to take note in Obsidian.
Ah, that's where it was.
Hello bro please help me i want ur help
okay, what's your problem?
Thank you so much! I tried to solve this for 2-3 hours and watched more then 6 videos. Thank you so much!
That's not a tutorial. I plan to make a tutorial, but it's not free so that I just can demo how to find this feature. About demo of use this feature, please help me to make a video thanks
That's not a tutorial..U supposed to show us how
This video is a demo about listing image with Development tool that uses dos command.
still trying to figure out a scenario in which this can be useful
Great question. See the above comment.
Thanks Man, It helped.
thanks
Can you give me the syntax of the command line version to change the creation date?
what does it do to handwriting
Every i try to login pc and also android "login failed, double check email and password " i reset password 2 times still same
CMD = Windows executable not made to run in 16 bit MS DOS.
nothing shows up on mine
netstat -ano|findstr 5037
When i build the game and try to open the dailog box it doesn't open why?
In MS DOS and in the DosBox emulator using DOS choice.exe in batch files we have to check the errorlevel(exit code of the executable) in reverse order highest first.
I don't know. Thank you to tell me.
What did I watch?
CMD is a Windows executable made to run in Windows only. CMD is not a part of MS DOS. The Windows terminal is light years far from DOS.😊
We can start batch files with parameter attached each one separated with a space and the parameter can be used to control an executable or command that we can start from the batch file with those parameter attached. Example: COL.BAT 1b 3A 7F @echo off color %1 pause color %2 pause color %3 pause
That's also right.
@@mathgeekintroduction557 Most of my batch files(made for DOS only) have to start with one or more parameter attached. Example: @Echo off call SetMode.bat 13 call WritDac.bat 33 33 70 00 REM Usage: ELLIPSER.BAT xpos ypos xradius yradius times delay color call ELLIPSER.BAT A0 54 20 13 06 1100 33 pause call SetMode.bat 3
Windows is not DOS.
Windows is not DOS.
I see. However, I mean a window called "DOS cmd". I mean "DOS cmd" prompt window. NOT "DOS cmd prompt Window". Sorry for my spelling.
@@mathgeekintroduction557 CMD.exe is a Windows executable made to run in Windows only.
@@maxmuster7003 I see. Sorry for my bad description. I would like to say "DOS cmd.exe". I should not emphasize on the prompt window.
Windows is not DOS.
CMD not exist in MS DOS. CMD is a Windows executable made to run in Windows only.