My Account Log In Walkthrough IDE Integrations Contact  
Polystyle
Point And Click Source Code
Formatter & Obfuscator

Click Here To Download A Free Trial!
Home Features Documentation Buy Formatter Buy Obfuscator Download  

 



  • PHP Obfuscator

  • C# Obfuscator

  • Perl Obfuscator

  • Java Obfuscator

  • Javascript Obfuscator

  • JSP Obfuscator

  • Actionscript Obfuscator

  • C/C++ Formatter

  • Perl Formatter

  • Pascal/Delphi Formatter

  • C# Formatter

  • CSS Formatter

  • CMAC Formatter

  • Java Formatter

  • Javascript Formatter

  • PHP Formatter

  • JSP Formatter

  • HTML/XML Formatter

  • Python Formatter

  • ASP Formatter

  • Visual Basic Formatter

  • Actionscript Formatter

  • Step 3: Formatted CMAC Source

  • Overall CMAC Features
  • Step 1: Unformatted Source
  • Step 2: Example Source
  • Step 3: Formatted Source

    Here we see the final results formatted in the Whitesmith style.

    Now that you've seen what Polystyle can do for you, why not download a copy and try it out yourself?


    str oct_str(int decval) no_break
        {
        int temp;
    
        str octl[3];
    
        temp = decval;
        octl = "";
    
        while (temp > 8)
            {
            octl = str(temp % 8) + octl;
            temp = temp / 8;
            };
    
        if (temp == 8)
            octl = "10" + octl;
        else
            octl = str(temp % 8) + octl;
    
        return(octl);
        }
    

    Take Polystyle for a spin: Download a copy here!

  • Home Features Documentation Buy Polystyle Buy Obfuscator Download  

    Click Here To Download A Free Trial!

    Copyright © Flashbulb Studios. All rights reserved.