Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
8.57k
38.1k
// Copyright 2018 the LinuxBoot Authors. All rights reserved // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package visitors import ( "bytes" "encoding/binary" "fmt" "log" "sort" "github.com/linuxboot/fiano/pkg/compression" "github.com/linuxboot/fiano/p...
// Copyright 2018 The gVisor 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 agree...
// Copyright (c) 2019 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.25.0 // protoc v3.18.0 // source: envoy/type/v3/percent.proto package envoy_type_v3 import ( _ "github.com/cncf/xds/go/udpa/annotations" _ "github.com/envoyproxy/protoc-gen-validate/validate" proto "github.com/golang/protobu...
// Copyright (c) 2021 Red Hat, Inc. // Copyright Contributors to the Open Cluster Management project // adopted from https://github.com/kubernetes/kubectl/blob/master/pkg/cmd/get/get.go /* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file...
/* * Copyright (c) 2013-2014 <NAME> (Gmail: kurt.w.jung) * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ...
package astrewrite import ( "fmt" "go/ast" "go/constant" "go/token" "go/types" ) type simplifyContext struct { info *types.Info varCounter int simplifyCalls bool } func Simplify(file *ast.File, info *types.Info, simplifyCalls bool) *ast.File { c := &simplifyContext{info: info, s...
package conf import ( "v2ray.com/core/app/router" ) const ( anySubDomain = "^(.*\\.)?" dotAm = "\\.am$" dotCc = "\\.cc$" dotCn = "\\.cn$" dotCom = "\\.com$" dotInfo = "\\.info$" dotIo = "\\.io$" dotLa = "\\.la$" dotMe = "\\.me$" dotNet = "\\.net$" ...
"//\n// February 2016, cisco\n//\n// Copyright (c) 2016 by cisco Systdialin. Inc.\n// All rights res(...TRUNCATED)
"package executor\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"io/ioutil\"\n\t\"log\"\n\t\"net\"\n\t\"(...TRUNCATED)
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
12