Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
679 views

Bash - Format a Textfile - Pair every two lines

With a simple bash script i generate a text file with many entrys like this: 192.168.1.1 hostname1 192.168.1.2 hostname2 192.168.1.3 hostname3 Now i want to reformat this file, that it looks like ...
3
votes
2answers
815 views

Vim: How to reformat a set of lines into a single line (if the line is a single sentence)?

Not a dup of http://stackoverflow.com/questions/391710/in-vim-what-is-the-simplest-way-to-join-all-lines-in-a-file-into-a-single-line, as I specifically mean to use the gq reformating functionality. ...
2
votes
2answers
80 views

Formatting HTML Code

Is there a command that will auto-format HTML code in Sublime Text 2? Cleaning up HTML source code so it looks better and is easier to read .. ?
1
vote
1answer
45 views

Code Styling with Intellij IDEA

Lets say I have code that looks like this: public abstract class ResourceDownloaderBaseImpl implements ResourceDownloader { public Object getProperty( String name) ...
0
votes
3answers
52 views

Mysql changes my html tags rendering them useless

I am importing data into a database to a text field. However when I try to input <strong> Hi There </strong> I find it in the table (using php myadmin) as "&lt;strong&gt; Hi ...