This only applies if you're running Windows. If you're running a prior Windows release, either update to Windows 10/11 or move to macOS/Linux/BSD. In order to speed up patching process on Windows, it's recommended you get WSL 2. This is available in Windows 10 v2004, build 19041 or...
• 0.3.0 • a year ago • 4 dependents • BSD 2-Clausepublished version 0.3.0, a year ago4 dependents licensed under $BSD 2-Clause 83,641 apca-w3 APCA: the Accessible Perceptual Contrast Algorithm, a modern contrast method that improves readability contrast on self-illuminated ...
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build windows package walk import ( "log" "syscall" "unicode/utf8" "unsafe" "github.com/lxn/win" ) // DrawText format flags type DrawTextFormat uint const ( TextTop Dra...
+// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +"use strict"; + +(() => { + const enosys = () => { + const err = new Error("not implemented"); + err.code = "ENOSYS"; + return err; + }; + + if (...
-// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -"use strict"; - -(() => { - const enosys = () => { - const err = new Error("not implemented"); - err.code = "ENOSYS"; - return err; - }; - - if (...
{ 1848 "version" : "2.16.0" , 1849 "resolved" : "https://registry.npmjs.org/commander/-/commander-2.16.0.tgz" , 1850 "integrity" : "sha512-svxqklsaotk9at437sflfpyocjonxe0yst/ag9dkqkudie6iqgimv4sfaqskajbsdvejyitascrbivqhq1hqew==" , 1851 "dev" : true 1852 }, 1853 "com...
Source File: Example2.java From Introduction-to-JavaFX-for-Game-Development with BSD 2-Clause "Simplified" License 5 votes @Override public void start(Stage theStage) { theStage.setTitle( "Canvas Example" ); Group root = new Group(); Scene theScene = new Scene( root ); theStage.set...
doctype html><html><head><metacharset="utf-8"><title>Canvas 3D球形文字云动画特效</title><style>body{background-color:#000000;color:#555555;}h4{font-family:sans-serif;color:#555555;font-size:16px;}h3{font-family:sans-serif;color:#555555;}p{font-family:sans-serif;color:#888888;font-...
<!-- Licensed under a BSD license. See license.html for license --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <title>WebGL - Fundamentals</title> <style> #c { background-color...
* Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Don't use the main frame div when the error is in a subframe. */ html[subframe] #main-frame-error { display: none; } /* Don't use the subframe error div when ...