Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free website to store code (php, javascript, css) online? [closed]

I am looking for website to store my code and then reused if may I need it. Would be great something like Delicious but for coding or something like Snippely.

like image 861
Martin Avatar asked Sep 07 '10 18:09

Martin


People also ask

What is the best code editor for HTML CSS and JavaScript?

Atom by Github is the best editor for JavaScript if you are looking for something customizable and easy to use. It has a built-in package manager for installing new packages or start creating your own within this cool tool. Atom comes pre-installed with four UI and eight syntax themes in a variety of colors.

Where do I code HTML CSS online?

With W3Schools online code editor, you can edit HTML, CSS and JavaScript code, and view the result in your browser. The window to the left is editable - edit the code and click on the "Run" button to view the result in the right window.

Does HTML need an IDE?

The HTML IDE is a piece of software that is used to create HTML code and is where programmers write their source code. More than 90% of all websites use HTML, so you'll need to learn an HTML IDE or editor in order to work with them.


1 Answers

You can host your code on solutions like Google code, Sourceforge or GitHub.

If your code is more a snippet you can choose solutions like snipplr or Gist

like image 136
Colin Hebert Avatar answered Nov 02 '22 21:11

Colin Hebert