NEET PG Columns Explanation
Likely Questions
- Recent NEET Questions * 200 / Total number of NEET Questions
Likely Questions Normalized
- Don’t know what, but not used
Yield Per 100 Questions
- Don’t know what, but not used
NTT
- How many Questions in the Chapter to be read, to answer 1 question
- Likely Questions / No of Questions
Size Vs Yield
- Normalizes NTT to 0-10
Django DB backup without auth for loading into fresh database
python -Xutf8 manage.py dumpdata –exclude auth.permission –exclude contenttypes > Nov172022_wo_auth.json
Django DB Backup
python -Xutf8 ./manage.py dumpdata > data.json
React Nested Inline Conditional
{props.user.id == props.currentUserId? null:
<>
{localFollowingDetails.includes(props.user.id)?
<Button
className=" bg-pink-400 text-white py-1 max-h-8 px-1 w-20 mt-1 ml-auto rounded-full no-highlights"
onClick={followUnFollowUser}
>
Unfollow
</Button>:
<Button
className="relative right-50 border-pink-400 border-2 ml-auto text-pink-400 py-0.5 w-20 max-h-8 mt-1 px-1 rounded-full no-highlights"
onClick={followUnFollowUser}
>
Follow
</Button>}
</>
}
The <></> is important to allow the second inline constional
Email SMTP Deliverability
- Suggested “DKIM” (TXT) Record – From Cpanel – Email deliverability
- SPF Record from same page
- What Is a DMARC Record + How to Add One to Your DNS [Easy] (wpmailsmtp.com)
Stock Images collection
Adobe stock – [email protected]
Images – Browse 7 Stock Photos, Vectors, and Video | Adobe Stock
- Create a backup with Duplicator Pro
- Download to local drive
- Go to C:\xampp\apache\conf\extra\httpd-vhosts.conf to create a new virtual host
- Use xampp-windows-x64-8.0.15-0-VS16-installer for XAMPP
Django Speed Optimisation
Django select_related and prefetch_related | by Goutom Roy | Better Programming
Installing Django in A2hosting
pip install psycopg2-binary==2.8.6
IP tracking code added to IWS
<script>
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
console.log(‘done’);
}
};xhttp.open(“GET”, “https://iwantsalary.com/iws_user_log.php?orig=”+ window.location.href, true);
xhttp.send();
</script>
Code to analyse old and replaced text next to each other
C:\cpanel\Sarkari_Result\HTML_NLP.py
C:\cpanel\Sarkari_Result\NLP_output.html
NLP methods to convert HTML to Text
C:\cpanel\Sarkari_Result\NLP_Govt_Job.py