hayalci

1,031
reputation
110 views

Registered User

name hayalci
member for 1 year
seen Dec 9 at 21:03
website
location Turkey
age 25
M.S. student in computer science.
Nov
16
comment In a linux kernel module, how can I get inode of a known path
Thanks for the warnings but I do not intend to read the file.
Nov
16
asked In a linux kernel module, how can I get inode of a known path
Sep
18
awarded  Yearling
Jul
15
comment Are hashed and salted passwords secure against dictionary attacks?
If pam_cracklib.so included in the PAM stack, it is integrated.
Jul
14
comment What is the role of Magic Number in boot loading in Linux?
this belongs on serverfault OR superuser
Jul
10
comment Are hashed and salted passwords secure against dictionary attacks?
@Steven Sudit: you can use cracklib for this purpose
Jul
6
awarded  Scholar
Jul
6
accepted getopt does not parse optional arguments to parameters
Jun
29
awarded  Civic Duty
Jun
27
answered Is there a free hosted issue tracker?
Jun
27
awarded  Self-Learner
Jun
27
comment What is the worst real-world macros/pre-processor abuse you’ve ever come across?
@pZy: yeah it is very cl(EVER)
Jun
27
awarded  Student
Jun
27
comment getopt does not parse optional arguments to parameters
@Thomas Some people seem to hate self-answered questions.
Jun
27
comment getopt does not parse optional arguments to parameters
I'm documenting this here with the answer, so other people does not need to bang their head against the wall.
Jun
27
answered getopt does not parse optional arguments to parameters
Jun
27
asked getopt does not parse optional arguments to parameters
Jun
26
comment What’s the best way to grab/parse command line arguments passed to a Python script?
@Silfheed's suggestion of argparse seems even better. code.google.com/p/argparse