Skip to content

Instantly share code, notes, and snippets.

View dampdigits's full-sized avatar
🍃
innovating...

Sk Sameer Salam dampdigits

🍃
innovating...
View GitHub Profile
@dampdigits
dampdigits / README.markdown
Last active December 8, 2023 21:08 — forked from weakish/README.markdown
#Solarized themes (dark and light) for #roxterm.

Roxterm solarized theme

Description

Solarized themes (dark and light) for roxterm.

@dampdigits
dampdigits / README.md
Last active December 8, 2023 07:33
Java program to verify a Tech Number

Tech Number

Definition

  • Postive integer with even number of digits
  • Can be split into halves
  • the square of the sum of the 2 halves must be equal to the original integer
  • example: 2025 -> 20, 25 -> 20+25=45 -> (45)² = 2025