Skip to content

Instantly share code, notes, and snippets.

View logavdm's full-sized avatar
🎯
Focusing

loganathan logavdm

🎯
Focusing
  • student
  • coimbatore
View GitHub Profile
@frankleromain
frankleromain / 403forbidden.php
Created April 14, 2012 20:25
Creating a Secure PHP Login Script
<?php
header('HTTP/1.1 403 Forbidden');
?>
<html>
<head>
<title>Congratulations! You have been DENIED access</title>
</head>
<body>
<font size="4">You have been denied access because of the following reasons:<br /><br />
1.) Too many failed login attempts, so you are likely brute forcing through logins.<br />
@MohamedIBrahim
MohamedIBrahim / Compiler Reading
Created October 23, 2011 09:03
My compilers Reading at first in Moga Programming Langauge Project
Design my programming Langauge which called Moga
1- Read About Compilers Design
* Read About Language Design Issus
* Read About Language Design History
* Read About Other Programming Languages Projects
* Read Discussing Topics About Langauge Design
* Read Public Researchs about Programming Langauge Design
* Read About Simple One-Pass Compiler
* Read About Multi-pass compiler