Skip to content
March 25, 2026
  • Convert new line to comma separated values online
  • Jquery: common place to handle all ajax request errors
  • Monty Hall Problem
  • Number generator from a min and max value online

Passion for Technology

Newsletter
Random Articles
  • Privacy Policy
  • About Us
Articles
  • How to install dev(localhost) certificate on windows

    2 years ago2 years ago
  • Jquery: common place to handle all ajax request errors

    3 years ago
  • Wordpress

    Change Permalinks in WordPress(SEO friendly)

    2 years ago2 years ago
  • Meaning of different parameters of redis cache

    2 years ago2 years ago
  • Number generator from a min and max value online

    3 years ago3 years ago
  • CMD: Copy folder structure without files

    3 years ago
  • CMD

How to install dev(localhost) certificate on windows

Ranjit Singh2 years ago2 years ago02 mins

If you want to run localhost in https protocol, you must need to install the localhost certificate in LocalMachine region. To do the same – execute below command from powershell(admin mode) dotnet dev-certs https –trust verify if the certificate install has happend in the CurrentUser region or LocalMachine(Computer) region If you could something like below…

Read More
  • Database

MsSQL – char and varchar comparison, storage concept

Ranjit Singh2 years ago2 years ago07 mins

In Microsoft SQL Server, both CHAR and VARCHAR are used to store character string data, but they have some differences in terms of storage and behavior. Now, one important question would be, how these data stored on pages? Each page can stored only 8KB of data, so how changing the length of a varchar column…

Read More
  • Automation

Convert new line to comma separated values online

Ranjit Singh3 years ago2 years ago01 mins

Tired of spending valuable time manually formatting data from Excel files? Look no further. Our innovative online tool is designed to streamline your data conversion process effortlessly. With a simple copy and paste, you can transform newline-separated data from your Excel files into neatly organized, comma-separated values. Whether you’re dealing with lists, addresses, or any…

Read More
  • Javascript

Some less known features of javascript

Ranjit Singh2 years ago2 years ago04 mins

JavaScript is a versatile and widely used programming language, and it has some interesting and less known features and quirks. Here are 10 hidden facts and unique aspects of JavaScript(less known features of javascript): These hidden facts and features are just a glimpse of what makes JavaScript both powerful and challenging to work with. Understanding…

Read More
  • Automation
  • C#

C# Tool to download the list of image URLs

Ranjit Singh3 years ago3 years ago03 mins

If you are looking for a tool or exe which you can use to download the images by URLs then you can try below one https://github.com/ranjit-singh-cc/DownloadImagesByUrl Code wise it pretty much simple – You put all the image URLs in url.txt file, and tool iterate over all those URLs and download it in provided destination…

Read More
  • Game

Number generator from a min and max value online

Ranjit Singh3 years ago3 years ago11 mins

Just select a min and max values and start Min:   Max:   Start Next

Read More
  • Outlook

How to set advance out of office(ooo) in outlook calendar

Ranjit Singh3 years ago01 mins

You can set the out of office status in outlook from “Account Information” tab But this will be visible to user during the out of office time and people will still be able to schedule meetings during that time. For this you can schedule a meeting in your calendar and set the status as out…

Read More
  • Caching

Meaning of different parameters of redis cache

Ranjit Singh2 years ago2 years ago04 mins

You must have seen below parameters while getting redis related errors. And below details might be useful for you to know which parameter is failing. inst: 0, qu: 0, qs: 0, aw: False, bw: SpinningDown, rs: ReadAsync, ws: Idle, in: 0, last-in: 0, cur-in: 0, sync-ops: 272585, async-ops: 1, serverEndpoint: xyz.redis.cache.windows.net:6380, conn-sec: 48386,78, mc: 1/1/0,…

Read More
  • Javascript

A plugin to show changes of text as a video : text-player-plugin

Ranjit Singh3 years ago3 years ago01 mins

If you are looking for a text player plugin to show changes of code then below is one that you can try https://github.com/ranjit-singh-cc/text-player-plugin This plugin will show a video like interface for showing the change from one text to another. A smooth scroll has been implemented to focus on the text changes. For example, if…

Read More
  • CMD

CMD: Delete empty folders

Ranjit Singh3 years ago01 mins

There is a complex way to delete all the empty folder inline(at same location), but an easy way will be copy all the content to another folder be skipping empty folder xcopy dirA dirB /S where /S indicates skipping empty folders

Read More
  • 1
  • 2
Newsmatic - News WordPress Theme 2026. Powered By BlazeThemes.