Pinned Loading
-
Removing comments from C source - regex
Removing comments from C source - regex 1def remove_comments(csrc):
2'''Remove comments from a c source file'''
3content = csrc[:]
4content = remove_block_comments(content)
5content = remove_singleline_comments(content)
-
send-to-phone
send-to-phone PublicA chrome extension to send selected text to your phone using a qr code.
JavaScript
-
-
-
PyTrain
PyTrain PublicTrying to design a python training session for entry - mid level programmers aged 24-34 who are new to Python
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.