How can i open a TCL file extension? [closed] - tcl

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have a TCL (Tool Command Language) file. but I want to run it.
Please help me about how i run this file! what opens this file formats?
Note that i using Windows 8 64-bit
Thanks

You will have to install a tcl library first.
You can download the installer from ActiveState Tcl.
After installation, you should be able to run the script (I already have it on my laptop and work on it almost everyday).

Related

Chrome Extension Not Stopping [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am encountering a problem on Google Chrome. There are multiple chrome tasks running in the windows task manager, and when I look at the chrome task manager, there is an extension that consumes a lot of energy. When I kill it, it reappears. The extension has no name (written as 'Extension: '), and since it doesn't close I'm not even able to reinstall the software. I have also tried removing ALL extensions, it still reappears.
Kindly do help since it's slowing Chrome down.

How do you use MYSQL in ColdFusion? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I'm currently learning ColdFusion and it's been going well except for when I have got to trying to use databases. I can't find anywhere what so ever how to connect to a MYSQL database. Can someone tell me how it's done?
Thanks
I'm surprised if you couldn't find anything on how to connect to a MySQL datasource. Here's Adobe's list of settings to use in CF Administrator. The important part here is the name you give it.
Because then in your queries or stored procs, you use that name to reference the datasource:
<cfquery name="yourQuery" datasource="name of datasource">
<cfstoredproc procedure="yourProcedure" datasource="name of datasource">
Here's more links Google showed up:
http://www.hosting.com/support/mysql/coldfusionstring/
http://www.bluereef.net/support/extensions/database/mysql/coldfusion.html
http://www.justskins.com/forums/how-to-connect-to-130869.html

Gentoo can't install mysql [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
When I try to install MySQL on Gentoo
emerge mysql
I get these errors
... ...
Calculating dependencies... done!
>>> Verifying ebuild manifests
!!! A file is not listed in the Manifest: '/usr/portage/perl-core/Storable/Storable-2.20.ebuild'
!!! A file is not listed in the Manifest: '/usr/portage/virtual/perl-Storable/perl-Storable-2.20.ebuild'
... ...
Any ideas?
I searched on Google, and didn't find any answers.
Finally, I refreshed portage like this
rm -rf /usr/portage
emerge --sync
Now it works!

Need to archive teamcity build configuration of test [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
please help me! i need to archive the configuration of one test, not the hole project, how can i do this! i can archive only the hole project not a test, but need to archive the config of test! Teamcity 8.0.1!
if you have to archive only one configuration of build, you have to create the new one project , copy config of your build to your new project, and after that: administration->projects->on your project at the right side click on more and archive this project!

Are source code of applications hosted on Appharbor available to public? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I see appharbor is very promising alternative to windows azure. Are all the applications created there for trial are open source by default? If yes does deleting the application also deletes the source code.
No, you can use AppHarbor for free and keep your source code private.