April 10, 2022 9:17am
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
April 12, 2022 8:39am
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>
April 7, 2022 6:53pm
NLP methods to convert HTML to Text
C:\cpanel\Sarkari_Result\NLP_Govt_Job.py
January 4, 2022 8:49pm
Razorpay key for [email protected] stored in OneDrive/Docs Cloud/Razorpay API keys.csv
May 8, 2022 10:47pm
Installing Django in A2hosting
pip install psycopg2-binary==2.8.6