Skip to content

Programming Articles

  • HOME
  • Python
  • JavaScript
  • C/C++
  • Java
  • Terms & Conditions and Privacy Policy
  • About US
Main Menu

General

General / Programming

How to format XML in Notepad++?

Try Plugins -> XML Tools -> Pretty Print (libXML) or (XML only – with line breaks Ctrl + Alt + Shift + B) You may need to install XML Tools using your plugin manager in order to …

How to format XML in Notepad++? Learn More
General

How to disable the same origin policy in Chrome?

Close chrome (or chromium) and restart with the –disable-web-security argument. I just tested this and verified that I can access the contents of an iframe with src=”http://google.com” embedded in a page served …

How to disable the same origin policy in Chrome? Learn More
General

What is the “N+1 selects problem” in ORM (Object-Relational Mapping)?

Let’s say you have a collection of Car objects (database rows), and each Car has a collection of Wheel objects (also rows). In other words, Car → Wheel is a 1-to-many relationship. Now, let’s say you need to iterate through …

What is the “N+1 selects problem” in ORM (Object-Relational Mapping)? Learn More
General

Top Best Creative Tech and Developer Team Names

In this post, you can find some best, funny, cool, catchy, unique types of team and group names for your technology team. Here we provided some collections of Tech Team Names in …

Top Best Creative Tech and Developer Team Names Learn More
Formatted Codes / General

How to validate an email address using a regular expression? [Answered]

In this post, I’ll share the top best answers to validate email address using regex. Validate email address using regex- Answer #1: The fully RFC 822 compliant regex is inefficient and obscure …

How to validate an email address using a regular expression? [Answered] Learn More
Excel / General

How to avoid using Select in Excel VBA | Excel

Problem: I’ve heard much about the understandable abhorrence of using .Select in Excel VBA, but I am unsure of how to avoid using it. I am finding that my code would be …

How to avoid using Select in Excel VBA | Excel Learn More

Featured Posts

History of UNIX

From UNIX to Linux – History of Linux

21st November 202013th November 2021

Top themes for Ubuntu

Best themes for Ubuntu: Make Ubuntu Beautiful

20th October 202029th November 2021

Strings in Python

Strings in Python

12th September 202010th November 2021

is python hard to learn

Is Python hard to learn? Top best learning resources

18th April 202013th November 2021

Recent posts

  • How to pad a string with zeroes to the left?
  • What is the difference between a process and a thread?
  • How to generate a random alpha-numeric string in Java?
  • How to auto-resize an image to fit a ‘div’ container?
  • How to get a Docker container’s IP address from the host?
  • How to display a JavaScript object?
Copyright © 2022 Programming Articles.
Powered by WordPress and HitMag.