Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for Mincore (0.16 sec)

  1. pkg/scheduler/schedule_one_test.go

    	var maxScore float64
    	minScore := math.MaxFloat64
    
    	for _, hostPriority := range nodeScores {
    		maxScore = math.Max(maxScore, float64(hostPriority.Score))
    		minScore = math.Min(minScore, float64(hostPriority.Score))
    	}
    	for i, hostPriority := range nodeScores {
    		nodeScores[i] = framework.NodeScore{
    			Name:  hostPriority.Name,
    			Score: int64(maxScore + minScore - float64(hostPriority.Score)),
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. docs/fr/docs/index.md

        * **WebSockets**
        * de tester le code très facilement avec `requests` et `pytest`
        * **<abbr title="Cross-Origin Resource Sharing">CORS</abbr>**
        * **Cookie Sessions**
        * ... et plus encore.
    
    ## Performance
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&imath;":                           "\u0131",
    	"&imof;":                            "\u22b7",
    	"&imped;":                           "\u01b5",
    	"&in;":                              "\u2208",
    	"&incare;":                          "\u2105",
    	"&infin;":                           "\u221e",
    	"&infintie;":                        "\u29dd",
    	"&inodot;":                          "\u0131",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"imath;":                           '\U00000131',
    		"imof;":                            '\U000022B7',
    		"imped;":                           '\U000001B5',
    		"in;":                              '\U00002208',
    		"incare;":                          '\U00002105',
    		"infin;":                           '\U0000221E',
    		"infintie;":                        '\U000029DD',
    		"inodot;":                          '\U00000131',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    en-root.fr
    
    // Enalean SAS: https://www.enalean.com
    // Submitted by Thomas Cottier <******@****.***>
    mytuleap.com
    tuleap-partners.com
    
    // Encoretivity AB: https://encore.dev
    // Submitted by André Eriksson <andre@encore.dev>
    encr.app
    encoreapi.com
    
    // ECG Robotics, Inc: https://ecgrobotics.org
    // Submitted by <******@****.***>
    onred.one
    staging.onred.one
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top