Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of about 10,000 for content_length:[100000 TO 499999] (0.33 sec)

  1. LoRA fine-tuning for Phi Silica

    Learn how to fine-tune the Phi Silica model in Azure using a custom dataset, download the resulting LoRA adapter, and perform inference with the adapter.
    code.visualstudio.com/docs/intelligentapps/finetune
    Registered: Mon Nov 24 00:32:44 UTC 2025
    - 170.2K bytes
    - Viewed (0)
  2. Container Tools Tips and Tricks

    Visual Studio Code container development troubleshooting tips and tricks
    code.visualstudio.com/docs/containers/troubleshooting
    Registered: Mon Nov 24 00:31:48 UTC 2025
    - 108.3K bytes
    - Viewed (0)
  3. Introductory Videos for C# in VS Code

    Get started with C# in Visual Studio Code by watching these introductory videos
    code.visualstudio.com/docs/csharp/introvideos-csharp
    Registered: Mon Nov 24 00:32:56 UTC 2025
    - 99.9K bytes
    - Viewed (0)
  4. Labeled statement - JavaScript | MDN

    A labeled statement is any statement that is prefixed with an identifier. You can jump to this label using a break or continue statement nested within the labeled statement.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/label
    Registered: Mon Nov 24 00:50:57 UTC 2025
    - Last Modified: Sun Nov 23 01:10:37 UTC 2025
    - 192.4K bytes
    - Viewed (0)
  5. <feSpecularLighting> - SVG | MDN

    The <feSpecularLighting> SVG filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLighting
    Registered: Mon Nov 24 00:51:01 UTC 2025
    - Last Modified: Sun Nov 23 01:10:41 UTC 2025
    - 170.1K bytes
    - Viewed (0)
  6. <mask> - SVG | MDN

    The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/mask
    Registered: Mon Nov 24 00:51:26 UTC 2025
    - Last Modified: Sun Nov 23 01:10:41 UTC 2025
    - 171.3K bytes
    - Viewed (0)
  7. SyntaxError: invalid character in class in regu...

    The JavaScript exception "invalid character in class in regular expression" occurs when a character appears in a v-mode character class but it's not allowed to appear literally.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Regex_invalid_char_in_class
    Registered: Mon Nov 24 00:51:27 UTC 2025
    - Last Modified: Sun Nov 23 01:10:27 UTC 2025
    - 174.4K bytes
    - Viewed (0)
  8. Unsigned right shift (>>>) - JavaScript | MDN

    The unsigned right shift (>>>) operator returns a number whose binary representation is the first operand shifted by the specified number of bits to the right. Excess bits shifted off to the right are discarded, and zero bits are shifted in from the left. This operation is also called "zero-filling right shift", because the sign bit becomes 0, so the resulting number is always positive. Unsigned right shift does not accept BigInt values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unsigned_right_shift
    Registered: Mon Nov 24 00:52:13 UTC 2025
    - Last Modified: Sun Nov 23 01:10:37 UTC 2025
    - 185.7K bytes
    - Viewed (0)
  9. <feFuncB> - SVG | MDN

    The <feFuncB> SVG filter primitive defines the transfer function for the blue component of the input graphic of its parent <feComponentTransfer> element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncB Similar Results (2)
    Registered: Mon Nov 24 00:52:14 UTC 2025
    - Last Modified: Sun Nov 23 01:10:41 UTC 2025
    - 164.1K bytes
    - Viewed (0)
  10. <title> โ€” the SVG accessible name element - SVG...

    The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.
    developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/title
    Registered: Mon Nov 24 00:51:31 UTC 2025
    - Last Modified: Sun Nov 23 01:10:41 UTC 2025
    - 166K bytes
    - Viewed (0)
Back to top