Python Service for MISP Feed Management

Python Service for MISP Feed Management This set of scripts is designed to offer better reliability and more control over the fetching of feeds into MISP. For the moment, the schedule is broken up into multiple components, at the top of each plugin and in config.py: MISP_TIMES: An array of times (24hr format) when enabled MISP feeds will be fetched and cached. TEXT_TIMES: An array of times (24hr format) when enabled plaintext and CSV feeds will be fetched and cached. […]

Read more

A Powerful HTML white space remover for Django

HTML Whitespace remover for Django Introduction : A powerful tool to optimize Django rendered templates Why use “django_stip_whitespace” ? Adds line break to InlineJS. It can automagically minify inline CSS, JS. Removes from HTML. It speeds up website by reducing the HTML size. Drop in replacement for django.gzip.GzipMiddleware. It compiles regex at runtime. So it’s blazing fast. Its mostly based on C ( gzip ) and Rust ( minify-html ) libraries. Significantly    

Read more

Find out what commission you paid to the broker, how much money you earned with Ting

Сколько всего было внесено денег на счет Комиссию брокера Сумму денег на счету на данный момент Итоговый заработок Это скрипт для тех,кто столкнулся с проблемой подсчета уплаченой комиссии и подсчетом общей прибыли В личном кабинете Тинькофф банка получите токен Скачайте файл с кодом, замените YOUR TOKEN на ваш токен Запустите скрипт и получите данные GitHub View Github    

Read more

Youtube Downloader by PyTube is a simple tool with a graphical interface and written in python

O que é o YouTube Downloader by PyTube? YouTube Downloader by PyTube é um software simples para baixar vídeos no YouTube com a qualidade máxima. YouTube Downloader by PyTube usa a bibliotecapytube, uma lib riquíssima cheia de recursos para baixar vídeos e áudio no YouTube. YouTube Downloader by PyTube não usa todos os recursos do pytube, apenas baixa vídeos no youtube com a qualidade máxima e também, caso o usuário tenha o wget, baixa a capa do vídeo…A interface gráfica […]

Read more

A market neutral trading strategy enabling traders to profit from virtually any market conditions

A pairs trade relies on the fact that – if the correlation between two stocks is atleast 95% they follow a similar trend. But due to temporary market conditions like the announcement of results in a company or due to mishaps in another company, the stock direction of that company may deviate from the mean value. Given the striking similarities between the two banks used for this capstone, a change in the business environment of one bank, affects the paired […]

Read more

Ultimaze : a 2.5D game, produced as part of a NSI project

Ultimaze est un jeu en 2.5D, réalisé dans le cadre d’un projet de NSI. La consigne était d’utiliser la librairie pygame pour créer un jeu en mettant à profit des classes. Sommaire: installation utilistation le labyrinth le raycasting 1. Installation pip install ultimaze python main.py Ou utlisé l’installer dans /dist/ultimaze.exePuis exécutez l’installer 2. Utilisation Quand vous êtes prêt, appuyez sur “Play” pour commencer le jeu. Devez collecter toutes les murs multicolorts en marchant dessus avant de trouver la sortie (attention […]

Read more

A cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm

SHIBgreen is a cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm Discord Channel: https://discord.gg/PCyTa4CNx4 Website: https://shibgreen.com (coming soon) Initial 1.0.0 release!Per usual should’nt have any issues.Full node port: 7442 EARLY ADOPTERS GET MORE SHIBGREEN!!!!The way SHIBgreen was designed was to get alot of coins farmed early on and then significantly drop very early on in the blockchains life cycle.At height 168192 the block rewards will drop from 100,000 XSHIB to 20,000 XSHIB.Early adopters get […]

Read more

Type hints support for the Sphinx autodoc extension

This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion, allowing you to migrate from this: def format_unit(value, unit): “”” Formats the given value as a human readable string using the given units. :param float|int value: a numeric value :param str unit: the unit for the value (kg, m, etc.) :rtype: str “”” return ‘{} {}’.format(value, unit) to […]

Read more

Main repository for the Sphinx documentation builder

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages are planned. Sphinx uses reStructuredText as its    

Read more
1 354 355 356 357 358 928