The code tag has no wiki summary.
1
vote
0answers
56 views
How to search for Metro-UI Windows 8 apps' repositories in “Google Code”/“Sourceforge”?
When I searched in GitHub/Bitbucket everything was ok because of repositories names (and probably because of different search engines), but here are just app's names and it gives tons of unneeded ...
3
votes
0answers
309 views
How to insert code in Google Drive documents
I use Google Drive Docs as my note taking tool and it is awesome since I can use it when I am offline, but I have a problem: I can't add source code in documents there. I know this question is ...
1
vote
0answers
91 views
Code folding in jsFiddle
Is it possible to enable code folding in jsFiddle? I've found that long Javascript files can become unwieldy without code folding.
(I'm referring to the feature in Geany or the Eclipse IDE that makes ...
2
votes
2answers
231 views
What is the best way to paste code into a Trello card?
When I try to paste code in Trello, I get very weird formatting after saving, but it seems like it does format for code, I just can't get it to work right. What is the best way to paste code into ...
0
votes
1answer
86 views
Hosting SyntaxHighlighter on Dropbox
I decided to host SyntaxHighlighter myself and uploaded files to my DropBox and configured my blog accordingly.
I am able to see the code properly highlighted.
What I want to know is, would hosting ...
0
votes
0answers
65 views
Adding code snippets on a Tumblr blog [duplicate]
Possible Duplicate:
How can I embed gist snippets using Tumblr markdown?
I was wondering if there is any easy way to add code snippets into a Tumblr. I've tried embedding a Gist script tag, ...
2
votes
2answers
883 views
Using code in Trello Cards
In Markdown, you should be able to specify a block of code that will not trim whitespace by using four spaces in front of every line of code. Why doesn't it work?
4
votes
2answers
3k views
How to highlight code in Blogger?
I am using Google Blogger (www.thecloudavenue.com) and would like to highlight the code. I tried a couple of ways, but not satisfied with the results. Can anyone share how they have done it?
6
votes
2answers
2k views
How do I forward my Gmail to my Facebook email address?
I have been trying to find a way to forward emails from my Gmail address to my Facebook email address. When I went to Gmail settings and tried to set up email forwarding from there, Gmail was unable ...
13
votes
6answers
2k views
Write code with indentation in Google+'s stream
I am trying to paste a piece of code in my Google+ stream but it removes the whitespace from the start of the lines making the code less appealing, aesthetically speaking. Basically, the functionality ...
3
votes
1answer
106 views
Are online subversion systems secure?
I am using private free unfuddle package. I commit my personal code there. I want to know whether my code is secure and if it is only my property? Or does unfuddle have rights to use or share my code?
...
1
vote
4answers
2k views
How to put code in your blog posts in Wordpress?
How can I write code in wordpress? Like I want to be able to show something like:
function foo()
{
return "bar";
}
Is there a plugin? I installed one called Code Markup, but this doesn't add ...
2
votes
0answers
438 views
Search Engine that Doesn't Ignore Punctuation? [duplicate]
Possible Duplicate:
How to search the internet for terms with special characters
Is there a search engine that will not ignore punctuation marks (like $ % & ! @ #...)? I want to search ...
2
votes
1answer
1k views
C# to Java code converter?
What's the best online C# to Java code conversion site?
I'm looking for something like developerfusion's C# to VB site.
3
votes
4answers
72 views
Is there a web app allow me to search through large repositories of code?
If I am looking for a particular C# language construct or how to use a keyword in JavaScript, I would like to search only in code, not in blog paragraphs about code.
I thought I could do this at ...
5
votes
5answers
126 views
What are some good Web Tools to help me format my code for blogs?
What are some good Web Tools to help me format my code for blogs?
I'd like to be able to copy & paste my code into textbox/textarea and have the web tool format it nicely for various popular ...