9 Best Articles in 2022
bleepingcomputer.com
Microsoft Considers Adding Python as an Official Scripting Language to Excel
bleepingcomputer.com
4 min read · From 2017 · Microsoft is considering adding Python as one of the official Excel scripting languages, according to a topic on Excel's feedback hub opened last month.
Shared by 49, including Matthew Turland, Nico Müller 🇺🇦, Pete Skomoroch, Kemal Ogün Işık, Dayyan Smith, Tibor Martini 🇺🇦
deno.land
Deno 1.0
deno.land
9 min read · From 2020 · Dynamic languages are useful tools. Scripting allows users to rapidly and succinctly tie together complex systems and express ideas without worrying about details like memory management or build…
Reader View · Shared by 199, including Ahrbil, Guillermo Rauch, Simeon.__proto__ - BLM, Dion Almaer, Brian LeRoux, Stan Chollet, Simone Corsi 💻🚀, Devon Govett, Christophe Jean, Rob Dodson, Nico Müller 🇺🇦, Chris {he, they}, Chris Heilmann, Axel Rauschmayer, Zain Fathoni, Yoav Ganbar, Joe Lencioni, Kent C. Dodds 💿 #RemixConf, Henrik Joreteg, Jake Wharton
Cloudflare
Using Go as a scripting language in Linux
Cloudflare
6 min read · From 2018 · At Cloudflare we like Go. We use it in many in-house software projects as well as parts of bigger pipeline systems. But can we take Go to the next level and use it as a scripting language for our…
Reader View · Shared by 60, including Hans Bickhofe, Oleg Baskov, yawniek, Golang News 📰, Simone Corsi 💻🚀, A thinking meat
freeCodeCamp.org
The Nine Most Common Mistakes Developers Make in JavaScript (and How to Fix Them)
freeCodeCamp.org
7 min read · 2020-06-26 · JavaScript is a scripting language [https://en.wikipedia.org/wiki/Scripting_language] used in webpages to add functionality and interactivity. For a beginner coming from a different programming…
Reader View · Shared by 115, including Luis Bravo, Philipp Laurim, 6clicks | John Robert-Nicoud, rohit
Chrome Developers
Mitigate cross-site scripting (XSS) with a strict Content Security Policy (CSP)
Chrome Developers
~12 min read · 2021-03-16 · Learn how to deploy a CSP based on script nonces or hashes as a defense-in-depth against cross-site scripting.
Reader View · Shared by 25, including Thomas Eichmann, Marius Bleuer, lacolaco / Suguru Inatomi, Oliver Raduner
freeCodeCamp.org
What exactly can you do with Python? Here are Python’s 3 main applications.
freeCodeCamp.org
10 min read · From 2018 · The most common applications of Python are: web development, scripting, machine learning, and data analysis / data visualization.
Reader View · Shared by 69, including Thomas Power, Stephanie A Kowalski, Yash Tekriwal, Luis Bravo
jvns.ca
Bash scripting quirks & safety tips
jvns.ca
8 min read · From 2017
Reader View · Shared by 21, including Nils Hitze, Bryan Onel, Matthew Turland
mrchatbot.com
Mr. Chatbot | Chat bot for online shops with no coding and scripting required
mrchatbot.com
1 min read · From 2016 · Chat bot for online shops with no coding and scripting
Shared by 17, including Chris Messina, Philipp Laurim, Marc Hofer
wordfence.com
Reflected XSS in Header Footer Code Manager
wordfence.com
3 min read · Feb 23rd · On February 15, 2022, the Wordfence Threat Intelligence team responsibly disclosed a reflected Cross-Site Scripting (XSS) vulnerability in Header Footer Code Manager, a WordPress plugin with over…
Reader View · Shared by 53
Trending
tiborshanto.com
Scripting Your Way To Success
tiborshanto.com
1 min read · Apr 12th · Knowing what to say and why is a good thing in sales, don't let people distract you from prospecting scripting your way to success.
Reader View · Shared by 9, including Tibor Shanto, ANTHONY IANNARINO 🇺🇸, Mike Kunkle
freeCodeCamp.org
Shell Scripting for Beginners – How to Write Bash Scripts in Linux
freeCodeCamp.org
8 min read · Apr 1st · Shell scripting is an important part of process automation in Linux. Scripting helps you write a sequence of commands in a file and then execute them. This saves you time because you don't have to…
Reader View · Shared by 8
snowflake.com
What You Need to Know About Scripting in SQL with Snowflake
snowflake.com
1 min read · May 22nd · What You Need to Know About Scripting in SQL with Snowflake What You Need to Know About Scripting in SQL with Snowflake - Snowflake Scripting is generally available, and you can create scripts and…
Shared by 6, including Steven J. Vaughan-Nichols
MacStories
UI Browser for macOS to Be Retired in October 2022
MacStories
2 min read · May 4th · Longtime MacStories readers may be familiar with UI Browser, an incredible scripting tool for macOS created by Bill Cheeseman. UI Browser lets you discover the AppleScript structure of an app’s menu…
Reader View · Shared by 11, including John Voorhees, Federico Viticci
More like this
Google Developers
Trusted Types help prevent Cross-Site Scripting
Google Developers
6 min read · From 2019 · Trusted Types is a new experimental API available in Chrome that helps prevent DOM-Based Cross-Site Scripting in your applications.
Reader View · Shared by 16, including Simone Corsi 💻🚀
devhints.io
Bash scripting cheatsheet
devhints.io
6 min read · From 2017 · Variables · Functions · Interpolation · Brace expansions · Loops · Conditional execution · Command substitution · One-page guide to Bash scripting
Reader View · Shared by 25, including Balda, ἀποκαραδοκία
hyperpolyglot.org
Programming Languages
hyperpolyglot.org
1 min read · From 2015 · Programming Languages commonly used features in a side-by-side format Scripting Languages I: Node.js, PHP, Python, Ruby Scripting Languages II: Perl, Lua, Groovy GUI Scripting: JavaScript, Smalltalk,…
Reader View · Shared by 37, including René Clausen Nielsen, Will Hoag 🏔‼️, Matthew Turland, Mohamed JEBLI, Brian, Cameron Yick, Александр Трофимов
tldp.org
Advanced Bash-Scripting Guide
tldp.org
1 min read · From 2015
Shared by 22, including Stephen C Sanders, Paulo Gaspar, Matthew Turland, Navjeet Chabbewal
MDN Web Docs
JavaScript | MDN
MDN Web Docs
8 min read · From 2015 · JavaScript (JS) is a lightweight, interpreted, programming language with first-class functions. Most well-known as the scripting language for Web pages, many non-browser environments also use it, such as node.js and Apache CouchDB. JS is a prototype-based, multi-paradigm, dynamic scripting language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.
Reader View · Shared by 40, including Yoav Ganbar, Marcos, Kent C. Dodds 💿 #RemixConf, Zain Fathoni, Notch
blog.danslimmon.com
Do-nothing scripting: the key to gradual automation
blog.danslimmon.com
2 min read · From 2019 · Every ops team has some manual procedures that they haven’t gotten around to automating yet. Toil can never be totally eliminated. Very often, the biggest toil center for a team at a growing …
Reader View · Shared by 45, including Chris {he, they}
craftinginterpreters.com
Crafting Interpreters
craftinginterpreters.com
1 min read · From 2019 · A handbook for making programming languages. This book contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and…
Reader View · Shared by 37, including Chris Coyier, Alex J. Champandard, Ben Porter, Arin Basu, rohit
xss-game.appspot.com
XSS game
xss-game.appspot.com
1 min read · From 2014 · Cross-site scripting (XSS) bugs are one of the most common and dangerous types of vulnerabilities in Web applications. These nasty buggers can allow your enemies to steal or modify user data in your…
Reader View · Shared by 37, including Zain Fathoni, Bryan Onel, Pascal Birchler, Vincent Liu
github.com
t-mw/throne: Scripting language for game prototyping and story logic
github.com
2021-07-24 · Scripting language for game prototyping and story logic - GitHub - t-mw/throne: Scripting language for game prototyping and story logic
Shared by 10, including Florian Hanke 🍎