How can I share my code on some web from where it can be down loaded? - code-sharing

I need to make available my code for some reviewers to be downloaded from web. How can I do that & through which website. I need to put all files & installation instructions using which they can install my app from link that I give.

Check out :
http://Codeplex.com
http://code.msdn.microsoft.com

You can always zip it and host it somewhere online for downloading. I'm sure anyone opening the archive will read the README file first so you can put your instructions there.

Related

VScode: how to setup for local edit and ftp-deplyment

I used to use Dreamweaver. I've a huge Classic ASP website. I edit the files on my local system, and when done, I can upload the file(s) via ftp to the remote webserver. Now, I try to switch to VSCode. I've installed ftp-simple, ftp-sync and deploy. But can't find the set-up to get a Dreamweaver like behaviour. Eg, I have to locate for each file I want to upload/deploy, the exact location in the remote file tree.
I really feel like deploy deserves more attention. I spent the past 4 days or so to find an extension that does just that. Auto-upload to an ftp-folder from a local folder. I wanted to make git work for my website, but couldn't get that to work on the server with ftp-simple or ftp-sync because those extensions only download the opened files or open in a different temporary folder each time. I set up deploy now and got exactly what I wanted thanks to your tiny comment, thank you!
(I'm sorry if this post is too old to comment on, but I browsed Stack overflow for days to find this, so I thought it might help others in the future to point this out.)
it sounds like your just missing your mapping configuration. Most text editor FTP packages include a configuration file where you specify the server, your credentials, and the root folder of your ftp server. Have you specified this?

where can I find tcadsdll.dll?

I am running an example application using TwinCAT ADS communication system, got from a colleague.
When I give the command to connect to ADS, error ' fail to load tcadsdll.dll file ' appears; I have looked for it on the web but din't find
I you have TwinCat 3.1 installed you find the dll in the following folder:
C:\TwinCAT\AdsApi\TcAdsDll\
This is the FTP page where you can download the packages for ADS development from beckhoff.
Just downlaod the CS_AdsServer.zip file and extract. You will find everything you need included.
You need to install TwinCAT to get the tcadsdll.dll file. You can request a download file on Beckhoff's website for free.

Runnig Yesod Compiled Project on FpComplete using Amazon EC2

Hi sorry about this issue, i'm run out of ideas of how to access my deployed project on our main domain server.
By following the Guidelines provided in the GitHub I installed properly the keter, put the .keter file in the /opt/keter/incoming path but once i access it on the browser it always see the nginx page.
Also I use fpcomplete IDE for my project and I just download the file executable file there.
Thank in advance
I've solve this by following the instruction given to me on Github

Joomla administrator redirects to public site

I have a Joomla site running on a windows machine. The site was at 1.6 when some update requests came in. I decided to update the site, but the automated process didn't work, so I started FTPing the files up there manually.
I followed the instructions for the manual upgrade at http://docs.joomla.org/Upgrading_1.6.5_to_1.7 once I got the site to 1.6.5, but my problems had already started before that.
Now when I go to mysite.com/administrator most images are not there and when I try to log in I get kicked up to my site root rather than the /administrator folder. I took the opportunity to look at the code and none of the image src attributes or the form action attributes include "/administrator".
Soooo I need a little advice as to why this is happening. I would rather not have to restore from my backup and start over at 1.6. I was kinda hoping for this to be my first Joomla 3 site. Thanks in advance.
You said that you had trouble with updating Joomla via the admin panel, however did you check if the folders were writable? Site -> System Information -> Directory Permissions Always check this page once you have installed Joomla as it is the reason why a lot of people are unable to install updates or normal extensions.
You then mentioned that you had to upload the files manually via the FTP, however this is not requires. All that is required it to upload the update.zip to the foot of your Joomla site and unzip it.
As for a proper answer, May I suggest that you first update to the Latest version of the 1.6 series (1.6.6), then you download a fresh copy of Joomla 1.6.6, unzip the "administrator" folder, zip that folder, upload via the FTP to your Joomla root folder, then extract it. This will override all the default administrator files.
In the end I had this client move their Joomla install off Windows and onto a Linux machine. Things were just getting worse with the install and I threw in the towel. Thanks to Lodder for trying to help.
This can happen if you are using the JSecure plugin. It requires a token in the URL to enter the admin panel, for example:
http://www.yoursite.com/administrator?token
Explanation:
http://forum.joomla.org/viewtopic.php?p=2198164
I was able to fix this by removing the value that I had in the $live_site variable in the configuration.php file. I am also running this on a Windows server.

Create a separate download link in Github

My Github repository has the source code and a .exe file to be downloaded and installed on Windows.
Some of my clients are getting problems because they can't identify the installer on the zip file they download.
Is there a way to create an easy download link with only some specific files of the repo?
You may want to use the API from github
You could also create a website for your clients to mainly download your files.
http://develop.github.com/p/repo.html
Ok, I'm sorry. I just find it now.
So I'll post how I did it so other may find the answer too:
You just have to click on the .exe file and on the right side (a pretty small thing for me) you'll se the option "Raw" which if you click will download the file.
I guess I was a little precipitate.

Resources