A conda-smithy repository for boost-histogram.

Overview

About boost-histogram

Home: https://github.com/scikit-hep/boost-histogram

Package license: BSD-3-Clause

Feedstock license: BSD-3-Clause

Summary: The official Boost.Histogram Python bindings. Provides fast, efficient histogramming with a variety of different storages combined with dozens of composable axes. Part of the Scikit-HEP family.

Development: https://github.com/scikit-hep/boost-histogram

Documentation: https://boost-histogram.readthedocs.io

Current build status

Drone linux
Azure
Variant Status
linux_64_python3.6.____cpythonpython_implcpython variant
linux_64_python3.7.____73_pypypython_implpypy variant
linux_64_python3.7.____cpythonpython_implcpython variant
linux_64_python3.8.____cpythonpython_implcpython variant
linux_64_python3.9.____cpythonpython_implcpython variant
linux_aarch64_python3.6.____cpythonpython_implcpython variant
linux_aarch64_python3.7.____73_pypypython_implpypy variant
linux_aarch64_python3.7.____cpythonpython_implcpython variant
linux_aarch64_python3.8.____cpythonpython_implcpython variant
linux_aarch64_python3.9.____cpythonpython_implcpython variant
linux_ppc64le_python3.6.____cpythonpython_implcpython variant
linux_ppc64le_python3.7.____cpythonpython_implcpython variant
linux_ppc64le_python3.8.____cpythonpython_implcpython variant
linux_ppc64le_python3.9.____cpythonpython_implcpython variant
osx_64_python3.6.____cpythonpython_implcpython variant
osx_64_python3.7.____73_pypypython_implpypy variant
osx_64_python3.7.____cpythonpython_implcpython variant
osx_64_python3.8.____cpythonpython_implcpython variant
osx_64_python3.9.____cpythonpython_implcpython variant
osx_arm64_python3.8.____cpython variant
osx_arm64_python3.9.____cpython variant
win_64_python3.6.____cpython variant
win_64_python3.7.____cpython variant
win_64_python3.8.____cpython variant
win_64_python3.9.____cpython variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing boost-histogram

Installing boost-histogram from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, boost-histogram can be installed with:

conda install boost-histogram

It is possible to list all of the versions of boost-histogram available on your platform with:

conda search boost-histogram --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by CircleCI, AppVeyor and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating boost-histogram-feedstock

If you would like to improve the boost-histogram recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/boost-histogram-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

