-
Computer & Internet Tips : How to Write Computer Script
To write computer script, open Visual Basic Scripting in Windows, create a command to write text on the screen and then run a Windows command to execute the script. Investigate the scripts that can be written using Visual Basic Scripting with help from a software developer in this free video on computers.
Expert: Dave Andrews
Contact: www.daveandrews.org
Bio: Dave Andrews is a software developer that holds a degree in computer science. Currently, he is employed by a government IT department.
Filmmaker: Tim Brown
published: 24 Jan 2009
-
Deploy a Compute Instance with a Remote Startup Script || #qwiklabs || #GSP301 [With Explanation🗣️]
Join Telegram: https://t.me/quiccklab
Please do like, share and subscribe❤
Please make sure to open the document in normal window
##Lean_to_earn #GoogleCloudReady #30DaysOfGoogleCloud #Qwiklabs #googlecloud #CloudwaliDiwali #Halloween_Challenge
published: 16 Jan 2023
-
Bash in 100 Seconds
Bash is the command line shell that you encounter when you open the terminal on most Unix operating systems, like MacOS and Linux. Learn how to create your own bash scripts to automate tasks on your computer.
#linux #compsci #100SecondsOfCode
🔗 Resources
Bash Reference https://www.gnu.org/software/bash/manual/bash.html
Unix Shell History https://developer.ibm.com/tutorials/l-linux-shells/
Linux File System Explained https://youtu.be/42iQKuQodW4
🔥 Watch more with Fireship PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
📖 Topics Covered
- Bash Programming Tutorial
- Linux Command Line Basics
- Bash Scripting
- History of Unix Shells
- Learn to Code with Ba...
published: 23 Aug 2021
-
Rajesh Rao: Computing a Rosetta Stone for the Indus script
http://www.ted.com Rajesh Rao is fascinated by "the mother of all crossword puzzles": How to decipher the 4000 year old Indus script. At TED 2011 he tells how he is enlisting modern computational techniques to read the Indus language, the key piece to understanding this ancient civilization.
TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world's leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the "Sixth Sense" wearable tech, and "Lost" producer JJ Abrams ...
published: 28 Jun 2011
-
R Programming Tutorial - Learn the Basics of Statistical Computing
Learn the R programming language in this tutorial course. This is a hands-on overview of the statistical programming language R, one of the most important tools in data science.
💻Course Files: https://drive.google.com/drive/folders/15U8WjVKbYXaq6N6Wb_6bCr9QZ1DwCkAO
💻 Course created by Barton Poulson from datalab.cc.
🔗 Check out the datalab.cc YouTube channel: https://www.youtube.com/user/datalabcc
🔗 Watch more free data science courses at http://datalab.cc/
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Welcome
⌨️ (0:02:20) Installing R
⌨️ (0:07:17) RStudio
⌨️ (0:11:52) Packages
⌨️ (0:19:16) plot()
⌨️ (0:27:49) Bar Charts
⌨️ (0:32:10) Histograms
⌨️ (0:39:44) Scatterplots
⌨️ (0:44:39) Overlaying Plots
⌨️ (0:52:30) summary()
⌨️ (0:55:49) describe()
⌨️ (1:00:17) Selecting Cases
⌨️ (1:06:14) Data Forma...
published: 06 Jun 2019
-
How to host python script on google cloud for free
We face difficulties when we need to run a file or program whole time and and we can not run them on our personal computers as we barely open them once in day so it is not possible to run the program on our pc.
So in this video i am explanning how to host a python script on google cloud platform for free which will run 24x7.
published: 31 Jan 2021
-
How exactly does binary code work? - José Américo N L F de Freitas
Check out our Patreon page: https://www.patreon.com/teded
View full lesson: https://ed.ted.com/lessons/how-exactly-does-binary-code-work-jose-americo-n-l-f-freitas
Imagine trying to use words to describe every scene in a film, every note in a song, or every street in your town. Now imagine trying to do it using only the numbers 1 and 0. Every time you use the Internet to watch a movie, listen to music, or check directions, that’s exactly what your device is doing, using the language of binary code. José Américo N L F de Freitas explains how binary works.
Lesson by José Américo N L F de Freitas, animation by Qa'ed Mai.
Thank you so much to our patrons for your support! Without you this video would not be possible! Bev Millar, Rishi Pasham, Jhuval, SookKwan Loong, Daniel Day, Nick Johnso...
published: 12 Jul 2018
-
Writing Code That Runs FAST on a GPU
In this video, we talk about how why GPU's are better suited for parallelized tasks. We go into how a GPU is better than a CPU at certain tasks. Finally, we setup the NVIDIA CUDA programming packages to use the CUDA API in Visual Studio.
GPUs are a great platform to executed code that can take advantage of hyper parallelization. For example, in this video we show the difference between adding vectors on a CPU versus adding vectors on a GPU. By taking advantage of the CUDA parallelization framework, we can do mass addition in parallel.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
published: 10 Jul 2021
-
Dockerize Python script and deploy to Google Compute Engine (GCE)
In this video we are going to write a trivial Python script, create a Docker image out of it and then deploy it to Google Compute Engine (GCE). We are also going to add Stackdriver logging to the script.
Source code:
https://vladsave.com/?p=231
Business website:
https://vladsave.com
Chapters
00:00 Introduction
00:13 Writing the Python script
01:26 Add Stackdriver logging
04:54 Dockerize the script
07:00 Push the Docker image to Google Cloud
10:20 Deploy the image to Compute Engine
12:50 Read the instance logs in Stackdriver
published: 28 Mar 2022
-
Ex05 Batch computing - running a script on LOTUS - Solutions and Discussion
The solutions and discussion video for exercise 5 in the JASMIN workshop materials.
All workshop materials can be found here: https://github.com/cedadev/jasmin-workshop
published: 04 Mar 2021
2:07
Computer & Internet Tips : How to Write Computer Script
To write computer script, open Visual Basic Scripting in Windows, create a command to write text on the screen and then run a Windows command to execute the scr...
To write computer script, open Visual Basic Scripting in Windows, create a command to write text on the screen and then run a Windows command to execute the script. Investigate the scripts that can be written using Visual Basic Scripting with help from a software developer in this free video on computers.
Expert: Dave Andrews
Contact: www.daveandrews.org
Bio: Dave Andrews is a software developer that holds a degree in computer science. Currently, he is employed by a government IT department.
Filmmaker: Tim Brown
https://wn.com/Computer_Internet_Tips_How_To_Write_Computer_Script
To write computer script, open Visual Basic Scripting in Windows, create a command to write text on the screen and then run a Windows command to execute the script. Investigate the scripts that can be written using Visual Basic Scripting with help from a software developer in this free video on computers.
Expert: Dave Andrews
Contact: www.daveandrews.org
Bio: Dave Andrews is a software developer that holds a degree in computer science. Currently, he is employed by a government IT department.
Filmmaker: Tim Brown
- published: 24 Jan 2009
- views: 95388
5:30
Deploy a Compute Instance with a Remote Startup Script || #qwiklabs || #GSP301 [With Explanation🗣️]
Join Telegram: https://t.me/quiccklab
Please do like, share and subscribe❤
Please make sure to open the document in normal window
##Lean_to_earn #GoogleClou...
Join Telegram: https://t.me/quiccklab
Please do like, share and subscribe❤
Please make sure to open the document in normal window
##Lean_to_earn #GoogleCloudReady #30DaysOfGoogleCloud #Qwiklabs #googlecloud #CloudwaliDiwali #Halloween_Challenge
https://wn.com/Deploy_A_Compute_Instance_With_A_Remote_Startup_Script_||_Qwiklabs_||_Gsp301_With_Explanation🗣️
Join Telegram: https://t.me/quiccklab
Please do like, share and subscribe❤
Please make sure to open the document in normal window
##Lean_to_earn #GoogleCloudReady #30DaysOfGoogleCloud #Qwiklabs #googlecloud #CloudwaliDiwali #Halloween_Challenge
- published: 16 Jan 2023
- views: 4497
2:33
Bash in 100 Seconds
Bash is the command line shell that you encounter when you open the terminal on most Unix operating systems, like MacOS and Linux. Learn how to create your own ...
Bash is the command line shell that you encounter when you open the terminal on most Unix operating systems, like MacOS and Linux. Learn how to create your own bash scripts to automate tasks on your computer.
#linux #compsci #100SecondsOfCode
🔗 Resources
Bash Reference https://www.gnu.org/software/bash/manual/bash.html
Unix Shell History https://developer.ibm.com/tutorials/l-linux-shells/
Linux File System Explained https://youtu.be/42iQKuQodW4
🔥 Watch more with Fireship PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
📖 Topics Covered
- Bash Programming Tutorial
- Linux Command Line Basics
- Bash Scripting
- History of Unix Shells
- Learn to Code with Bash
https://wn.com/Bash_In_100_Seconds
Bash is the command line shell that you encounter when you open the terminal on most Unix operating systems, like MacOS and Linux. Learn how to create your own bash scripts to automate tasks on your computer.
#linux #compsci #100SecondsOfCode
🔗 Resources
Bash Reference https://www.gnu.org/software/bash/manual/bash.html
Unix Shell History https://developer.ibm.com/tutorials/l-linux-shells/
Linux File System Explained https://youtu.be/42iQKuQodW4
🔥 Watch more with Fireship PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
📖 Topics Covered
- Bash Programming Tutorial
- Linux Command Line Basics
- Bash Scripting
- History of Unix Shells
- Learn to Code with Bash
- published: 23 Aug 2021
- views: 1631604
17:02
Rajesh Rao: Computing a Rosetta Stone for the Indus script
http://www.ted.com Rajesh Rao is fascinated by "the mother of all crossword puzzles": How to decipher the 4000 year old Indus script. At TED 2011 he tells how h...
http://www.ted.com Rajesh Rao is fascinated by "the mother of all crossword puzzles": How to decipher the 4000 year old Indus script. At TED 2011 he tells how he is enlisting modern computational techniques to read the Indus language, the key piece to understanding this ancient civilization.
TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world's leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the "Sixth Sense" wearable tech, and "Lost" producer JJ Abrams on the allure of mystery. TED stands for Technology, Entertainment, Design, and TEDTalks cover these topics as well as science, business, development and the arts. Closed captions and translated subtitles in a variety of languages are now available on TED.com, at http://www.ted.com/translate.
https://wn.com/Rajesh_Rao_Computing_A_Rosetta_Stone_For_The_Indus_Script
http://www.ted.com Rajesh Rao is fascinated by "the mother of all crossword puzzles": How to decipher the 4000 year old Indus script. At TED 2011 he tells how he is enlisting modern computational techniques to read the Indus language, the key piece to understanding this ancient civilization.
TEDTalks is a daily video podcast of the best talks and performances from the TED Conference, where the world's leading thinkers and doers give the talk of their lives in 18 minutes. Featured speakers have included Al Gore on climate change, Philippe Starck on design, Jill Bolte Taylor on observing her own stroke, Nicholas Negroponte on One Laptop per Child, Jane Goodall on chimpanzees, Bill Gates on malaria and mosquitoes, Pattie Maes on the "Sixth Sense" wearable tech, and "Lost" producer JJ Abrams on the allure of mystery. TED stands for Technology, Entertainment, Design, and TEDTalks cover these topics as well as science, business, development and the arts. Closed captions and translated subtitles in a variety of languages are now available on TED.com, at http://www.ted.com/translate.
- published: 28 Jun 2011
- views: 1201902
2:10:39
R Programming Tutorial - Learn the Basics of Statistical Computing
Learn the R programming language in this tutorial course. This is a hands-on overview of the statistical programming language R, one of the most important tools...
Learn the R programming language in this tutorial course. This is a hands-on overview of the statistical programming language R, one of the most important tools in data science.
💻Course Files: https://drive.google.com/drive/folders/15U8WjVKbYXaq6N6Wb_6bCr9QZ1DwCkAO
💻 Course created by Barton Poulson from datalab.cc.
🔗 Check out the datalab.cc YouTube channel: https://www.youtube.com/user/datalabcc
🔗 Watch more free data science courses at http://datalab.cc/
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Welcome
⌨️ (0:02:20) Installing R
⌨️ (0:07:17) RStudio
⌨️ (0:11:52) Packages
⌨️ (0:19:16) plot()
⌨️ (0:27:49) Bar Charts
⌨️ (0:32:10) Histograms
⌨️ (0:39:44) Scatterplots
⌨️ (0:44:39) Overlaying Plots
⌨️ (0:52:30) summary()
⌨️ (0:55:49) describe()
⌨️ (1:00:17) Selecting Cases
⌨️ (1:06:14) Data Formats
⌨️ (1:21:39) Factors
⌨️ (1:28:34) Entering Data
⌨️ (1:34:18) Importing Data
⌨️ (1:42:29) Hierarchical Clustering
⌨️ (1:49:35) Principal Components
⌨️ (1:59:16) Regression
⌨️ (2:08:36) Next Steps
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://www.freecodecamp.org/news
https://wn.com/R_Programming_Tutorial_Learn_The_Basics_Of_Statistical_Computing
Learn the R programming language in this tutorial course. This is a hands-on overview of the statistical programming language R, one of the most important tools in data science.
💻Course Files: https://drive.google.com/drive/folders/15U8WjVKbYXaq6N6Wb_6bCr9QZ1DwCkAO
💻 Course created by Barton Poulson from datalab.cc.
🔗 Check out the datalab.cc YouTube channel: https://www.youtube.com/user/datalabcc
🔗 Watch more free data science courses at http://datalab.cc/
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Welcome
⌨️ (0:02:20) Installing R
⌨️ (0:07:17) RStudio
⌨️ (0:11:52) Packages
⌨️ (0:19:16) plot()
⌨️ (0:27:49) Bar Charts
⌨️ (0:32:10) Histograms
⌨️ (0:39:44) Scatterplots
⌨️ (0:44:39) Overlaying Plots
⌨️ (0:52:30) summary()
⌨️ (0:55:49) describe()
⌨️ (1:00:17) Selecting Cases
⌨️ (1:06:14) Data Formats
⌨️ (1:21:39) Factors
⌨️ (1:28:34) Entering Data
⌨️ (1:34:18) Importing Data
⌨️ (1:42:29) Hierarchical Clustering
⌨️ (1:49:35) Principal Components
⌨️ (1:59:16) Regression
⌨️ (2:08:36) Next Steps
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://www.freecodecamp.org/news
- published: 06 Jun 2019
- views: 4428474
11:19
How to host python script on google cloud for free
We face difficulties when we need to run a file or program whole time and and we can not run them on our personal computers as we barely open them once in day s...
We face difficulties when we need to run a file or program whole time and and we can not run them on our personal computers as we barely open them once in day so it is not possible to run the program on our pc.
So in this video i am explanning how to host a python script on google cloud platform for free which will run 24x7.
https://wn.com/How_To_Host_Python_Script_On_Google_Cloud_For_Free
We face difficulties when we need to run a file or program whole time and and we can not run them on our personal computers as we barely open them once in day so it is not possible to run the program on our pc.
So in this video i am explanning how to host a python script on google cloud platform for free which will run 24x7.
- published: 31 Jan 2021
- views: 21636
4:40
How exactly does binary code work? - José Américo N L F de Freitas
Check out our Patreon page: https://www.patreon.com/teded
View full lesson: https://ed.ted.com/lessons/how-exactly-does-binary-code-work-jose-americo-n-l-f-fre...
Check out our Patreon page: https://www.patreon.com/teded
View full lesson: https://ed.ted.com/lessons/how-exactly-does-binary-code-work-jose-americo-n-l-f-freitas
Imagine trying to use words to describe every scene in a film, every note in a song, or every street in your town. Now imagine trying to do it using only the numbers 1 and 0. Every time you use the Internet to watch a movie, listen to music, or check directions, that’s exactly what your device is doing, using the language of binary code. José Américo N L F de Freitas explains how binary works.
Lesson by José Américo N L F de Freitas, animation by Qa'ed Mai.
Thank you so much to our patrons for your support! Without you this video would not be possible! Bev Millar, Rishi Pasham, Jhuval, SookKwan Loong, Daniel Day, Nick Johnson, Bruno Pinho, Javier Aldavaz, Rodrigo Carballo, Marc Veale, Boytsov Ilya, maxi kobi einy, Misaki Sato, Craig Sheldon, Andrew Bosco, Catherine Sverko, Nik Maier, Mark Morris, Tamás Drávai, Adi V, Peter Liu, Leora Allen, Hiroshi Uchiyama, Michal Salman, Julie Cummings-Debrot, Gilly , Ka-Hei Law, Maya Toll, Aleksandar Srbinovski, Ricardo Rendon Cepeda, Renhe Ji, Andrés Melo Gámez, Tim Leistikow, Moonlight , Shawar Khan, Chris, Megan Douglas, Barbara Smalley, Filip Dabrowski, Joe Giamartino, Clair Chen, Vik Nagjee, Karen Goepen-Wee, Della Palacios, and Bah Becerra.
https://wn.com/How_Exactly_Does_Binary_Code_Work_José_Américo_N_L_F_De_Freitas
Check out our Patreon page: https://www.patreon.com/teded
View full lesson: https://ed.ted.com/lessons/how-exactly-does-binary-code-work-jose-americo-n-l-f-freitas
Imagine trying to use words to describe every scene in a film, every note in a song, or every street in your town. Now imagine trying to do it using only the numbers 1 and 0. Every time you use the Internet to watch a movie, listen to music, or check directions, that’s exactly what your device is doing, using the language of binary code. José Américo N L F de Freitas explains how binary works.
Lesson by José Américo N L F de Freitas, animation by Qa'ed Mai.
Thank you so much to our patrons for your support! Without you this video would not be possible! Bev Millar, Rishi Pasham, Jhuval, SookKwan Loong, Daniel Day, Nick Johnson, Bruno Pinho, Javier Aldavaz, Rodrigo Carballo, Marc Veale, Boytsov Ilya, maxi kobi einy, Misaki Sato, Craig Sheldon, Andrew Bosco, Catherine Sverko, Nik Maier, Mark Morris, Tamás Drávai, Adi V, Peter Liu, Leora Allen, Hiroshi Uchiyama, Michal Salman, Julie Cummings-Debrot, Gilly , Ka-Hei Law, Maya Toll, Aleksandar Srbinovski, Ricardo Rendon Cepeda, Renhe Ji, Andrés Melo Gámez, Tim Leistikow, Moonlight , Shawar Khan, Chris, Megan Douglas, Barbara Smalley, Filip Dabrowski, Joe Giamartino, Clair Chen, Vik Nagjee, Karen Goepen-Wee, Della Palacios, and Bah Becerra.
- published: 12 Jul 2018
- views: 1473790
15:32
Writing Code That Runs FAST on a GPU
In this video, we talk about how why GPU's are better suited for parallelized tasks. We go into how a GPU is better than a CPU at certain tasks. Finally, we set...
In this video, we talk about how why GPU's are better suited for parallelized tasks. We go into how a GPU is better than a CPU at certain tasks. Finally, we setup the NVIDIA CUDA programming packages to use the CUDA API in Visual Studio.
GPUs are a great platform to executed code that can take advantage of hyper parallelization. For example, in this video we show the difference between adding vectors on a CPU versus adding vectors on a GPU. By taking advantage of the CUDA parallelization framework, we can do mass addition in parallel.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
https://wn.com/Writing_Code_That_Runs_Fast_On_A_Gpu
In this video, we talk about how why GPU's are better suited for parallelized tasks. We go into how a GPU is better than a CPU at certain tasks. Finally, we setup the NVIDIA CUDA programming packages to use the CUDA API in Visual Studio.
GPUs are a great platform to executed code that can take advantage of hyper parallelization. For example, in this video we show the difference between adding vectors on a CPU versus adding vectors on a GPU. By taking advantage of the CUDA parallelization framework, we can do mass addition in parallel.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
- published: 10 Jul 2021
- views: 425796
14:24
Dockerize Python script and deploy to Google Compute Engine (GCE)
In this video we are going to write a trivial Python script, create a Docker image out of it and then deploy it to Google Compute Engine (GCE). We are also goin...
In this video we are going to write a trivial Python script, create a Docker image out of it and then deploy it to Google Compute Engine (GCE). We are also going to add Stackdriver logging to the script.
Source code:
https://vladsave.com/?p=231
Business website:
https://vladsave.com
Chapters
00:00 Introduction
00:13 Writing the Python script
01:26 Add Stackdriver logging
04:54 Dockerize the script
07:00 Push the Docker image to Google Cloud
10:20 Deploy the image to Compute Engine
12:50 Read the instance logs in Stackdriver
https://wn.com/Dockerize_Python_Script_And_Deploy_To_Google_Compute_Engine_(Gce)
In this video we are going to write a trivial Python script, create a Docker image out of it and then deploy it to Google Compute Engine (GCE). We are also going to add Stackdriver logging to the script.
Source code:
https://vladsave.com/?p=231
Business website:
https://vladsave.com
Chapters
00:00 Introduction
00:13 Writing the Python script
01:26 Add Stackdriver logging
04:54 Dockerize the script
07:00 Push the Docker image to Google Cloud
10:20 Deploy the image to Compute Engine
12:50 Read the instance logs in Stackdriver
- published: 28 Mar 2022
- views: 9828
21:26
Ex05 Batch computing - running a script on LOTUS - Solutions and Discussion
The solutions and discussion video for exercise 5 in the JASMIN workshop materials.
All workshop materials can be found here: https://github.com/cedadev/jasmi...
The solutions and discussion video for exercise 5 in the JASMIN workshop materials.
All workshop materials can be found here: https://github.com/cedadev/jasmin-workshop
https://wn.com/Ex05_Batch_Computing_Running_A_Script_On_Lotus_Solutions_And_Discussion
The solutions and discussion video for exercise 5 in the JASMIN workshop materials.
All workshop materials can be found here: https://github.com/cedadev/jasmin-workshop
- published: 04 Mar 2021
- views: 286