About / Contact

August 27th, 2012 Leave a comment Go to comments
  • Name: Thomas Fischer
  • Occupation: student at Ruhr University Bochum
  • contact:
    contact
  • everything else (phone, skype and GPG key) on request
  1. ahmet said ak
    December 13th, 2009 at 12:12 | #1

    Thanks a lot for this website.
    Helped so much.

  2. Shobhit Gupta
    January 21st, 2010 at 19:03 | #2

    This is a great online tool. Thanks.
    It would be great if we can do some little bits of configuration. Then I would truly be able to use this, and sing about it everywhere!

    For example:
    TabSize=4
    ReplaceTabBySpaces=TRUE
    BlockBracesStartOnSameLine=FALSE
    RemoveMultipleBlankLines=TRUE
    FormatComments=FALSE

    etc...

    And once we have configuration, it would be great if we can copy paste our configs in another text box. (No need to save even configs !) That would be truly amazing stuff!

  3. January 22nd, 2010 at 05:46 | #3

    Shobhit Gupta :

    This is a great online tool. Thanks.
    It would be great if we can do some little bits of configuration. Then I would truly be able to use this, and sing about it everywhere!

    For example:
    TabSize=4
    ReplaceTabBySpaces=TRUE
    BlockBracesStartOnSameLine=FALSE
    RemoveMultipleBlankLines=TRUE
    FormatComments=FALSE

    etc…

    And once we have configuration, it would be great if we can copy paste our configs in another text box. (No need to save even configs !) That would be truly amazing stuff!

    hm, i can try to add this :)

  4. Jon Anderson
    September 7th, 2011 at 19:00 | #4

    This is very nice. I noticed that backslash needs to be escaped. This means that you need to do a search and replace in your code before using the tool. I tried using it on some code that had a null as part of a string literal, and it cut off everything after that point, presumably because it interpreted the slash zero as an actual null. I second the configuration idea. Bonus points for making it simple to configure via checkboxes/dropdowns/etc, but providing the actual config text as an easy way to copy/paste the config.

  5. Miguel Roman
    September 27th, 2012 at 16:57 | #5

    This is a great tool. I'll be using it alot.

    I found two cases that are giving me problems:

    When I enter

    *p='';

    it gives me:

    Raw Result Code
    * p = '

    Formatted Code
    1.* p = '

    Raw unformatted Code
    *p='';

    And when I enter:

    *p='\n';

    It gives me:

    Raw Result Code
    * p = 'n'

    Formatted Code
    1.* p = 'n'

    Raw unformatted Code
    *p='n';

    Just to let you know. Thanks.

  1. No trackbacks yet.


nine × = 45