Quick'n'dirty Jekyll plugin for sorted cycle.
Copy sorted_for.rb to _plugins/ directory of your Jekyll site.
| common --@protobuf//bazel/toolchains:prefer_prebuilt_protoc | |
| common --per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| common --host_per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| common --per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| common --host_per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| # Not necessary for Bazel 9. Required for earlier Bazels and rolling releases | |
| # before 10.0.0-pre.20251217.3, which contains | |
| # bazelbuild/bazel@13aa2d7c8b31c67a34c7d19acf291b74e5816654 (cherry-picked into |
| load("@protobuf//bazel:proto_library.bzl", "proto_library") | |
| load("@grpc//bazel:python_rules.bzl", "py_grpc_library", "py_proto_library") | |
| proto_library( | |
| name = "example_proto", | |
| srcs = ["example.proto"], | |
| ) | |
| py_proto_library( |
| #! /bin/bash | |
| # | |
| # Driver for the count-matching-lines script | |
| # | |
| # Author: Mike Bland <mbland@acm.org> | |
| # https://mike-bland.com/, https://github.com/mbland/ | |
| # Date: 2016-08-19 | |
| usage() { | |
| local message |