Programming Leftovers
-
2023-03-04 Matt Brown: Retrospective: Feb 2023
-
2023-03-02 Niepce February 2023 updates
-
20 more text tools
Last week we added 50 new text tools. This week we added 20 more tools to our Online Text Tools collection. All traffic pls come all user pls buy sub.
-
Dataviz with R and ggplot: Using colour and annotations for effective story telling workshop
Learn how to fit use annotations and colors in your ggplot plots! Join our workshop on Dataviz with R and ggplot: Using colour and annotations for effective story telling which is a part of our workshops for Ukraine series.
-
Using R in an High Performance Computing environment
In a common workflow when programming with R one only deals with a Desktop machine or a Laptop, for instance.
-
2023-03-03 This week in PSC (099)
-
How to Back Up A MySQL Database With Java
In case you have wondered how to back up a MySQL database using Java code, here is one way to do it: This program uses the mysqldump command to create a backup of a MySQL database, and saves the backup to a specified directory with a timestamped filename.
-
How to Write Console Programs In Java
Console programs in Java can be easily written using System.out.println for output and Scanner for input.
-
How to Write Clean, Unobfuscated Code in Java
Writing clean, easy-to-read code in Java is important for improving code readability, maintainability, and overall quality. Here are some tips for writing clean, unobfuscated code in Java: Here is an example: This class represents a person and contains two private fields: name and age.
-
How to Write Obfuscated Java Code
To some people obfuscating programming code, including Java, means: Of course, obfuscating code is a terrible idea and usually means exactly the opposite to the above bullets, i.e. that the person who wrote it is easily replaceable and far from smart.