Questions tagged [baseline]

243 questions
0
votes
1 answer

R baseline package saving plots in a loop

I'm trying to optimize the parameters for baseline in the R baseline package by changing each parameters in a loop and comparing plots to determine which parameters give me the best baseline. I currently have the code written so that the loop…
Jennifer
  • 165
  • 1
  • 8
0
votes
1 answer

Weka displaying weird results for classification - question marks"?"

I am trying to use the ZeroR algorithm in Weka in order to make baseline performance for my classification problem. However, Weka is displaying weird results for precision and F-measure, it is showing a question mark '?' instead of any number.…
Perl Del Rey
  • 959
  • 1
  • 11
  • 25
0
votes
1 answer

hover to animate css, hover out going back to normal

http://jsfiddle.net/n8mjtyz0/11/ I have simple animation with jquery and css. When I hover I want texts around span to animate. When I hover out I want texts to be normal to original. I seem to succeed in the first hover, but I cannot get the hover…
Seo soup
  • 33
  • 3
0
votes
1 answer

FlyWay : log show successfully table created but failed to create Table?

Running SQL script on Oracle database with Spring Boot and FlyWay on shows successful log result, but fails to create the tables. The only thing which is being created in the database is the flyway_history table which has in it an item with the…
X-HuMan
  • 1,488
  • 1
  • 17
  • 37
0
votes
1 answer

How to position elements from the base in a flex box, without going below the base

I'm trying to position elements in a header displayed as flexbox so that an image (logo) on the left will be vertically aligned to the bottom of a nav on the right. Seems easy enough, however I also have a search button that needs to be positioned…
JamiePatt
  • 43
  • 2
  • 10
0
votes
2 answers

Why does DOORS `isBaseline` seem to always return FALSE?

I created a new major baseline in a DOORS module and then ran a small DXL script which includes lines Module mp = current Baseline bp = getMostRecentBaseline(mp) int majorVersion = major(bp) int minorVersion = minor(bp) print "major " majorVersion…
Carl Witthoft
  • 20,573
  • 9
  • 43
  • 73
0
votes
2 answers

Subversion: Is there any good reason not to create a Tag from multiple revisions?

I know this is possible, and there are various ways to do it, but is there any good reason NOT to create a tag from multiple revisions? What I am proposing to do is create a program based on the SVNKit and Jakarta POI that reads a list of build…
John Deverall
  • 5,954
  • 3
  • 27
  • 37
0
votes
1 answer

Oracle Endeca (Commerce) forge error : Failed to create the directory C:: Permission denied at -e line 1

When trying to run baseline update in Oracle Commerce 11.3.0 I get the following error : Failed to create the directory C:: Permission denied at -e line 1. in the mkpath_repository log in endeca Platform services.The component Forge fails without…
user1858851
  • 127
  • 1
  • 1
  • 12
0
votes
0 answers

CSS `line-height` relative to baseline (with JS?)

I'm trying to do something that should be very simple but I've spent my day between failures and forums… I would like to adjust my font in order to match my baseline. On InDesign it's one click but in CSS it looks like the most difficult thing on…
user9234196
0
votes
1 answer

Show whether a module has or not at least 1 baseline

I have a folder with a bunch of formal modules and I want to know which ones have at least 1 baseline. I started trying something like this: Item icurr Folder scr = current Folder Baseline b = baseline(1, 0, null) for icurr in scr do { if(…
PySerial Killer
  • 428
  • 1
  • 9
  • 26
0
votes
2 answers

Can I adjust the vertical position of checkboxes in HTML text?

I'm creating a website with Bootstrap 4, and at least in Chrome on Windows 10, the checkboxes are shown a bit too high in a line: These are elements enclosed in
Felix Dombek
  • 13,664
  • 17
  • 79
  • 131
0
votes
1 answer

where are the numbers ' baseline?

i study the app like this , . /** * draw the hour text (12、3、6、9) * draw the arc */ private void drawTimeText() { //draw the hour text String timeText = "12"; mTextPaint.getTextBounds(timeText, 0,…
0
votes
0 answers

SVG text baseline position in Chrome not scale-invariant

I have an SVG containing the words "foo" and "bar": foo
0
votes
1 answer

Baseline a package and include out of package elements

I currently have a package that contains model diagrams only. These model diagrams include elements from a common library that other packages include in their diagrams. I want to avoid baselining the library package and diagram package separately…
Cgrillo
  • 85
  • 9
0
votes
0 answers

Is it possible to calculate the amount of space above and below a font rendered in a browser?

I am trying to get the padding pixel perfect to the baseline and top of the capital letters in a font (in this case Google Roboto). This means that if i want 100px padding, I need to subtract the amount of "built-in padding" that the font has. I was…
gotjosh
  • 831
  • 3
  • 9
  • 18