Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
5.51k
28.1k
// Copyright 2018 The Kubeflow Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agr...
// Copyright 2015 Light Code Labs, LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
package internal import ( "fmt" "log" "strings" ) // SchemaSync 配置文件 type SchemaSync struct { Config *Config SourceDb *MyDb DestDb *MyDb } var changeMap = map[string]string{ "clickhouse": "MODIFY COLUMN", "mysql": "CHANGE", } var addMap = map[string]string{ "clickhouse": "ADD COLUMN", "mysql": ...
package main import ( "bytes" "context" "encoding/json" "errors" "fmt" "github.com/abbot/go-http-auth" "io/ioutil" "log" "math" "net/http" "net/http/httputil" "net/url" "strconv" "strings" "sync" "time" ) const ( wdHub = "/wd/hub/" statusPath = "/status" queuePath = wdHub...
//go:build linux // +build linux /* Copyright 2022 Gravitational, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable...
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/* Copyright 2019 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
// Package graphite provides a service for InfluxDB to ingest data via the graphite protocol. package graphite // import "github.com/influxdata/influxdb/services/graphite" import ( "bufio" "fmt" "math" "net" "strings" "sync" "sync/atomic" "time" "github.com/influxdata/influxdb/models" "github.com/influxdata...
package launcher import ( "context" "fmt" "os" "path" "sort" "strings" "time" "github.com/ethereum/go-ethereum/accounts" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/console/prompt" "github.com/ethereum/go-ethereum/ethclie...
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
/* Copyright 2021 Antrea Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
27