Seth's blog

mostly about tech

Menu Skip to content
  • Home

Category: Programming

November 22, 2022November 22, 2022 herendsg01

How to create an empty array of a specified size in Kotlin:

November 12, 2022November 12, 2022 herendsg01

Reversing an array of arrays in Java

March 7, 2022 herendsg01

Kotlin and lambda functions: A few examples

July 27, 2021July 27, 2021 herendsg01

Defeating Concurrent Modification Exceptions (CME) in Java

March 8, 2021March 8, 2021 herendsg01

Handling MySql datetime types in Java

August 23, 2020August 23, 2020 herendsg01

The odyssey of attempting to serialize json arrays to CSV file format in Java

April 25, 2020April 25, 2020 herendsg01

Serializing objects to binary files in Java 11

October 3, 2019 herendsg01

Parsing and formatting phone numbers in Visual Basic .NET

September 26, 2019 herendsg01

Thoughts on Visual Basic .NET

September 26, 2019September 26, 2019 herendsg01

TryParse Code Snippets in Visual Studio

Posts navigation

Older posts
Follow Seth's blog on WordPress.com

Problem with Steam in Pop!_OS Linux

If you were having issues adding drives to your steam library storage, be certain that you do not have Steam installed as a Flatpak package. Flatpak is a sandboxed format for package management, which makes it ideal for applications to be Linux distribution agnostic. The sandboxed aspect, however, can be limiting when it comes to…

herendsg01's avatar by herendsg01 June 29, 2023

How to create an empty array of a specified size in Kotlin:

This should be, in my opinion, something that should be in the official Kotlin documentation as one of the examples. However, this is not the case. I think that is the wrong approach, especially since a lot of Kotlin developers are people who are switching from Java, where it is very common to make an…

herendsg01's avatar by herendsg01 November 22, 2022November 22, 2022

Reversing an array of arrays in Java

[ [4, 6, 3, 2, 8, -3, 90, 333], [40, 23, 45, 34, 23, 23], [0] ] Reversed values [ [0], [23, 23, 34, 45, 23, 40], [333, 90, -3, 8, 2, 3, 6, 4] ]

herendsg01's avatar by herendsg01 November 12, 2022November 12, 2022
Create a website or blog at WordPress.com
Seth's blog
Create a website or blog at WordPress.com
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Seth's blog
    • Already have a WordPress.com account? Log in now.
    • Seth's blog
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

    Design a site like this with WordPress.com
    Get started