Show Diary

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

Connecting Django to AWS RDS

 

AWS RDS PostgreSQL Instance for Django Project Django.How

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

Stock Images collection

Adobe stock – [email protected]

Images – Browse 7 Stock Photos, Vectors, and Video | Adobe Stock

  1. Create a backup with Duplicator Pro
  2. Download to local drive
  3. Go to C:\xampp\apache\conf\extra\httpd-vhosts.conf to create a new virtual host
  4. Use xampp-windows-x64-8.0.15-0-VS16-installer for XAMPP

Making queries | Django documentation | Django (djangoproject.com)

Web API performance: profiling Django REST framework (dabapps.com)

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

How to Deploy Private GitHub Repositories to cPanel With GitHub Actions [Continuous Deployment (CD)] | by Ridbay | Medium

Hosting your Django project with a2hosting. – Tutorials

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