python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Will Google search results reflect website text that I replace with a script?
I'm trying to set up web documentation for a project. I want to use variables so that, when the project name inevitably changes, I can just replace it everywhere easily. For example, I want to create ...
Kalavinka
Votes: 0
Answers: 0
How do I create a search engine that find similar results in case it does not find a specific match? (mongoDB)
I am building a question function in my website where a user can search up a question
for example:
"how do I cook a cake?"
and get a link to the question someone else asked before of whom ti...
SweetWhite
Votes: 0
Answers: 1
What does @z mean in Python
I'm reading someone else's code and I don't understand what is the use of @z here:
x = np.linalg.inv(P)@z
and when i Google @z (here), it seems that the search engine ignores the @, how come?
IHopeItWontBeAStupidQuestion
Votes: 0
Answers: 1
Elastic search and Lucene for Django and MongoDB
I'm implementing a search engine in my Django project with MongoDB. But I have some confusion about choosing between Lucene and ElasticSearch. As mentioned, I'm using MongoDB for storing data. Anyone,...
Syed Shahrukh Ali Gellani
Votes: 0
Answers: 0