Free Code Obfuscater? [closed] - actionscript-3

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
i've never been really comfortable with the fact that all of my actionscript code is wide open for anyone to read from my published .swf files.
is there a free code obfuscater available?

A simple google search returned several promising results.
http://www.google.com/search?hl=en&q=actionscript%20obfuscator%20free
ActionScript 3 Obfuscator
http://www.irrlicht3d.org/pivot/entry.php?id=690
Monokai ActionScript Obfuscator
http://www.monokai.nl/blog/2006/08/02/actionscript-obfuscator/
Plus lots of choices that are at very reasonable prices.

If you are still looking for a SWF obfuscator, I just release one I developed for the last project I worked on. It's still a work in progress but it's open source, free, and it worked for my project. See the github site for full details on usage and license.
https://github.com/Teesquared/flasturbate

Related

Is there a way to "view the code" of a MS Access file? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know it's crazy thing to think about but asking never hurts! I'v been always curious to know if there's any way to somehow view the code for MS Access like we can for Internet Explorer by selecting a "View Source"?
Specifically I'm super intrigued to know the Filtering feature. Thanks all!
Access is not open source last I knew, you could look at the code for Calligra Kexi, which is an OSS alternative to Access, they will presumably have filtering functionality.
The code can be found at http://community.kde.org/Calligra/Building#Getting_the_Source_Code

Is there any online tool to design HTML web pages? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been looking for an online tool to work with html/JSP web pages.
Why do you need online tool if you can simply use windows notepad? If you aren't introduced to the programming of html, use w3schools to learn. Perhaps if you need an online article/blog, people commonly use blogger.com or wordpress (just search it on google)

Good tool/software package for simple web design [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am a server-side java developer without experience (nor much interest to be honest) in web design (basics on html and css only). However, I need to build a website as part of my work.
Ideally, I would like a tool with similar functionalities as http://www.jimdo.com, but with the possibility of geting the generated html files and deploy them anywhere.
I have tried Kompozer and Dreamweaver but I would like something simpler.
Any ideas ?
You could try BlueGriffon ( http://bluegriffon.org/ ) which is open source and works ok.
But in my opinion it's not going to be simpler than just using the basic skills you have and putting together a plain layout based on html tables.

Good "One page documents" to take away everywhere [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm a beginner when it comes to programming, and I have the nasty habit of googling anything I want to do, or don't understand. When I have to work offline it's of course really hard for me.
I'm trying to make a handbook out of any good cheat-sheet and refcards I've found.
So far I have a Vi cheat sheet, some docs from Addedbytes and a few about standard OS commands.
The question is:
What documents are absolutely essential to avoid being useless while offline. (The more synthetic, the better)
Unless you want to lug around a whole binder of cheat-sheets (which then poses other problmes such as searching for the info), i'd recommend a usb key with the cheat-sheets regarding
the OS you're working on
the language you'll be working with
the technologies you'll be building upon
If you really insist on being exhaustive, a site like http://www.cheat-sheets.org/ may help you go on a cheat-sheet splurge, and you may want to have a look at other answers on stackoverflow

Do you know of any recommended ActionScript 3 style guides? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any recommended ActionScript 3 style guides publicly available?
Adobe has this: http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions
It's fairly complete, and fairly well done.
There is this guide by the Actionscript Flash Guru, which misses a few things, but Adobe's guide simply covers it all. For additional information and syntax-specific convention, I would strongly suggest you check out Adobe's book, Programming with Flash CS3, found here, or in the Help section of your Flash program.