A fast and lightweight server-side Web analytics solution

Ballcone Ballcone is a fast and lightweight server-side Web analytics solution. It requires no JavaScript on your website. Screenshots Design Goals Simplicity. Ballcone requires almost zero set-up as it prefers convention over configuration Efficiency. Ballcone performs lightning-fast analytic queries over data thanks to the underlying columnar database Specificity. Ballcone aims at providing visual insights on the HTTP access logs with no bloat Features No JavaScript snippets required GeoIP mapping with the GeoLite2 database Extraction of platform and browser information from […]

Read more

A pure Python interface for the Telegram Bot API

python-telegram-bot This library provides a pure Python interface for the Telegram Bot API. It’s compatible with Python versions 3.6.2+. PTB might also work on PyPy, though there have been a lot of issues before. Hence, PyPy is not officially supported. In addition to the pure API implementation, this library features a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule. A pure API implementation without telegram.ext is available […]

Read more

Develop a Customer Review Analysis Platform from scratch

This article was published as a part of the Data Science Blogathon Introduction When we go to buy anything, what is the one factor that helps us choosing one thing over another? Isn’t it the reviews of that product or service, which represent the brand value? In the era of digital advancement and e-commence, almost every product or service has an indirect or direct digital presence. Consumers of these products and services leave feedback on these over various mediums which creates […]

Read more

A tool that allows you to declaratively manage Kubeflow’s pipelines

KRSH KRSH (pronounce, krush) is a tool that allows you to declaratively manage Kubeflow’s pipelines. By managing Kubeflow Pipeline through KRSH, developers can reduce the cost of managing Pipeline Versions and deploy pipelines much faster than ever before. KRSH was greatly inspired by Terraform’s behavior through Write, Plan, and Apply Cycle and its declarative management of resources. Also, since KRSH provides the KRSH Project Boilerplate through the krsh create command, the developer who develops the pipeline no longer needs to […]

Read more

A Python library used to hide and transfer your payload using DNS

DNSStager DNSStager is an open-source project based on Python used to hide and transfer your payload using DNS. DNSStager will create a malicious DNS server that handles DNS requests to your domain and return your payload as a response to specific record requests such as AAAA or TXT records after splitting it into chunks and encoding the payload using different algorithms. DNSStager can generate a custom agent written in C or GoLang that will resolve a sequence of domains, retrieve […]

Read more

A Text User Interface framework for Python using Rich as a renderer

Textual Textual is a TUI (Text User Interface) framework for Python using Rich as a renderer. The end goal is to be able to rapidly create rich terminal applications that look as good as possible (within the restrictions imposed by a terminal emulator). Rich TUI will integrate tightly with its parent project, Rich. Any of the existing renderables can be used in a more dynamic application. This project is currently a work in progress and may not be usable for […]

Read more

Sign data using symmetric-key algorithm encryption

ska Lets you easily sign data, using symmetric-key algorithm encryption. Allows you to validate signed data and identify possible validation errors. Uses sha-(1, 224, 256, 385 and 512)/hmac for signature encryption. Allows to use custom hash algorithms. Comes with shortcut functions for signing (and validating) dictionaries and URLs. Key concepts Hosts, that communicate with each other, share the Secret Key, which is used to sign data (requests). Secret key is never sent around. One of the cases is signing of […]

Read more

A part of HyRiver software stack for accessing hydrology data through web services

PyGeoHydro A part of HyRiver software stack for accessing hydrology data through web services Features PyGeoHydro is a part of HyRiver software stack that is designed to aid in watershed analysis through web services. This package provides access to some of the public web services that offer geospatial hydrology data. It has three main modules: pygeohydro, plot, and helpers. The pygeohydro module can pull data from the following web services: NWIS for daily mean streamflow observations, NID for accessing the […]

Read more

Platform for materials scientists to contribute

MPContribs MPContribs enables materials researchers to contribute experimental and theoretical materials data to Materials Project (MP). Data on MPContribs is collectively maintained as annotations to existing MP materials and automatically exposed to over 130,000 MP users. MPContribs disseminates contributions as preview cards on MP’s materials details pages, in form of domain-specific interactive landing pages on its portal, and programmatically through its API. MPContribs deployments dedicated to datasets for Machine Learning and from DOE Light Sources are currently being built up. […]

Read more
1 620 621 622 623 624 928