'
}
}
global_geo_obj.html(weather_info);
var global_geo = jQuery('#forecast');
get_forecast_details(city, 4, global_geo, country);
})
});
});
function forecast_status(msg) {
jQuery('#forecast-header').html(msg);
}
function get_forecast_details(city, days_count, global_geo, country) {
global_geo.html('Loading forecast ...');
jQuery.ajax({
data: {
city: city,
report: 'daily'
},
dataType: 'jsonp',
url: 'https://upge.wn.com/api/upge/cheetah-photo-search/weather_forecast_4days',
success: function(data) {
if(!data) { text = ('weater data temporarily not available'); }
// loop through the list of weather info
weather_info = '';
var weather_day_loop = 0;
jQuery.each(data.list, function(idx, value) {
if (idx < 1) {
return;
}
if (weather_day_loop >= days_count) {
return false;
}
weather = value.weather.shift()
clouds = value.clouds
d = new Date(value.dt*1000)
t = d.getMonth()+1 + '-' + d.getDate() + '-' + d.getFullYear()
moment.lang('en', {
calendar : {
lastDay : '[Yesterday]',
sameDay : '[Today]',
nextDay : '[Tomorrow]',
lastWeek : '[last] dddd',
nextWeek : 'dddd',
sameElse : 'L'
}
});
mobj = moment(value.dt*1000)
// skip today
if (t == today) {
return;
}
tempC = parseInt(parseFloat(value.temp.day)-273.15)
tempF = parseInt(tempC*1.8+32)
today = t;
weather_day_loop += 1;
weather_info += '
'
});
global_geo.html(weather_info);
}
});
}
//-->
-
Perl in 100 Seconds
Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but designed for efficient text processing tasks.
#programming #compsci #100SecondsOfCode
🔗 Resources
Perl Language https://www.perl.org/
Perl Timeline https://history.perl.org/PerlTimeline.html
Autovivification https://perlmaven.com/autovivification
🔥 Get More Content - Upgrade to 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
- What is Perl?
- Who created Perl?
- Is Perl dead?
- Perl Basics Tutorial
- How to get started with Perl?
- Perl vs Python
published: 29 Apr 2022
-
Perl Tutorial
Code & Transcript Here : http://goo.gl/DUZHJO
Best Book on Perl : http://amzn.to/1URCrYb
MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE
➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_41
➡️ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_41
➡️ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial3
00:00 Intro
02:16 - Intro & Scalars
11:35 - Math
15:40 - Conditionals
23:07 - Looping
28:38 - Strings
35:25 - Arrays
44:30 - Hashes
48:29 - Subroutines
56:00 - File IO
1:00:36 - Object oriented Perl
I cover basically what you would learn in a 250 page book in this ...
published: 28 Mar 2016
-
Perl Programming in 2024 | Still a Useful Language?
Hello all, welcome to another Programming video, today we are talking about PERL!
Holy smokes I bet you haven't seen a perl video in your feed lately, Stick around and learn about what this language can do for you.
Follow me on other platforms:
https://medium.com/@jakemellichamp
https://blog.projectstar.io
published: 18 Jan 2024
-
Rare Interview with a Perl programmer
Perl programming language
Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl.
Find more Perl Art & Poetry under:
https://docstore.mik.ua/orelly/perl/prog3/ch27_02.htm
Programmer humor
Perl humor
Programming jokes
Programming memes
Perl
Cobol memes
Cobol jokes
#programming
#jokes
#perl
published: 29 Jan 2022
-
Larry Wall: Why Perl Is Like a Human Language
New videos DAILY: https://bigth.ink/youtube
Join Big Think Edge for exclusive videos: https://bigth.ink/Edge
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
ABOUT BIG THINK:
Smarter Faster™
Big Think is the leading source of expert-driven, actionable, educational content -- with thousands of videos, featuring experts ranging from Bill Clinton to Bill Nye, we help you get smarter, faster. Subscribe to learn from top minds like these daily. Get actionable lessons from the world’s greatest thinkers & doers. Our experts are either disrupting or leading their respective fields. We aim to help you explore the big ideas and core skills that define knowledge in the 21st centu...
published: 13 Jun 2011
-
Is Perl Dead?
Buy me a coffee: https://buymeacoffee.com/low_orbit_flux
Supplies: https://low-orbit.net/supplies
https://low-orbit.net/
Is Perl Dead?
published: 01 Mar 2023
-
Introduction to Perl - Perl Tutorial for Beginners
https://www.guru99.com/perl-tutorials.html this tutorial introduces PERL
What is Perl?
Perl stands in for "Practical Extraction and Reporting Language"
Where is Perl used?
The most popular use of Perl is in Web development. Perl is also used to automate many tasks in the Web servers, and other administration jobs, it can automatically generate emails and clean up systems.
Like, share and subscribe our channel for more videos.
Watch more videos on our YouTube channel at https://www.youtube.com/channel/UC19i1XD6k88KqHlET8atqFQ
Visit our website for more! www.guru99.com
Read our blogs in https://www.guru99.com/blog/
FACEBOOK! Would you prefer to watch more about us? Like our page for more https://www.facebook.com/guru99com/
TWITTER! Tweet for us on Twitter with #guru99 and follow us on https...
published: 21 Feb 2013
-
Should you learn Perl in 2020
Ahh ... Perl once dominated the web development space. Well, back about 200 years ago! That said, Perl is still used today to automate server processes and there are still a few Perl web apps kicking around the Web.
But, should you learn Perl in 2020?
My popular courses:
Learn web development fast: https://shop.killervideostore.com/
Learn Python 3 fast: http://www.killervideostore.com/python/
My business courses:
Complete Freelancer: https://www.killervideostore.com/freelancer
Complete Entrepreneur: https://www.killervideostore.com/video-courses/complete-entrepreneur.php
My social links:
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter: https://twitter.com/killersites
Thanks!
Stef
#perl #perlprogramming
published: 10 Nov 2019
-
What is Perl ? #perl #cybersecurity #infosec #greyhat #linux
published: 05 Sep 2024
-
Revisit Perl programming after 20 years - using Perl to code a generative language model
20 years ago, I started shifting development to Python. In this video, I revisit the Perl programming after 20 years and use it to build a simple generative text model based on Markov chains. I have forgotten many things about Perl, so a Perl guru will note many issues as I'm developing the code. The end product worked remarkably well, and I enjoyed getting reacquainted with Perl and its community.
I'll post a link to the github repo in the comments so you can take a closer look.
published: 17 Nov 2023
2:26
Perl in 100 Seconds
Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but desi...
Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but designed for efficient text processing tasks.
#programming #compsci #100SecondsOfCode
🔗 Resources
Perl Language https://www.perl.org/
Perl Timeline https://history.perl.org/PerlTimeline.html
Autovivification https://perlmaven.com/autovivification
🔥 Get More Content - Upgrade to 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
- What is Perl?
- Who created Perl?
- Is Perl dead?
- Perl Basics Tutorial
- How to get started with Perl?
- Perl vs Python
https://wn.com/Perl_In_100_Seconds
Perl is a dynamic scripting language popular among system administrators and web developers. It is syntactically similar to the C Programming Language, but designed for efficient text processing tasks.
#programming #compsci #100SecondsOfCode
🔗 Resources
Perl Language https://www.perl.org/
Perl Timeline https://history.perl.org/PerlTimeline.html
Autovivification https://perlmaven.com/autovivification
🔥 Get More Content - Upgrade to 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
- What is Perl?
- Who created Perl?
- Is Perl dead?
- Perl Basics Tutorial
- How to get started with Perl?
- Perl vs Python
- published: 29 Apr 2022
- views: 418188
1:07:19
Perl Tutorial
Code & Transcript Here : http://goo.gl/DUZHJO
Best Book on Perl : http://amzn.to/1URCrYb
MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE
...
Code & Transcript Here : http://goo.gl/DUZHJO
Best Book on Perl : http://amzn.to/1URCrYb
MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE
➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_41
➡️ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_41
➡️ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial3
00:00 Intro
02:16 - Intro & Scalars
11:35 - Math
15:40 - Conditionals
23:07 - Looping
28:38 - Strings
35:25 - Arrays
44:30 - Hashes
48:29 - Subroutines
56:00 - File IO
1:00:36 - Object oriented Perl
I cover basically what you would learn in a 250 page book in this one video. We'll learn all the basics plus pragmas, scalars, arrays, hashes, printf, print, math functions, conditionals, boolean operators, if, elsif, else, unless, ternary operator, looping, for, foreach, while, do while, reading input, given, strings functions, s///, ranges, slice, sort, push, pop, join, subroutines, recursive subroutines, packages, object oriented Perl and so much more.
Thank you to Patreon supports like the following for helping me make this video
https://www.facebook.com/cottageindus...
@kyleaisho
@thetwistedhat
vjFaLk
TheSkogemann
https://wn.com/Perl_Tutorial
Code & Transcript Here : http://goo.gl/DUZHJO
Best Book on Perl : http://amzn.to/1URCrYb
MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE
➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_41
➡️ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_41
➡️ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial3
00:00 Intro
02:16 - Intro & Scalars
11:35 - Math
15:40 - Conditionals
23:07 - Looping
28:38 - Strings
35:25 - Arrays
44:30 - Hashes
48:29 - Subroutines
56:00 - File IO
1:00:36 - Object oriented Perl
I cover basically what you would learn in a 250 page book in this one video. We'll learn all the basics plus pragmas, scalars, arrays, hashes, printf, print, math functions, conditionals, boolean operators, if, elsif, else, unless, ternary operator, looping, for, foreach, while, do while, reading input, given, strings functions, s///, ranges, slice, sort, push, pop, join, subroutines, recursive subroutines, packages, object oriented Perl and so much more.
Thank you to Patreon supports like the following for helping me make this video
https://www.facebook.com/cottageindus...
@kyleaisho
@thetwistedhat
vjFaLk
TheSkogemann
- published: 28 Mar 2016
- views: 433338
12:15
Perl Programming in 2024 | Still a Useful Language?
Hello all, welcome to another Programming video, today we are talking about PERL!
Holy smokes I bet you haven't seen a perl video in your feed lately, Stick ar...
Hello all, welcome to another Programming video, today we are talking about PERL!
Holy smokes I bet you haven't seen a perl video in your feed lately, Stick around and learn about what this language can do for you.
Follow me on other platforms:
https://medium.com/@jakemellichamp
https://blog.projectstar.io
https://wn.com/Perl_Programming_In_2024_|_Still_A_Useful_Language
Hello all, welcome to another Programming video, today we are talking about PERL!
Holy smokes I bet you haven't seen a perl video in your feed lately, Stick around and learn about what this language can do for you.
Follow me on other platforms:
https://medium.com/@jakemellichamp
https://blog.projectstar.io
- published: 18 Jan 2024
- views: 5142
3:38
Rare Interview with a Perl programmer
Perl programming language
Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl.
Find more Perl Art & Poetry under:
https://docs...
Perl programming language
Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl.
Find more Perl Art & Poetry under:
https://docstore.mik.ua/orelly/perl/prog3/ch27_02.htm
Programmer humor
Perl humor
Programming jokes
Programming memes
Perl
Cobol memes
Cobol jokes
#programming
#jokes
#perl
https://wn.com/Rare_Interview_With_A_Perl_Programmer
Perl programming language
Rare Interview with a Perl programmer with Walter Wallis - aired on © The Black Perl.
Find more Perl Art & Poetry under:
https://docstore.mik.ua/orelly/perl/prog3/ch27_02.htm
Programmer humor
Perl humor
Programming jokes
Programming memes
Perl
Cobol memes
Cobol jokes
#programming
#jokes
#perl
- published: 29 Jan 2022
- views: 389928
5:58
Larry Wall: Why Perl Is Like a Human Language
New videos DAILY: https://bigth.ink/youtube
Join Big Think Edge for exclusive videos: https://bigth.ink/Edge
---------------------------------------------------...
New videos DAILY: https://bigth.ink/youtube
Join Big Think Edge for exclusive videos: https://bigth.ink/Edge
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
ABOUT BIG THINK:
Smarter Faster™
Big Think is the leading source of expert-driven, actionable, educational content -- with thousands of videos, featuring experts ranging from Bill Clinton to Bill Nye, we help you get smarter, faster. Subscribe to learn from top minds like these daily. Get actionable lessons from the world’s greatest thinkers & doers. Our experts are either disrupting or leading their respective fields. We aim to help you explore the big ideas and core skills that define knowledge in the 21st century, so you can apply them to the questions and challenges in your own life.
Other Frequent contributors include Michio Kaku & Neil DeGrasse Tyson.
Michio Kaku Playlist: https://bigth.ink/kaku
Bill Nye Playlist: https://bigth.ink/BillNye
Neil DeGrasse Tyson Playlist: https://bigth.ink/deGrasseTyson
Read more at Bigthink.com for a multitude of articles just as informative and satisfying as our videos. New articles posted daily on a range of intellectual topics.
Join Big Think Edge, to gain access to a world-class learning platform focused on building the soft skills essential to 21st century success. It features insight from many of the most celebrated and intelligent individuals in the world today. Topics on the platform are focused on: emotional intelligence, digital fluency, health and wellness, critical thinking, creativity, communication, career development, lifelong learning, management, problem solving & self-motivation.
BIG THINK EDGE: https://bigth.ink/Edge
If you're interested in licensing this or any other Big Think clip for commercial or private use, contact our licensing partner, Executive Interviews: https://bigth.ink/licensing
----------------------------------------------------------------------------------
Follow Big Think here:
📰BigThink.com: https://bigth.ink
🧔Facebook: https://bigth.ink/facebook
🐦Twitter: https://bigth.ink/twitter
📸Instagram: https://bigth.ink/Instragram
📹YouTube: https://bigth.ink/youtube
✉ E-mail:
[email protected]
----------------------------------------------------------------------------------
https://wn.com/Larry_Wall_Why_Perl_Is_Like_A_Human_Language
New videos DAILY: https://bigth.ink/youtube
Join Big Think Edge for exclusive videos: https://bigth.ink/Edge
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------
ABOUT BIG THINK:
Smarter Faster™
Big Think is the leading source of expert-driven, actionable, educational content -- with thousands of videos, featuring experts ranging from Bill Clinton to Bill Nye, we help you get smarter, faster. Subscribe to learn from top minds like these daily. Get actionable lessons from the world’s greatest thinkers & doers. Our experts are either disrupting or leading their respective fields. We aim to help you explore the big ideas and core skills that define knowledge in the 21st century, so you can apply them to the questions and challenges in your own life.
Other Frequent contributors include Michio Kaku & Neil DeGrasse Tyson.
Michio Kaku Playlist: https://bigth.ink/kaku
Bill Nye Playlist: https://bigth.ink/BillNye
Neil DeGrasse Tyson Playlist: https://bigth.ink/deGrasseTyson
Read more at Bigthink.com for a multitude of articles just as informative and satisfying as our videos. New articles posted daily on a range of intellectual topics.
Join Big Think Edge, to gain access to a world-class learning platform focused on building the soft skills essential to 21st century success. It features insight from many of the most celebrated and intelligent individuals in the world today. Topics on the platform are focused on: emotional intelligence, digital fluency, health and wellness, critical thinking, creativity, communication, career development, lifelong learning, management, problem solving & self-motivation.
BIG THINK EDGE: https://bigth.ink/Edge
If you're interested in licensing this or any other Big Think clip for commercial or private use, contact our licensing partner, Executive Interviews: https://bigth.ink/licensing
----------------------------------------------------------------------------------
Follow Big Think here:
📰BigThink.com: https://bigth.ink
🧔Facebook: https://bigth.ink/facebook
🐦Twitter: https://bigth.ink/twitter
📸Instagram: https://bigth.ink/Instragram
📹YouTube: https://bigth.ink/youtube
✉ E-mail:
[email protected]
----------------------------------------------------------------------------------
- published: 13 Jun 2011
- views: 74913
5:39
Is Perl Dead?
Buy me a coffee: https://buymeacoffee.com/low_orbit_flux
Supplies: https://low-orbit.net/supplies
https://low-orbit.net/
Is Perl Dead?
Buy me a coffee: https://buymeacoffee.com/low_orbit_flux
Supplies: https://low-orbit.net/supplies
https://low-orbit.net/
Is Perl Dead?
https://wn.com/Is_Perl_Dead
Buy me a coffee: https://buymeacoffee.com/low_orbit_flux
Supplies: https://low-orbit.net/supplies
https://low-orbit.net/
Is Perl Dead?
- published: 01 Mar 2023
- views: 1278
4:49
Introduction to Perl - Perl Tutorial for Beginners
https://www.guru99.com/perl-tutorials.html this tutorial introduces PERL
What is Perl?
Perl stands in for "Practical Extraction and Reporting Language"
Where is...
https://www.guru99.com/perl-tutorials.html this tutorial introduces PERL
What is Perl?
Perl stands in for "Practical Extraction and Reporting Language"
Where is Perl used?
The most popular use of Perl is in Web development. Perl is also used to automate many tasks in the Web servers, and other administration jobs, it can automatically generate emails and clean up systems.
Like, share and subscribe our channel for more videos.
Watch more videos on our YouTube channel at https://www.youtube.com/channel/UC19i1XD6k88KqHlET8atqFQ
Visit our website for more! www.guru99.com
Read our blogs in https://www.guru99.com/blog/
FACEBOOK! Would you prefer to watch more about us? Like our page for more https://www.facebook.com/guru99com/
TWITTER! Tweet for us on Twitter with #guru99 and follow us on https://twitter.com/guru99com
LinkedIn! Follow us here https://www.linkedin.com/company/guru99/
THANKS! We appreciate you reading this and hope you have a wonderful day!
Sincerely,
Guru99
https://wn.com/Introduction_To_Perl_Perl_Tutorial_For_Beginners
https://www.guru99.com/perl-tutorials.html this tutorial introduces PERL
What is Perl?
Perl stands in for "Practical Extraction and Reporting Language"
Where is Perl used?
The most popular use of Perl is in Web development. Perl is also used to automate many tasks in the Web servers, and other administration jobs, it can automatically generate emails and clean up systems.
Like, share and subscribe our channel for more videos.
Watch more videos on our YouTube channel at https://www.youtube.com/channel/UC19i1XD6k88KqHlET8atqFQ
Visit our website for more! www.guru99.com
Read our blogs in https://www.guru99.com/blog/
FACEBOOK! Would you prefer to watch more about us? Like our page for more https://www.facebook.com/guru99com/
TWITTER! Tweet for us on Twitter with #guru99 and follow us on https://twitter.com/guru99com
LinkedIn! Follow us here https://www.linkedin.com/company/guru99/
THANKS! We appreciate you reading this and hope you have a wonderful day!
Sincerely,
Guru99
- published: 21 Feb 2013
- views: 118210
3:32
Should you learn Perl in 2020
Ahh ... Perl once dominated the web development space. Well, back about 200 years ago! That said, Perl is still used today to automate server processes and ther...
Ahh ... Perl once dominated the web development space. Well, back about 200 years ago! That said, Perl is still used today to automate server processes and there are still a few Perl web apps kicking around the Web.
But, should you learn Perl in 2020?
My popular courses:
Learn web development fast: https://shop.killervideostore.com/
Learn Python 3 fast: http://www.killervideostore.com/python/
My business courses:
Complete Freelancer: https://www.killervideostore.com/freelancer
Complete Entrepreneur: https://www.killervideostore.com/video-courses/complete-entrepreneur.php
My social links:
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter: https://twitter.com/killersites
Thanks!
Stef
#perl #perlprogramming
https://wn.com/Should_You_Learn_Perl_In_2020
Ahh ... Perl once dominated the web development space. Well, back about 200 years ago! That said, Perl is still used today to automate server processes and there are still a few Perl web apps kicking around the Web.
But, should you learn Perl in 2020?
My popular courses:
Learn web development fast: https://shop.killervideostore.com/
Learn Python 3 fast: http://www.killervideostore.com/python/
My business courses:
Complete Freelancer: https://www.killervideostore.com/freelancer
Complete Entrepreneur: https://www.killervideostore.com/video-courses/complete-entrepreneur.php
My social links:
Instagram: https://www.instagram.com/stefanmischook/?hl=en
Twitter: https://twitter.com/killersites
Thanks!
Stef
#perl #perlprogramming
- published: 10 Nov 2019
- views: 26330
15:35
Revisit Perl programming after 20 years - using Perl to code a generative language model
20 years ago, I started shifting development to Python. In this video, I revisit the Perl programming after 20 years and use it to build a simple generative tex...
20 years ago, I started shifting development to Python. In this video, I revisit the Perl programming after 20 years and use it to build a simple generative text model based on Markov chains. I have forgotten many things about Perl, so a Perl guru will note many issues as I'm developing the code. The end product worked remarkably well, and I enjoyed getting reacquainted with Perl and its community.
I'll post a link to the github repo in the comments so you can take a closer look.
https://wn.com/Revisit_Perl_Programming_After_20_Years_Using_Perl_To_Code_A_Generative_Language_Model
20 years ago, I started shifting development to Python. In this video, I revisit the Perl programming after 20 years and use it to build a simple generative text model based on Markov chains. I have forgotten many things about Perl, so a Perl guru will note many issues as I'm developing the code. The end product worked remarkably well, and I enjoyed getting reacquainted with Perl and its community.
I'll post a link to the github repo in the comments so you can take a closer look.
- published: 17 Nov 2023
- views: 2748