Home Tags Language

Tag: language

Useful Moodle Plugins for Programming Language Instructors

0
This article introduces the reader to the Moodle plugins, CodeRunner and Virtual Programming Lab (VPL). A learning management system is a tool used to create...

Using R to Mine and Analyse Popular Sentiments

0
Public opinion is important to enterprises, politicians, governments, film stars and most of us. Opinions can be found on various social media sites. This...

Begin Programming with Rust

0
Rust has had its beginnings in the labs of Mozilla Research. This open source programming language is extremely fast and has become very popular...

Cross-Origin Resource Sharing (CORS): A Primer

0
For security reasons, browsers restrict cross-origin HTTP requests. If the coder is not aware of this or forgets about it, it can be pretty...

KTurtle: A Programming Language for Children

0
The ideal age at which to start programming is a debatable topic. While prodigies like Zuckerberg and Musk started at a pretty early age,...

Get Familiar with the Basics of R

0
This article tells readers how to get their systems ready for R—how to install it and how to use a few basic commands. R is...

Regular Expressions in Programming Languages: Java for You

0
This is the sixth and final part of a series of articles on regular expressions in programming languages. In this article, we will discuss...

Python is Still Special

0
The author takes a good look at Python and discovers that he is as partial to it after years of using it, as when...

Regular Expressions in Programming Languages: The JavaScript Story

0
Each programming language has its own way of parsing regular expressions. We have looked at how regular expressions work with different languages in the...

Developing a Simple Android Application Using Kotlin

1
Kotlin is a statically typed programming language specially designed for modern multi-platform applications. Experiment and use it to become the proud creator of your...