Skip to content

W3 Spot

  • Blog Disclaimer

Month: August 2020

Code Commit From Windows Eclipse Shows Whole File Changed in Git

July 16, 2022August 7, 2020 by admin

Problem: Let’s say we are a team of developers who are collaborating using Git repository. One day a developer makes a few line of changes & commits the code file. Other team members take a pull & use diff to compare the changes with last Git revision. They find out that the whole file has … Read more

Categories Git Leave a comment

Direct Conversion From Any Number Base To Another Base Explained

June 25, 2022August 1, 2020 by admin

We will convert number from one base to another base here. There is one way which is very common. We convert the number to base-10 first. Then from base-10 number, we convert it to the new base. Most of us prefer that as base-10 arithmetic is intuitive to us. Here we won’t be discussing that. … Read more

Categories Number System Leave a comment
Newer posts
← Previous Page1 Page2

© 2025 W3 Spot • Built with GeneratePress