Skip to content

omkhard/coding-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c163d1c · Sep 5, 2024

History

35 Commits
Sep 5, 2024
May 1, 2024
Apr 11, 2024
May 11, 2024
Apr 11, 2024
Nov 23, 2023
Jan 14, 2024
Jan 2, 2024
Nov 23, 2023
Jan 3, 2024
Nov 23, 2023

Repository files navigation

coding-stuff

This repository is for my own coding solutions .

This Repository has some basic tools for basic utilities

  • epochToDatetime Converter in CPP.
  • classPatterns basic code for practicing Design Patterns.
  • basic elvatorSystemDesign.
  • mostFrequentString in CPP.

Every Methods Used definitions

  • import subprocess (smart_ip_allocator.py) :
    Popen(args)
    We can PIPE stderr and stdout and also make shell and cwd as False , we can use it for checking the output for an OS command.
    communicate()
    This method is used for checking the PIPE'd err , and output in Popen used method and can be modified using raised exception if command failed using try/except.

In python-stuff

  • The smart_ip_allocator is a great upcoming tool for detecting in a Running Kubernetes cluster, that how many IPs are vacant after the deployments are using and can be used in for newer/latest deployments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published