Skip to content

Instantly share code, notes, and snippets.

@davidB
davidB / cla.md
Last active September 10, 2025 14:58
cdviz-cla

Contributor License Agreement (CLA) - Alchim312 SAS

Thank you for your interest in contributing to cdviz (Projects). By submitting a pull request or otherwise contributing to this Project, you agree to the following terms:


1. Definitions

  • "Contribution" means any work of authorship, including but not limited to code, documentation, or other materials, that you submit to the Project.
  • "You" means the individual or legal entity contributing to the Project.
@davidB
davidB / deprecated-cla.md
Last active October 13, 2025 15:35
cdviz-collector-cla

Contributor License Agreement (CLA) - Alchim312 SAS

Thank you for your interest in contributing to cdviz-collector. This project is dual-licensed:

  • Open-source core: AGPL-3.0 (for community use).
  • Commercial license: For proprietary use (including core software, extensions, and SaaS).

By submitting a pull request or otherwise contributing to this Project, you agree to the following terms:


@davidB
davidB / .editorconfig
Last active September 1, 2021 14:20
.editorconfig
# https://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
@davidB
davidB / bintray-sync.bash
Last active February 10, 2021 14:21
a script to batch request sync from bintray/JCenter into maven central
#! /bin/bash
#
# for manual or api sync prerequirements are the same:
# - on oss sonatype:
# - having an account on https://issues.sonatype.org/
# - being allowed to publish to the target groupId
# - check on that stagingProfiles includes the target groupId on https://oss.sonatype.org/#stagingProfiles (same user/password as on https://issues.sonatype.org/) that
# - on bintray
# - artifacts available on JCenter (request require manual approbation from bintray)
# - artifacts follow [requirements](http://central.sonatype.org/pages/requirements.html)
@davidB
davidB / keybase.md
Created February 13, 2018 11:22
keybase.md

Keybase proof

I hereby claim:

  • I am davidb on github.
  • I am davidb31 (https://keybase.io/davidb31) on keybase.
  • I have a public key ASB5uSzY-x3rC_KOnyXDW4EkA6xVeqsD3ZV0d26k-jBkMAo

To claim this, I am signing this object:

#!/usr/bin/env python
#require PyGithub (pip install PyGithub)
#see https://github.com/jacquev6/PyGithub
import sys
import urllib2
import os
import os.path
from pipes import quote