A separation between words, glyphs or areas of a screen.

learn more… | top users | synonyms

2
votes
1answer
32 views

Scala StringLike split method creates extra double quotes for leading spaces

I tried a simple split for a csv styled string, that contains spaces after commas like this: scala> """"First", "SecondAfterSpace"""".split(",") res0: Array[String] = Array("First", " ...
0
votes
0answers
11 views

Is there possible to add space break in facebook post

As the topic, is there any option to add space brake in facebook post, such as:   (this is not working) or something else?
0
votes
2answers
45 views

Adding space between numbers?

I'm trying to make a number input. I've made so my textbox only accepts numbers via this code: function isNumber(evt) { evt = (evt) ? evt : window.event; var charCode = (evt.which) ? ...
0
votes
1answer
39 views

Java space at start of text file

I have a program that ask the user for what application it want to open, this is how the program works: the user write what application it want to open in a "inputDialog" example the user write ...
0
votes
2answers
31 views

PHP strings space wrapping

I am using a TAB delimited file to import data in MySQL with PHP. My problem is whenever i display large strings (which are imported from Tab delimited files ONLY) which have spaces in them they won't ...
0
votes
1answer
40 views

Why is this div adding empty space at the bottom?

I have the following code: <div class="line"> <div class="content">Hello, How are you?</div> CSS: .line { border-bottom: 1px solid tomato; margin: 30px auto; width: 852px; ...
2
votes
1answer
50 views

Fill up white space in R Plots

How does one get rid of white space when plotting in R as in the example below? I would like to do this because when I want to multiple plots on a page it looks terrible. I'm using the par ...
0
votes
0answers
43 views

Give Space on string sql server

I got trouble to give space between words on sql, before on sql I already did on vb.net: '============================= Create Space Between Words ========================' 'Split The Words into 3 ...
0
votes
0answers
19 views

TextArea on Blackberry: cursor does not advance for space

I have a BB app (written with j2me and lwuit). There are a lot of text fields (com.sun.lwuit.TextArea objects) in the app. When running it, if I type characters in the text fields, the cursor advances ...
0
votes
1answer
17 views

Highcharts white space between grouped bars

I'd like to know if this is possible? I want to group certain bars by adding white spacers. In my Google Spreadsheet I add an empty row, but then Highcharts renders a row number as category. The ...
2
votes
4answers
53 views

CSS: how to add white space before element's content?

None of the following code works : p:before { content: " "; } p:before { content: "&nbsp;"; } How to add white space before element's content ? Note: I need to color the border-left and the ...
0
votes
0answers
11 views

How to manipulate OSX Lion desktop spaces in Terminal

I'm specifically hoping to find out if there is a way to create a new Mission Control desktop space using the Terminal, or even using Automator. My apologies if this is a trivial question. I'm ...
0
votes
1answer
26 views

Handling spaces in a directory in bash sh

I have this line cp $(find "$directory" -type f | grep -iE '\.(c|cc|cpp|cxx)$') ~/src which searches a given directory (in this case, $directory is /home) and copies all file with the extensions of ...
0
votes
0answers
7 views

content div extends height when child divs use float

I'm trying to put two divs inside of a container, assigning one float: left and the other one float: right, while giving the container an overflow: hidden value, works, but there's a problem. For ...
0
votes
2answers
33 views

JavaScript - remove space after a specific char

I've found many solutions in JavaScript to remove all spaces in a string with \s. But I can't found a solution for my specific problem. I want to transform "2* 2 +3* 5" in "2*2+3*5" (no more space ...
0
votes
2answers
14 views

How to change ctrl+space for visual studio

By default ctrl+space will show the intellisense, but I wish to change the shortcut, where should I change it?
0
votes
2answers
57 views

Function removes extra spaces but leaves one space between words in a char pointer

I need a function that will take a char pointer like char *s = "abc def gf ijklmn". If it is passed through the function int space_remove(char *) it should return the number of extra spaces and ...
1
vote
0answers
23 views

Redis SET fails when value has spaces

I just fired up Redis and am playing around with it. The following works fine: SET billybob "hello" +OK However, the following fails: SET billybob "hey how are you" -ERR syntax error I thought ...
0
votes
3answers
74 views

Several floating DIVs and the last one filling remaining space

There are several floating divs, like here: http://jsfiddle.net/YyKxB/ How to make the last div.verylast filling the remaining space? Of course the width of this space will vary depending on the numer ...
0
votes
2answers
28 views

Check if next char in a string is a space

I would like to check if the current char is a blank space as i dont want to change that. So i would like to change all the letters like i do now, but keep the spaces. e.g. "that man" with C = 2 ...
-1
votes
0answers
26 views

java - lwjgl - camera - setting camera on possition

i'm busy with a game and my friends aren't online to help so im here :D try { Display.setDisplayMode( new DisplayMode (640,480)); Display.setTitle("Voxel Game"); Display.create(); } catch ...
2
votes
3answers
21 views

Space on top of div for unknown reason

I'm working on a website and am finally almost done. I just have one problem. The table-cell on the right side (chalkboard) has a space on the top of it and I cant figure out for the life of how to ...
0
votes
1answer
63 views

Google App Script (HTMLService)/Jquery <Select> Removing Spaces?

I have a WebApp that I'm developing using GAS (HTMLService) -- I've got some jQuery in there but I'm not sure that matters. Long story short I have several elements in my WebApp --- when I doPost ...
0
votes
3answers
41 views

Extra space at bottom of page

For some reason there is a ton of extra white space at the bottom of my page that I cannot seem to get rid of. I cannot put anything inside of the space nor can I get rid of it. I did some research ...
0
votes
0answers
45 views

Windows Event Viewer Event ID 1309 malformed URL when encoded space character

Event Viewer shows Event ID 1309 for unhandled exceptions. If the URL has encoded space character "%20", it gets malformed, portion of URL repeats 82 times. Any clues why 82? Is this a known bug in ...
0
votes
1answer
36 views

How to start application(path with space) using QProcess on mac OSX?

It goes well when using QProcess to start a program if its path without space. eg: QProcess app; app.startDetached("open /Users/test/Desktop/MyTest/Hello.app"); But, it doesn't work if the program ...
0
votes
3answers
106 views

How to validate textbox only for spaces?

I have a tex box in aspx page and i need to validate the text box. How can i do this at server side. <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> if(Textbox1.Text=="") { ...
0
votes
0answers
26 views

mysql innodb ibd file space usage

I have a innodb table, and set mysql innodb_file_per_table=1 on Host A this table's ibd file allocate about 3GB disk then, i dump this table to sql file(a.sql), a.sql allocate about 2.5Gb disk ...
1
vote
1answer
64 views

Which ARM compiler for a Cortex-M4, arm-none-eabi, generates the least code space?

Well, I think the title says it all, but the web page complains that the message body is missing. There were valuable discussions here about code space optimization, but I wonder what compiler (GCC, ...
1
vote
2answers
42 views

A space is added in on the second line of my output. Cant figure out how to remove it.

When I output the code on the second line of output there is a space added in that I cannot figure out how to remove. I have searched on this site and google for an answer. Sorry this is a simple fix. ...
0
votes
1answer
48 views

Overlapping data points and spacing

I have a set of data that I plot but the points on the graphs are so closed to each other that you can't see them well nd neither their values because even when I zoom in I can't get to them all. Now ...
0
votes
3answers
56 views

PHP Get method not taking

I have used Get method in a form to fetch the name variable from a page, but it's only fetching the firstname and leaving the part after space. I want to select the complete field along with spaces. ...
2
votes
5answers
107 views

How to split string in a variable without loosing spaces?

how can i split the string " This is a text with spaces " that is in the variable "string" into text parts without loosing the spaces ? set string="# This is a text with spaces ...
0
votes
2answers
50 views

Remove lines from a file starting with a space, including empty lines

To delete all lines of a txt file that begins with a space (including empty lines), I write findstr /v /b /c:" " <%1>result.out. Indeed, result.out file get answer for me if there is no ...
0
votes
2answers
69 views

Large Space between footer and bottom of page

I am almost finished with this page, but beneath my button image in the footer, there is this nasty space I can't get rid of. Any help? Code is below. /*=========================>Jacob Dixon ...
0
votes
2answers
53 views

How to parse a large dataset using python into a CSV file?

I have a large .dat file (3gigs) which contains values separated by space. Here's how the first first line looks like: S 201001 7 2 2 ...
2
votes
1answer
53 views

How can i delete these spaces in Android

Here is my method, and this method's output is http://l1304.hizliresim.com/18/f/m1r29.jpg I don't want any spaces between these buttons. How can i do this? public void butonOlustur(){ TableRow ...
1
vote
3answers
150 views

Space Invaders stick to wall

So I have to develop an XNA game for school and I thought Space Invaders was a nice thing to make. But now I'm stuck with a problem. I have a List filled with 'Aliens' from another class. And every ...
0
votes
3answers
90 views

SystemInfo - Get computer System Model via CMD - Extra spaces bug

I'm trying to get a Computer System Model type via Batch file. for this i've created this script: systeminfo | find "System Model" > %temp%\TEMPSYSINFO.txt for /F "tokens=2 delims=:" %%a in ...
0
votes
0answers
25 views

Space between a #class and a #div only showing up in Chrome (not Firefox nor Internet Explorer)

This is my first post in SO and one of my very first attempts at web design, so please bear in mind my newbieness...or noobness, whichever it is :-) I've been playing around with a free blogger ...
0
votes
3answers
53 views

extra white space on table cells

I am creating a table with 5 images across, one in each cell. I want it to span 920px, with 10px gap between each cell. Which equals 176 for each cell, so i made my images 176px wide. This is my ...
0
votes
1answer
47 views

javascript code (new line, loops)

So I am doing an assignment and I am incredibly stuck at the moment with a few steps to go until the finish. Here is the code I have thus far and what I need to do is first off is put the "var week" ...
0
votes
0answers
25 views

Handlebars, whitespace control

i want fine control of whitespace but still have readable templates. Just wanted to see if other's solution to by simple use case. {{name}} {{#if age}} , {{age}} {{/if}} # outputs {{name}} , ...
-1
votes
2answers
154 views

jQuery stopwatch with milliseconds and spacebar as trigger [closed]

I've just started with 'learning' jQuery, so I almost know nothing. But, I want a stopwatch, showing minutes, seconds and milliseconds. I'd like to start the timer by pressing spacebar, and also stop ...
0
votes
0answers
13 views

How to reduce the Gallery space to the right of my last selected object?

Does anybody know how i can reduce the space between my last selected object and the right side of my device in a gallery? I #am aware that this question was asked before, but unfortunately there ...
0
votes
2answers
31 views

What is the most efficient way to store URL's in MySQL?

This is not actually a coding question, but I want to learn something. I'm trying to save picture URL's for items in the database. At first, I made the *img_url* column of type TEXT, but turns out it ...
1
vote
2answers
49 views

spaces in bash scripts

So, I've been trying for a while and this really won't work. I'm trying to write a script that will concatenate many pdf files into one without the tedium of specifying them at the command-line ...
0
votes
0answers
29 views

Store and sort huge amount of data

This is my first time using this, so I hope I can explain my question well. I've recently encountered a problem of storing and sorting huge amount of data. I have a symmetric array which represents ...
-3
votes
1answer
54 views

finding path of a file [closed]

ok so I am making a program where the user types a file name that is included in the jar file, so the program extracts that file from the jar then opens it.I have no problem doing any of this, there ...
0
votes
1answer
44 views

Calling batch file with parameter containing space

I have a very simple problem: call myBatch.bat "K:\dir name with spaces\eatThis.xml" Which will not work, it will stop with K:\dir does not exist Could you please point me to the SO question ...

1 2 3 4 5 14