Counting has been a big challenge in mathematics : Prof. Saurab Chakrovarty IIT Kharagpur.
I am also active at:
Thursday, October 14, 2021
Saturday, October 9, 2021
Monday, October 4, 2021
Meaning of Ashutosh
Tuesday, August 31, 2021
What are Algorithms and Data Structures
Both are the building blocks of any Software(a collection of programs).
Program = Algorithms(processing/logic) + Data Structures (temporary memory)
Data Structures are tools for storing more than one data items at a time using a single name. They work as our short-term memory while we do mental calculations.
Algorithms are like the mental calculations/thinking that we do while solving a problem or performing some task.
Both together make a small replica of human brain.
Data structures should be learnt first because algorithms use them.
Thursday, July 1, 2021
Best stock filters for stock hunting
Stock filters:
1. Top FNO gainers
2. New 52 week high
3. Positive breakout today
4. Oversold stocks with RSI < 30
5. Stocks crossing over 50 dma
6. Undervalued IPOs on listing
7. Hourly gainers
8. Top gainers of the day (All NSE)
Basic Flask web app
from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...
-
//The HTML index page <!DOCTYPE html> <!-- To change this license header, choose License Headers in Project Properties. To change ...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
Here is a table for various colors and their corresponding data for OpenGL https://community.khronos.org/t/color-tables/22518/6