Amrita University & TIFAC CORE in association with VeriSign proudly present InCTF’10, India’s First National “Capture the Flag” Style Ethical HACKING contest.
InCTF’10 is from February to March 2010 and is focused exclusively on promoting Cyber Security among the student community. You can participate from your own university and no travel is required. No prior exposure or experience in cyber security needed to participate.
Prerequisites
- Familiarity with any programming language.
- Working knowledge of any GNU/Linux OS is highly desirable but not necessary
Learn essential skills as you participate!!
What you need to do?
(a) Form a team (max five members from your college)
(b) Approach a faculty/mentor and request him/her to mentor your team
(c) Register online at http://inctf.amrita.ac.in/register.php
(d) Send a demand draft for and amount of Rs. 150/- per team to the address mentioned.
Hurry! You can participate as soon as your complete the registration. LAST DATE Feb 28th!
Exciting prizes to be won:
1st Prize Rs. 40000/-
2nd Prize Rs. 30,000/-
3rd Prize Rs. 20,000/-
Special Prizes
(a) Top 30 teams get CASH prize and Certificates of merit
(b) Faculty mentors of top 5 teams get special prizes
(c) College with the winning team will be awarded a “Champion University” award
(d) Winning teams will be considered to participate in an internship program at VeriSign for the next cycle which starts in July 2010
Here is your chance to win bragging rights to be called “India’s No.1 Ethical Hacking Team!!”
It’s simple Register, Learn, Hack!
More details visit us online at http://inctf.amrita.ac.in
Follow us on Twitter @inctf | Facebook
Event Sponsor : Verisign | Media Partner: InfoSecurity | Publicity: Event Poster





(in a
, ie., δ would return a set of states).
10 Dec
A Transducer for Removing Comments in a file
Posted by Varrun in Academics, TOC. Tagged: automata, comments, DFA, finite state machine, github, GPL, strip comments, theory of computation. Leave a Comment
Automata generated using Graphwiz API
The workflow of stripping comments from a C file from a file can be modelled using the following automata
This can be converted to a transducer such that whenever the System reaches state 0 , the character is printed on console
I have developed a program for stripping coments based on this automata. The automate on the left was generated using GraphViz. See http://varrunr.wordpress.com/2009/12/10/modelling-automata-using-graphwiz-api/ for more.
You can download it here ( git repository)
Instructions
Run as
The Documentation was generated with Doxygen and is present in Doc folder
License : GPL
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/