NA-V10

Results 15 issues of NA-V10

### Checklist [x] I have read the contributing guidelines [x] I have added doctests [x] My code follows the project style [x] This algorithm is not a duplicate [x] All...

awaiting reviews

### Summary This PR adds a new bit manipulation algorithm `count_bits` that returns the number of set bits (1s) in a non-negative integer. ### Highlights - Pure Python bitwise implementation...

### Summary This PR introduces a new validator function `check_content_type` that verifies whether an API endpoint returns the expected MIME type. ### Why Many APIs listed here specify JSON/XML/CSV formats,...

### Summary This PR adds `supports_cors`, a new helper function in the validation scripts, used to detect whether an API endpoint provides CORS headers. ### Why CORS support is important...

### Summary This PR adds a new helper function `supports_https` under the validation scripts. It checks whether an API endpoint correctly supports HTTPS by trying to make a secure request....

### Summary This PR introduces a new **E-Commerce** category to the public-apis list and adds the **FakeStoreAPI**, a free and widely used API for testing and prototyping e-commerce applications. ###...

This PR improves the documentation for the nd4j-ndarray-examples module. ✔ What was added Expanded README with a clear explanation of what an NDArray is Updated usage guide for INDArray operations...

This PR adds a new README.md file for the onnx-import-examples module. ### ✔ What’s included - Overview of ONNX import functionality in DL4J - Instructions on how to run the...

This PR enhances the clarity of the KerasMNISTImportExample by improving inline comments and adding explanations for each major step: - Loading MNIST test dataset - Importing TensorFlow/Keras .h5 model into...

### Summary Improved documentation for transfer learning examples and added inline comments for clarity. ### Changes - Rewrote README with detailed explanations of each transfer learning strategy - Added comments...