Comments
  • Arch Migrator

    Arch Migrator

    This feedstock is being rebuilt as part of the aarch64/ppc64le migration

    cc: @conda-forge/arm-arch

    Please don't close this PR without reaching out the the ARM migrators first

    opened by regro-cf-autotick-bot 17
  • boost-histogram v1.0.0

    boost-histogram v1.0.0

    It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

    NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/637832594, please use this URL for debugging

    Dependency Analysis

    Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

    Analysis of the source code shows a discrepancy between the library's imports and the package's stated requirements in the meta.yaml.

    Packages found by inspection but not in the meta.yaml:

    • rich
    • pybind11
    opened by regro-cf-autotick-bot 8
  • [bot-automerge] boost-histogram v0.13.0

    [bot-automerge] boost-histogram v0.13.0

    It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

    NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/582254479, please use this URL for debugging

    Here is a list of all the pending dependencies (and their versions) for this repo. Please double check all dependencies before merging.

    | Name | Upstream Version | Current Version | |:----:|:----------------:|:---------------:| |python|3.9.2|Anaconda-Server Badge|

    Dependency Analysis

    Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

    Analysis of the source code shows a discrepancy between the library's imports and the package's stated requirements in the meta.yaml.

    Packages found by inspection but not in the meta.yaml:

    • pybind11
    • rich
    opened by regro-cf-autotick-bot 6
  • [bot-automerge] boost-histogram v0.12.0

    [bot-automerge] boost-histogram v0.12.0

    It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

    NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/519130498, please use this URL for debugging

    Dependency Analysis

    Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

    Analysis of the source code shows a discrepancy between the library's imports and the package's stated requirements in the meta.yaml.

    Packages found by inspection but not in the meta.yaml:

    • pybind11
    • rich
    opened by regro-cf-autotick-bot 6
  • fix: no need to pin NumPy

    fix: no need to pin NumPy

    Checklist

    • [x] Used a personal fork of the feedstock to propose changes
    • [x] Bumped the build number (if the version is unchanged)
    • [ ] Reset the build number to 0 (if the version changed)
    • [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
    • [x] Ensured the license file is being packaged.

    Tiny bit of cleanup (no pinning of NumPy needed), and slightly longer description.

    I wasn't able to rerender, got this error:

    Click to expand
    INFO:conda_smithy.configure_feedstock:Downloading conda-forge-pinning-2020.10.28.12.21.23
    INFO:conda_smithy.configure_feedstock:Extracting conda-forge-pinning to /var/folders/_8/xtbws09n017fbzdx9dmgnyyr0000gn/T/tmp53e8wqyi
    Setting build platform. This is only useful when pretending to be on another platform, such as for rendering necessary dependencies on a non-native platform. I trust that you know what you're doing.
    WARNING:conda_build.config:Setting build platform. This is only useful when pretending to be on another platform, such as for rendering necessary dependencies on a non-native platform. I trust that you know what you're doing.
    Setting build arch. This is only useful when pretending to be on another arch, such as for rendering necessary dependencies on a non-native arch. I trust that you know what you're doing.
    WARNING:conda_build.config:Setting build arch. This is only useful when pretending to be on another arch, such as for rendering necessary dependencies on a non-native arch. I trust that you know what you're doing.
    No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
    WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml.  Falling back to default numpy value of 1.11
    Adding in variants from internal_defaults
    INFO:conda_build.variants:Adding in variants from internal_defaults
    Adding in variants from /var/folders/_8/xtbws09n017fbzdx9dmgnyyr0000gn/T/tmp53e8wqyi/conda_build_config.yaml
    INFO:conda_build.variants:Adding in variants from /var/folders/_8/xtbws09n017fbzdx9dmgnyyr0000gn/T/tmp53e8wqyi/conda_build_config.yaml
    INFO:conda_smithy.configure_feedstock:Applying migrations: /var/folders/_8/xtbws09n017fbzdx9dmgnyyr0000gn/T/tmp53e8wqyi/share/conda-forge/migrations/pypy.yaml,/var/folders/_8/xtbws09n017fbzdx9dmgnyyr0000gn/T/tmp53e8wqyi/share/conda-forge/migrations/python39.yaml
    Adding in variants from argument_variants
    INFO:conda_build.variants:Adding in variants from argument_variants
    Traceback (most recent call last):
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/bin/conda-smithy", line 10, in <module>
        sys.exit(main())
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/cli.py", line 613, in main
        args.subcommand_func(args)
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/cli.py", line 419, in __call__
        self._call(args, tmpdir)
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/cli.py", line 430, in _call
        temporary_directory=temporary_directory,
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/configure_feedstock.py", line 1938, in main
        render_travis(env, config, forge_dir, return_metadata=True)
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/configure_feedstock.py", line 1082, in render_travis
        return_metadata=return_metadata,
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/configure_feedstock.py", line 675, in _render_ci_provider
        metas, forge_dir, platform, arch, upload, forge_config
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/configure_feedstock.py", line 421, in dump_subspace_config_files
        forge_config,
      File "/usr/local/Caskroom/miniconda/base/envs/conda-build/lib/python3.7/site-packages/conda_smithy/configure_feedstock.py", line 363, in _collapse_subpackage_variants
        "ignore_build_only_deps",
    TypeError: explode_variants() got an unexpected keyword argument 'extend_keys'
    
    opened by henryiii 6
  • boost-histogram v0.6.0

    boost-histogram v0.6.0

    It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [x] Dependencies have been updated if changed
    • [x] Tests have passed
    • [x] Updated license if changed and license_file is packaged

    Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one.

    This PR was created by the cf-regro-autotick-bot. The cf-regro-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://circleci.com/gh/regro/circle_worker/12549, please use this URL for debugging

    opened by regro-cf-autotick-bot 6
  • [bot-automerge] boost-histogram v0.10.2

    [bot-automerge] boost-histogram v0.10.2

    It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

    NEW: If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://circleci.com/gh/regro/circle_worker/39050, please use this URL for debugging

    opened by regro-cf-autotick-bot 4
  • chore: bump to version 1.3.1

    chore: bump to version 1.3.1

    Checklist

    • [x] Used a personal fork of the feedstock to propose changes
    • [ ] Bumped the build number (if the version is unchanged)
    • [x] Reset the build number to 0 (if the version changed)
    • [x] Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
    • [x] Ensured the license file is being packaged.
    automerge 
    opened by henryiii 3
  • [bot-automerge] boost-histogram v1.3.0

    [bot-automerge] boost-histogram v1.3.0

    It is very likely that the current package version for this feedstock is out of date.

    Checklist before merging this PR:

    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Information about this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version.
    3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
    4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
    5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    Dependency Analysis

    Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

    Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

    Packages found in the meta.yaml but not found by source code inspection:

    • numpy

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1847610558, please use this URL for debugging.

    opened by regro-cf-autotick-bot 3
  • [bot-automerge] boost-histogram v1.3.0

    [bot-automerge] boost-histogram v1.3.0

    It is very likely that the current package version for this feedstock is out of date.

    Checklist before merging this PR:

    • [ ] Dependencies have been updated if changed: see upstream
    • [ ] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

    Information about this PR:

    1. Feel free to push to the bot's branch to update this PR if needed.
    2. The bot will almost always only open one PR per version.
    3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
    4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
    5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    Dependency Analysis

    Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

    Analysis by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

    Packages found in the meta.yaml but not found by source code inspection:

    • numpy

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1839289785, please use this URL for debugging.

    opened by regro-cf-autotick-bot 3
  • Rebuild for python310

    Rebuild for python310

    This PR has been triggered in an effort to update python310.

    Notes and instructions for merging this PR:

    1. Please merge the PR only after the tests have passed.
    2. Feel free to push to the bot's branch to update this PR if needed.

    Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

    This package has the following downstream children:

    And potentially more.

    If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

    This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1423962687, please use this URL for debugging

    opened by regro-cf-autotick-bot 3
Owner
conda-forge
A community led collection of recipes, build infrastructure and distributions for the conda package manager.
conda-forge
Demo Python project using Conda and Poetry

Conda Poetry This is a demonstration of how Conda and Poetry can be used in a Python project for dev dependency management and production deployment.

Ryan Allen 2 Apr 26, 2022
WinBoost: Boost your windows system.

Winboost runs a complete checkup of your entire system locating junk files, speed-reducing issues and causes of any system or application glitches or crashes. Through a lot of research and testing, we have worked out precise techniques that allow locating issues, which can be safely removed with no risk of damaging your operating system.

Smit Parmar 4 Oct 1, 2021
Compress .dds file in ggpk to boost fps. This is a python rewrite of PoeTexureResizer.

PoeBooster Compress .dds file in ggpk to boost fps. This is a python rewrite of PoeTexureResizer. Setup Install ImageMagick-7.1.0. Download and unzip

null 3 Sep 30, 2022
Automatically re-open threads when they get archived, no matter your boost level!

ThreadPersist Automatically re-open threads when they get archived, no matter your boost level! Installation You will need to install poetry to run th

null 7 Sep 18, 2022
Algo Phantoms 44 Nov 15, 2022
This repository is an archive of emails that are sent by the awesome Quincy Larson every week.

Awesome Quincy Larson Email Archive This repository is an archive of emails that are sent by the awesome Quincy Larson every week. If you fi

Sourabh Joshi 912 Jan 5, 2023
Find the remote website version based on a git repository

versionshaker Versionshaker is a tool to find a remote website version based on a git repository This tool will help you to find the website version o

Orange Cyberdefense 110 Oct 23, 2022
GitHub Actions Version Updater Updates All GitHub Action Versions in a Repository and Creates a Pull Request with the Changes.

GitHub Actions Version Updater GitHub Actions Version Updater is GitHub Action that is used to update other GitHub Actions in a Repository and create

Maksudul Haque 42 Dec 22, 2022
Manjaro CN Repository

Manjaro CN Repository Automatically built packages based on archlinuxcn/repo and manjarocn/docker. Install Add manjarocn to /etc/pacman.conf: Please m

Manjaro CN 28 Jun 26, 2022
Code repository for the Pytheas submersible observation platform

Pytheas Main repository for the Pytheas submersible probe system. List of Acronyms/Terms USP - Underwater Sensor Platform - The primary platform in th

UltraChip 2 Nov 19, 2022
The repository for my video "Playing MINECRAFT with a WEBCAM"

This is the official repo for my video "Playing MINECRAFT with a WEBCAM" on YouTube Original video can be found here: https://youtu.be/701TPxL0Skg Red

Rishabh 27 Jun 7, 2022
A repository containing useful resources needed to complete the SUSE Scholarship Challenge #UdacitySUSEScholars #poweredbySUSE

SUSE-udacity-cloud-native-scholarship A repository containing useful resources needed to complete the SUSE Scholarship Challenge #UdacitySUSEScholars

Nandini Proothi 11 Dec 2, 2021
A repository containing an introduction to Panel made to be support videos and talks.

?? Awesome Panel - Introduction to Panel THIS REPO IS WORK IN PROGRESS. PRE-ALPHA Panel is a very powerful framework for exploratory data analysis and

Marc Skov Madsen 51 Nov 17, 2022
Repository for my Monika Assistant project

Monika_Assistant Repository for my Monika Assistant project Major changes: Added face tracker Added manual daily log to see how long it takes me to fi

null 3 Jan 10, 2022
This repository contains Python Projects for Beginners as well as for Intermediate Developers built by Contributors.

Python Projects {Open Source} Introduction The repository was built with a tree-like structure in mind, it contains collections of Python Projects. Mo

Gaurav Pandey 115 Apr 30, 2022
Choice Coin 633 Dec 23, 2022
Project repository of Apache Airflow, deployed on Docker in Amazon EC2 via GitLab.

Airflow on Docker in EC2 + GitLab's CI/CD Personal project for simple data pipeline using Airflow. Airflow will be installed inside Docker container,

Ammar Chalifah 13 Nov 29, 2022
Sathal's Python Projects Repository

Sathal's Python Projects Repository Purpose and Motivation I come from a mainly C Programming Language background and have previous classroom experien

Sam 1 Oct 20, 2021
🌌 Economics Observatory Visualisation Repository

Economics Observatory Visualisation Repository Website | Visualisations | Data | Here you will find all the data visualisations and infographics attac

Economics Observatory 3 Dec 14, 2022