117 reputation
5
bio website codescape.in
location Jaipur
age 30
visits member for 7 months
seen May 20 at 5:37
stats profile views 18

About me:

Current: Software Engineer
Past: Lecturer
Education: Masters in Computer Technology
Research: Metamorphic & Polymorphic Malware Analysis1
Programming Interests: Assembly, C, Python
Subjects of Interest: Theory of Computation, Computer Networks, Computer Security, Database Management System
Email: grijesh.mnit@gmail.com

Some helpful answers On THEORY OF COMPUTATION:

  1. How to write regular expression for a DFA
  2. How do you say "δ:Q×Σ→Q" in English?
  3. Finding the complement of a DFA?
  4. Constructing an equivalent Regular Grammar from a Regular Expression
  5. Ambiguity in transition
  6. is a* the same as (a*)*?
  7. In context of regular expression: Is (AB)* = A*B*?
  8. Is the language { 0n1n0k | k != n} context free?
  9. Regular Expression to DFA
  10. In context of Chomshy classification of formal language
  11. Tips for creating Context free grammar

My Facebook Application:

dil

If you like ASCII art: Asiiflow


May
20
comment Command line: <<< instead of <<
+ nice link :).....
May
5
comment How frequently is the proc file system updated on Linux?
+1 very nice answer to me Thanks!!
Dec
16
comment difficalty to save traceroute output in shell variable?
@glennjackman , Mat Yes, now concept is clear ..thanks to all of you.
Dec
15
comment difficalty to save traceroute output in shell variable?
@Mat: for i in *;do echo $i;done; i file is due to filename expansion ?
Dec
15
comment difficalty to save traceroute output in shell variable?
@Mat I was unaware to the concept filename expansion
Dec
15
comment difficalty to save traceroute output in shell variable?
I work done! thanks ...And understood the reason.
Dec
15
comment print a file in hex using awk
can you help me on this question
Dec
15
comment print a file in hex using awk
Yes I learn today this also...Thanks!
Dec
15
comment print a file in hex using awk
Thanks ..helpful to get my work done and my concept is now clear.