Questions tagged [space]

DO NOT USE THIS TAG! It is too ambiguous; instead please use a more specific tag like letter-spacing (separation between letters), whitespace (between words), margin (areas of a screen), layout or a platform/language-specific tag (for non-web layouts), etc.

DO NOT USE THIS TAG! It is too ambiguous; please tag your platform and/or language instead and if necessary a more specific tag like

  • letter-spacing (separation between letters),
  • whitespace (between words, glyphs),
  • margin (areas of a screen),
  • layout or a platform-specific tag (for non-web layouts)

etc.

Space characters in text systems indicate separation between words or glyphs. While most Western scripts use only one space character, Unicode defines multiple different kinds of whitespace characters for use in specialized typography functions and in Asian languages.

1977 questions
0
votes
0 answers

Get rid of extra padding on page

I have a Wordpress blog and each page has this extra space/padding on top that I want to get rid of. I have a Custom CSS plugin installed. Anyone have suggestions for how to get rid of it?? chasemymuse.com Thanks!
0
votes
1 answer

read split input by space enter by user in textfield

I need to create a program that is able to detect syntax error in C language programming. Let's say the grammar should be printf("statement"); How could I create an interface that is able to detect if there's any error in the coding? The output…
0
votes
2 answers

How do I replace tab spaces from text file, whit this condition

i have this file: Tue Nov 11 10:32:10 2014 172.18.0.240 csotelo tty1 172.18.1.131 stop task_id=88 timezone=UTC service=shell priv-lvl=15 cmd=configure terminal I used that command: sed -e 's/\s\+/,/g' input.txt…
0
votes
0 answers

DataTables: Ajax include space in search filter

I have this code but i can't do a search filter with space or comma, I need do a smart search with ajax on datatables Datatables ajax code: $(document).ready(function () { oDtable = $('#exc').dataTable({ "scrollX": true, "scrollY": 300, …
0
votes
2 answers

Split a sentence with HTML into words (but leave inline HTML intact)

I am looking for a way to use javascript for splitting a sentence with HTML into words, and leaving the inline HTML tags with the text content intact. Punctuation can be regarded as a part of the word it is closest to. I'd like to use regex, and…
Jeroen
  • 345
  • 3
  • 17
0
votes
1 answer

Is there a way to know what's the extra space that cudaMalloc is going to reserve?

When I use cudaMalloc (100) it reserves more than 100 B (According to some users here it's due to granularity issues and housekeeping information. Is it possible to determine how big this space will be based on the Bytes I need to reserve? Thank you…
Bravado
  • 137
  • 9
0
votes
1 answer

Error for Heap Space Cap

my code is for some reason giving me an out of memory error. I have tried increasing the amount of memory allocated to ecplise but it seems to do nothing. This is my code that the error is coming from: …
0
votes
0 answers

fit functional mixed effect model with cubic spline group effect and periodical subject effects by using KFAS

# my state vector is formed by two parts, so for two subjects, the dimension of the state vector is 6 : group effects (beta(t), beta(t)) and subject specific effect (a1(t), a1(t), a2(t), a2(t)`); the fitted group effect is what I expected, can…
Charlene
  • 1
  • 1
0
votes
3 answers

PHP Auto-Check checkbox not working

I have an automatic check system that is not working properly while($linha = mysql_fetch_array($tabela)) { $nome = $linha['TABLE_NAME']; ?>
0
votes
2 answers

How to correctly clean spaces or enters from list of strings in WPF?

I am creating this short desktop application that cleans extra spaces or enters from string. You know, sometimes when you copy text from pdf to put it e.g. on google translator than you paste, and text is like brake in lines with extra enters or…
DaniKR
  • 2,418
  • 10
  • 39
  • 48
0
votes
1 answer

Connect points in a three dimensional plot

I have an algorithm that can be controlled by two parameters so now I want to plot the runtime of the algorithm depending on these parameters. My Code: from matplotlib import pyplot import pylab from mpl_toolkits.mplot3d import Axes3D fig =…
FirePrism
  • 45
  • 4
0
votes
1 answer

Eliminating unnecessary space on a String array using Java?

I have a String array in Java (Using the NetBeans IDE) containing a small text. When inserting the lines of text into the array I ended up with too much unnecessary space and characters which I would like to get rid of. Here is an example: 1…
kaozbender
  • 95
  • 3
  • 8
0
votes
3 answers

Add a new line in before heading

{{ _('Why this matters') }}

{{ task.why_this_matters_html }}
I want a blank line before the heading "Why this matters". I used < br >. But have…
Jicksy John
  • 169
  • 1
  • 2
  • 13
0
votes
1 answer

vba add more than one space in vba email body?

I am using vba in outlook to generate an email. I would like to find a way to move some text over to the right, about 100 pixels. since I don't believe there is a way to incorporate css or styles in vba I am looking for a way to add more than one…
Jack Knight
  • 51
  • 1
  • 2
  • 6
0
votes
3 answers

Mysterious Line Break between divs. JSFiddle included

was working on a websites design and for some reason, there is a linebreak between 2 divs that really shouldn't exist. Here is the JSFiddle http://jsfiddle.net/d593fdea/ I know the design is ugly right now, but ignore most of it. My question only…
JohnWick
  • 4,929
  • 9
  • 37
  • 74
1 2 3
99
100