5-day longest streak
-
engineering-quests ★ PINNED
A series of little puzzles for software engineers to solve
★ 0 4y agoExplain → -
cheeseshop-query ★ PINNED
Command-line Python tool for sophisticated querying PyPI packages
Python ★ 1 1y agoExplain → -
java-bazel-build-example ★ PINNED
An example Java project built with Bazel
Starlark ★ 0 3y agoExplain → -
dg-query ★ PINNED
A command-line utility program to query dependency graph of a codebase which operates on the adjacency list data stored as a JSON file.
Go ★ 2 5mo agoExplain → -
build-engineer-in-the-wonderland ★ PINNED
A journey into an imaginary world of build systems where it’s all sunshine and roses.
★ 4 1y agoExplain → -
geocpp ★ PINNED
A C++ library built with Bazel
Starlark ★ 0 5mo agoExplain → -
click-cli-boilerplate
A boilerplate project for development of a Click cli application
Python ★ 4 5y agoExplain → -
pants-dep-graph
Pants plugin to export repository dependency graph
Python ★ 2 3y agoExplain → -
pyqt-text-filterer
A little utility PyQt GUI application for searching rows in a text file containing a search string and optionally saving a new file containing only the rows with the search string
Python ★ 2 5y agoExplain → -
AlexTereshenkov.github.io
This repository contains the static files of my personal blog
HTML ★ 1 1y agoExplain → -
pantsights
A sample implementation of web UI for exploration of the dependency graph of a Pantsbuild repository.
JavaScript ★ 1 2y agoExplain → -
shapy
A command-line application written in Java that is capable reading a shapefile binary file according to the ESRI Shapefile Technical Description
Java ★ 1 5y agoExplain → -
bb-portal ⑂
Build Event Stream capturing
★ 0 1mo agoExplain → -
toolchains_llvm_bootstrapped ⑂
A zero sysroot, fully hermetic C/C++ cross compilation toolchain for Bazel based on LLVM.
★ 0 1y agoExplain → -
bazel-frontend
Building frontend code with Bazel
Starlark ★ 0 3mo agoExplain → -
rules_nodejs ⑂
NodeJS toolchain for Bazel.
★ 0 3mo agoExplain → -
bazel ⑂
a fast, scalable, multi-language and extensible build system
Java ★ 0 2mo agoExplain → -
bazel-cache-demo
A demo project for Bazel caching mechanisms
Starlark ★ 0 5mo agoExplain → -
bazel-runfiles-demo
Bazel project to learn more about runfiles
Starlark ★ 0 3mo agoExplain → -
bazel_features ⑂
Support Bazel "feature detection" from starlark
Starlark ★ 0 5mo agoExplain → -
rules_vcpkg ⑂
Bazel rules for vcpkg package manager, it works for Mac OS X and Linux.
★ 0 9mo agoExplain → -
sysroots ⑂
No description.
★ 0 10mo agoExplain → -
linuxjourney ⑂
Courses and lesson content for linuxjourney.com
★ 0 4y agoExplain → -
bazel_aspects ⑂
Example of how to use bazel aspects.
★ 0 2y agoExplain → -
bazel-workshop-2024 ⑂
Materials and exercises for a Bazel workshop
★ 0 1y agoExplain → -
rules_haskell ⑂
Haskell rules for Bazel.
★ 0 1y agoExplain → -
rules_python_pytest ⑂
Bazel rules to run Python tests with pytest
★ 0 1y agoExplain → -
rules_pycross ⑂
Bazel + Python rules for cross-platform external dependencies
★ 0 1y agoExplain → -
with_cfg.bzl ⑂
No description.
★ 0 1y agoExplain → -
bazel_nondeterministic_actions ⑂
An example of parsing bazel exec logs to find non-deterministic actions
★ 0 5y agoExplain → -
tar.bzl ⑂
Bazel rule wrapping the BSD tar executable from libarchive
★ 0 1y agoExplain → -
bazel_env.bzl ⑂
A virtual environment for Bazel-managed tools and toolchains.
★ 0 1y agoExplain → -
rules_docker-python-example ⑂
No description.
★ 0 3y agoExplain → -
scalable-builds-intro ⑂
No description.
★ 0 3y agoExplain → -
bazel-community-day-workshop ⑂
No description.
★ 0 2y agoExplain → -
hermetic_cc_toolchain ⑂
Bazel C/C++ toolchain for cross-compiling C/C++ programs
★ 0 1y agoExplain → -
cmake-sample-executable
A C++ simple executable built with CMake
C++ ★ 0 1y agoExplain → -
gcem ⑂
A C++ compile-time math library using generalized constant expressions
★ 0 2y agoExplain → -
pants ⑂
The Pantsbuild developer workflow system
Python ★ 0 1y agoExplain → -
scie-pants ⑂
Protects your Pants from the elements.
★ 0 1y agoExplain → -
example-javascript ⑂
An example repo to demonstrate JavaScript support in Pants
★ 0 2y agoExplain → -
example-adhoc ⑂
Example uses of the Pants adhoc command functionality
★ 0 3y agoExplain → -
example-codegen ⑂
An example repository to demonstrate codegen support in Pants.
★ 0 3y agoExplain → -
example-docker ⑂
An example repository to demonstrate Docker support in Pants.
★ 0 2y agoExplain → -
example-kotlin ⑂
An example repo to demonstrate Kotlin support in Pants v2
★ 0 2y agoExplain → -
example-visibility ⑂
Pantsbuild visibility rules implemented in a toy project
★ 0 2y agoExplain → -
example-golang ⑂
An example repo to demonstrate Go support in Pants v2
★ 0 2y agoExplain → -
example-jvm ⑂
An example repo to demonstrate Java and Scala support in Pants v2
★ 0 2y agoExplain → -
buildtools ⑂
A bazel BUILD file formatter and editor
★ 0 3y agoExplain → -
schemastore ⑂
A collection of JSON schema files including full API
JavaScript ★ 0 2y agoExplain → -
example-python ⑂
An example repo to demonstrate Python support in Pants v2
Shell ★ 0 3y agoExplain → -
python-sandbox
A Docker image with some of the Python tooling one may need for exploratory testing and development
Dockerfile ★ 0 3y agoExplain → -
python-logging-examples
Showcasing multiple ways to log in Python programs
Python ★ 0 3y agoExplain → -
sphinx-click ⑂
A Sphinx plugin to automatically document click-based applications
★ 0 5y agoExplain → -
rst-docs-boilerplate
Boilerplate project for generating static HTML documentation using reStructuredText files
Python ★ 0 5y agoExplain → -
packaging.python.org ⑂
Python Packaging User Guide
Python ★ 0 5y agoExplain → -
pybutler
An interactive CLI tool written in Java used for generation of boilerplate code required to run unit tests for a Python 3 project
Java ★ 0 5y agoExplain → -
reproducible-builds-example
An example project that demonstrates the concept of reproducible builds with a few C++ source files and CMake build steps
C++ ★ 0 5y agoExplain → -
ql ⑂
The standard QL libraries and queries that power LGTM.com and other Semmle Products
C# ★ 0 6y agoExplain → -
flask-restful-boilerplate
This is a primitive boilerplate Flask app featuring use of `flask-restful` extension. This app can be used as a template for building RESTful APIs.
Python ★ 0 6y agoExplain → -
lgtmapidemo
Sample GitHub repository to be used for adding to LGTM and running analysis on
Python ★ 0 6y agoExplain → -
python3-parser ⑂
An ANTLR4 grammar for Python 3
★ 0 9y agoExplain → -
lgtmapidemoyaml
LGTM API demo repository with YAML configuration file
Python ★ 0 7y agoExplain →
No repos match these filters.