Tag name: Software Tracking



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

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>

NLP methods to convert HTML to Text

 

C:\cpanel\Sarkari_Result\NLP_Govt_Job.py

Razorpay key for [email protected] stored in OneDrive/Docs Cloud/Razorpay API keys.csv

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