The reformat tag has no wiki summary.
0
votes
0answers
7 views
How do I reformat my encrypted key drive to ExFAT on my MAC? [migrated]
I have a 32GB key drive that I had formatted with the OSX extended encrypted FS. I wanted to reformat it as ExFat so that I could use it between Mac and Windows. The Disk Utility on the MAC will do ...
1
vote
3answers
44 views
Converting conversations IRC logs with regex?
So here I have IRC logs which come from a BNC in the format of (where [AA:BB:CC] is not the actual time, only the time of loading):
[AA:BB:CC] <Person1> [re:al:ts] BLAH BLAH BLAH
[AA:BB:CC] ...
1
vote
1answer
34 views
How to reformat elements in an array on output?
Using Perl, I have to read in comma separated data which is in the format
zipcode, number of cities within zip, list of each city within a zipcode. This is really working with vanity cities so that ...
4
votes
1answer
254 views
IntelliJ IDEA 12 Keep Blank Lines
I have this code:
private int a;
private int b;
private int c;
But when I reformat it with IntelliJ, it changes to this:
private int a;
private int b;
private int c;
How would I allow it to ...
2
votes
3answers
82 views
Java/Groovy - simple date reformatting
I'm new to Java/Groovy development and I have a simple string that I would like to reformat, however I get an 'Unparseable date' error when I attempt to run the following:
import ...
0
votes
1answer
102 views
Looking to Use Power Shell for mass reformatting of Phone Numbers and redistribution of information into a few fields [closed]
I'm looking to clean up our active directory by making all of the phone numbers the same format. Currently we have phone numbers in the following formats:
Phone Number IP Phone
(123) ...
1
vote
1answer
54 views
Intellij reformat breaks scss default for variables
I am using IntelliJ Idea and have problems using "Ctrl + Alt + L" reformatting inside SCSS or SASS files.
I declare variables with:
$myvariable: 15px !default;
But the reformat function brings ...
-1
votes
3answers
65 views
second partition for servers?
I'm about to re format my comp. I'v never used two partitions before.I just never had a use till now. I was thinking I might make the second just for my app servers Railo_CF and PostgreSQL. I'm ...
0
votes
2answers
97 views
Python trouble exiting a 'while' loop for simple script
I wrote a script to reformat a tab-delimited matrix (with header) into a "long format". See example below. It performs the task correctly but it seems to get stuck in an endless loop...
Example ...
3
votes
1answer
110 views
How can vim reformat `gq` avoid touching TeX verbatim sections?
In a LaTeX file, I have several verbatim sections scattered all throughout.
When I want to reformat the whole document, I usually use gq. The problem is that this command also gather the contiguous ...
0
votes
3answers
243 views
Convert rows based entry to column based in shell
I need your help on a multiple row entry into different columns. And do the same with all the entries in file.
File example (showing 2 entries only, there are many like these):
>ABC
*
...
4
votes
3answers
142 views
Reformatting data using Access + Subquery
I'm trying to reformat data in MS Access as the number of rows exceeds what Excel can do. However, this is my first attempt with subqueries, and could do with some assistance in what I should be ...
1
vote
1answer
353 views
How can you intercept pasting into a NSTextView to remove unsupported formatting?
I'm trying to create a simple NSTextView-based window for simple WYSIWYG editing. However, I only want to allow certain types of formatting (e.g. Bold, Italic, Underline and a single heading type but ...
1
vote
3answers
86 views
Reformatting data with a pattern
I have a large dataset with mix of number and alphabets. Just an small example:
sex <- c("M", "F", "F", "M", "M")
ind <- c("I1", "I2", "I3", "I4", "C")
M1 <- c("ab", "bb", "ac", "ad", "dd")
...
0
votes
2answers
501 views
AppleScript: substring to string or format html
I'm working on my applescript right now and I'm stuck here.. Lets take this snippet as an example of html code
<body><div>Apple don't behave accordingly <a href = ...
0
votes
1answer
29 views
Split/Reformat String
I want to split a string and replace some values. The string is a date that looks like this '08/26/2009' I want to reformat it so that it replaces the / with a - so that it looks like this ...
2
votes
1answer
300 views
ugly CSS source Code; Is there any way to reformat the code with Dreamweaver / Aptana?
I have a bit questions regarding the way we do "Coding CSS".
Probably because I'm a java programmer which is used to interact with Netbeans,
I love the way it format the code works...
Just Pressing ...
1
vote
1answer
966 views
How to get the “Reformat code” function out of IntelliJ IDEA?
I love the "Reformat code..." (Ctrl+Alt+L) function of IntelliJ IDEA.
Now I have a lot of XML files to look through. What I am doing now is, I open a xml file, select all, copy and paste into a xml ...
0
votes
2answers
250 views
Make IntelliJ reformat the current line on line-completion
Is there a way to have my line reformatted upon completing it in IntelliJ? (For those familiar, this kind of feature is available on FlashDevelop.)
Let's says I just entered this code in PHP:
...
1
vote
2answers
134 views
reformating an RSS feed with jQuery
I am currently pulling an RSS feed in which the the format is essentially title->image->text content. I would like to reformat it so that the image comes first. I am currently trying:
<script ...
1
vote
0answers
376 views
IE and mobile safari cut off text.. possibly a line height issue?
I've got a page that displays properly (and beautifully) in Chrome, Safari, Firefox, and Opera, but very slightly reformats in Internet Explorer and iPhone's mobile version of Safari. Specifically, ...
-1
votes
1answer
94 views
Is there an editor to autoindent / add spaces in existing code?
I have some JavaScript code which I want to make more readable. However, due to the amount of code I want to use a tool which does this automatically for me.
Are there such tools already available ...
2
votes
1answer
574 views
Use Emacs to pretty-print ActionScript 3.0
I've been trying to use emacs in batch mode to pretty-print an ActionScript file but it doesn't quite do what I'd expect it to.
I downloaded actionscript-mode.el and as-config.el from here ...
16
votes
20answers
2k views
What applications do you know of, that can reformat code? [closed]
I am looking for a list of code formatting and prettifying software; I have only found a few topics that all are language specific.
This is not about syntax highlighting!
If possible, I prefer ...
2
votes
2answers
2k views
Seeking a GUI auto-format feature for T-SQL
Is there a freely available GUI tool that will allow interaction with Microsoft SQL Server (via T-SQL) that provides an auto-format feature?
I constantly find myself writing queries in SQL Query ...
0
votes
1answer
503 views
Script to reformat XML file
I am trying to change an XML file from one format to another and have no clue as to how to write a script for it. Can someone help, please?
The source file looks like this:
<Record>
...
14
votes
24answers
1k views
How to convince management that reformatting entire java code base is safe
How would one go about proving to management that a batch reformat of all .java files in a large code base (to place the code in compliance with the company's coding standards) is safe and will not ...
1
vote
2answers
1k views
Tool to reformat VB.Net code - specifically line breaks
Are there any tools available for automatically formatting vb.net code - specifically for adding line breaks at a predefined line length? I'm working with a lot of code with long lines (thousands of ...
3
votes
2answers
282 views
Free tools that automatically reformat whole C/C++ source files in VS2008 on save?
I'm looking for a tool (macro, extension) for Visual Studio 2008 that would reformat the source code (C/C++) when you save the file.
0
votes
0answers
100 views
Transform source file to different format for target system
I need to design a system which will process hundreds of source files (different format fixed width and delimited files) and convert to one target files. There should be two interfaces one is ...
2
votes
7answers
6k views
Fast algorithm for polar -> cartesian conversion
I have an image on a polar grid. This image should be transformed into a cartesian grid, but the only algorithm I know of is really slow for this. Now I use the cartesian grid, for each point I find ...
21
votes
2answers
5k views
reformat in vim for a nice column layout
I have this dataset in a csv file
1.33570301776, 3.61194e-06, 7.24503e-06, -9.91572e-06, 1.25098e-05, 0.0102828, 0.010352, 0.0102677, 0.0103789, 0.00161604, 0.00167978, 0.00159998, 0.00182596, ...
8
votes
3answers
4k views
How to reformat multi-line comments in Eclipse PDT?
In Eclipse PDT, Ctrl-Shift-F reformats code. However, it doesn't modify comments at all. Is there some way to reformat ragged multi-line comments to 80 characters per line (or whatever)?
i.e. ...
