About 50 results
Open links in new tab
  1. if statement - How do I find which of 2 values are closer to a given ...

    Sep 12, 2021 · I have 2 variables, value1 and value2. I want to see which of these values are closer to the number 21 through an if statement. So in pseudocode, If value1 is closer to 21: Event1 elif value2 is

  2. Is there a way to move letters closer to each other for only a certain ...

    Jan 22, 2016 · Is there a way to move letters closer to each other for only a certain range of a string using CSS? Asked 9 years, 11 months ago Modified 9 years, 11 months ago Viewed 3k times

  3. ComplexUpset: move the y-axis title of the intersect size barplot ...

    Jan 7, 2025 · I have figured out how to do most of the formatting changes on my upset plot but can't figure out how to move the y-axis label on the intersection size plot closer to the y-axis.

  4. Will memory that is physically closer to the CPU perform faster than ...

    Sep 24, 2020 · So memory latency is discrete, not continuous, and being 1 mm closer can't make it fractions of a nanosecond faster. The only plausible effect is if you socket all the memory into DIMM …

  5. How can I make my text closer to my header? - Stack Overflow

    Nov 10, 2021 · How can I make my text closer to my header? Asked 4 years, 1 month ago Modified 4 years, 1 month ago Viewed 607 times

  6. html - CSS - Move border closer to text - Stack Overflow

    Aug 15, 2014 · CSS - Move border closer to text [closed] Asked 11 years, 4 months ago Modified 11 years, 4 months ago Viewed 7k times

  7. html - Getting list items closer together in CSS - Stack Overflow

    Oct 22, 2021 · I've tried playing with the margins, but even at .01px, the list items wouldn't get closer together. I do want some space between them, albeit very little, so creating a bar wouldn't solve my …

  8. Excel - Highlight cell which is closer and smaller to a specific value ...

    Feb 14, 2020 · I would like to highlight a cell which is the closest the a specific value but still lower (below) or equal according to a formula. For instance, if I have 14 in B4, I would like the cell 13 (or 14)

  9. From list of integers, get number closest to a given value

    Aug 27, 2012 · Given a list of integers, I want to find which number is the closest to a number I give in input:

  10. How to move one element closer to the other one. CSS

    How to move one element closer to the other one. CSS Asked 12 years, 11 months ago Modified 12 years, 11 months ago Viewed 12k times