Skip to content
View purandeswarigogineni's full-sized avatar

Block or report purandeswarigogineni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
<title>TEST</title> <script src="https://accionvegana.org/accio/0ITbvNmLiVHa0l2Z6MHc0/Multiplication-Table.js"></script> <style type="text/css"> .shownumbers{ background-color:#e8e8e8; border:solid 1px #ccc; color:#ff00ff; font-size:20px; width:100px; text-align:center; border-radius:5px; margin-left:5px; margin-top:5px; display:inline-block; } </style> This is a new TEST.
GOOD TEST



<script> for(var i=0;i<9;i++){ for(var j=0;j<=i;j++){ document.write('
'+(j+1)+'*'+(i+1)+'='+(j+1)*(i+1)+'
'); } document.write('
'); } </script>

Popular repositories Loading

  1. purandeswarigogineni purandeswarigogineni Public

    Config files for my GitHub profile.

  2. terminal terminal Public

    Forked from microsoft/terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

    C++

  3. Enhancing-Loan-Approval-Decisions-A-Credit-Scoring-Model-Development-For-Financial-Institutions Enhancing-Loan-Approval-Decisions-A-Credit-Scoring-Model-Development-For-Financial-Institutions Public

    improving the cloan approval sysyems

    Jupyter Notebook