Skip to content
Saturday, June 21, 2025
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Web Utilities
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Cloud
  • Tweaks
  • Myself
  • Deployed
    • Azure Static Website

Tag: algorithm

C# program to find nth prime number
C# Code stuffs

C# program to find nth prime number

May 14, 2023May 14, 2023

Here is the C# program that can find the nth (100000 in this program) prime number: The program starts by initializing primeCount to 0, which

Continue Reading

Share
Facebook Twitter Pinterest Linkedin
Write a program to find the maximum element in an array using linear search.
C# Code stuffs

Write a program to find the maximum element in an array using linear search.

May 14, 2023May 14, 2023

In computer science, searching for a particular element in a data structure is a very common task. One of the simplest ways to search for

Continue Reading

Share
Facebook Twitter Pinterest Linkedin
Default

k-means Clustering

February 22, 2014

The k-means algorithm, a straightforward and widely used clustering algorithm. Given a set of objects (records), the goal of clustering or segmentation is to divide

Continue Reading

Share
Facebook Twitter Pinterest Linkedin
Data Mining

The top 10 algorithm in Data Mining

February 20, 2014

Here are the list of top 10 algorithms used in the data mining : C4.5 Classification k-means Clustering SVM Statistical learning Apriori Association analysis EM

Continue Reading

Share
Facebook Twitter Pinterest Linkedin
Data Mining

Data Mining to measure the financial crisis in Governments

February 18, 2014

When it comes to evaluate the financial condition of the government, the process is focused in 4 dimension which are Sustainability Solvency Flexibility Financial Independence

Continue Reading

Share
Facebook Twitter Pinterest Linkedin
Code stuffs

Code for drawing a line using Bresenham algorithm in Javascript

March 2, 2013

Here is the snippet for drawing a line in javascript. function drawline(xa,ya,xb,yb){    var dx=Math.abs(xa-xb);    var dy=Math.abs(ya-yb);    var p=2*dy-dx;    var twody=2*dy;    var twodydx=2*(dy-dx);    var x,y,xend;    

Continue Reading

Share
Facebook Twitter Pinterest Linkedin

Recent Posts

  • Tips for reducing eye strain and fatigue from prolonged screen time
  • Healthy Habits for Software Engineers: Promoting Wellness in a High-Stress Job
  • C# program to find nth prime number
  • Write a program to find the maximum element in an array using linear search.
  • 10 Useful Tips for Debugging Your Code More Effectively

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Software Engineering

    Stakeholders, The Players of an Information System

    May 1, 2021May 19, 2023
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • woman sitting in front of macbook
    Default Health

    Tips for reducing eye strain and fatigue from prolonged screen time

    May 14, 2023May 14, 2023
  • woman sitting in front of macbook
    Default Health

    Healthy Habits for Software Engineers: Promoting Wellness in a High-Stress Job

    May 14, 2023May 14, 2023
  • c#
    C# Code stuffs

    C# program to find nth prime number

    May 14, 2023May 14, 2023
  • c#
    C# Code stuffs

    Write a program to find the maximum element in an array using linear search.

    May 14, 2023May 14, 2023

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother

  • facebook
  • twitter
  • linkedin
  • instagram
  • github

Featured Posts

kubernetes
Default Devops Kubernetes

Kubernetes : an Orchestration and Management Infrastructure for Containers

June 29, 2021May 14, 2023
Introduction to Kubernetes Docker was responsible for introducing developers to the concept of container-based applications. Docker provided very consumable tooling for container development and storage
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023
  • kubernetes
    Default Kubernetes

    Understanding Pods in Kubernetes

    June 10, 2021May 14, 2023