About 73,900 results
Open links in new tab
  1. What is the difference between PARTITION BY and GROUP BY

    select row_number() over (partition by customerId order by orderId) as OrderNumberForThisCustomer from Orders GROUP BY normally reduces the number of rows returned by rolling them up and …

  2. Excel: Can I create a Conditional Formula based on the Color of a Cell ...

    End Function which checks for a cell's background color by writing the above macro (alt+f11 to open macros), and I used that function to easily create a version of this that checks if a range of three cells …

  3. 3d - Coloring mesh edges in meshlab - Stack Overflow

    May 31, 2017 · 4 As the OP has mentioned MeshLab has a provision to color edges with custom user selected color (same color for all edges) or with vertex/face color (edge connecting to vertices with …

  4. What is the hexadecimal code for a transparent color?

    I want to set the color as transparent. In RGB, 255 0 255 with alpha 5 may work as transparent, but how can I get it in hexadecimal? What is the hexadecimal code for a transparent color?

  5. javascript - Eggshell gradients in css - Stack Overflow

    Aug 30, 2024 · What is the best strategy to creating subtle complex gradients like the attached. I tried to see what the css was in this element, but it may be set in the canvas javascript itself. I am not sure i...

  6. HTML: Changing colors of specific words in a string of text

    Jan 30, 2011 · Learn how to change the color of specific words in a text string using HTML techniques and examples.

  7. How do I set the background color of Excel cells using VBA?

    Dec 13, 2008 · 34 As part of a VBA program, I have to set the background colors of certain cells to green, yellow or red, based on their values (basically a health monitor where green is okay, yellow is …

  8. terminal - List of ANSI color escape sequences - Stack Overflow

    Jan 30, 2011 · The ANSI escape sequences you're looking for are the Select Graphic Rendition subset. All of these have the form \033[XXXm where XXX is a series of semicolon-separated parameters. To …

  9. python - Named colors in matplotlib - Stack Overflow

    What named colors are available in matplotlib for use in plots? I can find a list on the matplotlib documentation that claims that these are the only names: b: blue g: green r: red c: cyan m: mag...

  10. List of all colors available for PowerShell? - Stack Overflow

    Dec 12, 2013 · I am searching for a list of all colors I can use in PowerShell. Since we need to provide names and no hexnumbers, it's hard to figure out if a color exists or not, at least if you don't know …