Django-based Crypto Portfolio Tracker – keep an eye on Shiba Inu and other Crypto

Easy asset tracking – at a glance 🚀 Dashboard to centrally monitor current crypto portfolio developments, by providing an overview of their current value.Values can either be displayed by their current Overall value (requires adding Purchases) or by their Current value(indicated by the V next to the number). The current course data is polled from CoinMarketCap’s REST API and stored in the database. The API allows you to makea maximum of 333 points worth of daily requests (~1 request / […]

Read more

Working Time Analysis based on WorkerLivesMatter / WorkingTime

统计各行业,各公司工作时间与工作条件。 原始数据来源:https://github.com/WorkerLivesMatter/WorkingTime,向发起人致敬。 经过少量处理,整理为供PostgreSQL直接可以使用的数据表。 Public Demo: http://demo.pigsty.cc/d/worktime-query 如何使用? 如果你已经有了pigsty环境, 使用管理用户在管理节点上克隆本项目并执行 make all 即可 git clone https://github.com/Vonng/worktime && cd worktime make all 数据说明

Read more

An original implementation of “MetaICL Learning to Learn In Context”

This includes an original implementation of “MetaICL: Learning to Learn In Context” by Sewon Min, Mike Lewis, Luke Zettlemoyer and Hannaneh Hajishirzi. ✨ Check out our demo at qa.cs.washington.edu:2021! ✨ This README is mainly for how to reproduce MetaICL and Channel MetaICL in the paper, but also describe how to reproduce our baselines, including Multi-task zero-shot and various raw LM methods.All methods used in the paper are available in this repo (please see the below table). For any questions about […]

Read more

Django CacheMiddleware has a multi-threading issue with pylibmc

Django CacheMiddleware has a multi-threading issue with pylibmc. CacheMiddleware shares a thread-unsafe cache object with many threads. It worksin most cache backends have Python implementations, but pylibmc is Cwith Python bindings. This is a simple Django project, with only django and pylibmc installed. Juststart it ./manage.py runserver with a localhost memcached and run lots ofconcurrent requests: ab -n100 -c10 http://localhost:8000/ This will trigger some exceptions like:

Read more

Application to list countries in order of travel from the United States

API Root: https://countrylist.brodenwanner.com API Docs: https://countrylist.brodenwanner.com/redoc Documentation: https://countrylist.brodenwanner.com/dev/docs/ This project is an application that receives a three-letter code for a North American Country and returns a list ofall countries a driver must travel through to go from the United State of America to the destination. Weuse a simplified map of North America: CAN – Canada borders the United States USA – The United States borders Canada and Mexico MEX – Mexico borders the United States, Guatemala, and Belize BLZ – […]

Read more

Multi-Level Counterfactual Contrast for Visual Commonsense Reasoning

wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh conda update -n base -c defaults conda conda create –name MCC python=3.6 source activate MCC conda install numpy pyyaml setuptools cmake cffi tqdm pyyaml scipy ipython mkl mkl-include cython typing h5py pandas nltk spacy numpydoc scikit-learn jpeg conda install pytorch==1.7.1 torchvision==0.8.2 cudatoolkit=11.0 -c pytorch    

Read more

Based on 125GB of data leaked from Twitch, you can see their monthly revenues from 2019-2021

Bu script’i kullanarak istediğiniz yayıncıların, Twitch’den sızdırılan 125 GB’lik veriye dayanarak, 2019-2021 arası aylık gelirlerini görebilirsiniz. Kullanmak için yapılması gerekenler: Bilgisayarınızda Python kurulu olduğuna emin olun. Kurulu değil ise buradan indirebilirsiniz. Twitch’ten sızan datayı indirmeniz gerekmektedir. 2019/2020/2021 ve onların içerisindeki 06/07 gibi isimlendirilmiş klasörlerdeki .rar dosyalarını çıkartmanız gerekmektedir. Yukarıdaki dosyaları indirin ve Twitch datası içerisinde twitch-payouts/all_revenues klasörüne atın. install dosyasını çalıştırın program dosyasına çift tıklayarak programı çalıştırın. Twitch ID bulmak için bu siteye gidebilirsiniz. GitHub View Github    

Read more

Aline file downloader automator

Aline is used for donwloading files with google dorking , dowloading specified links such as dorks. Dependences: python3 installed pip install argparse pip install google How to use: To dork and download filetype files: Reading files and downloading contents: Dorking: This project is for educational porposes only! I do not support any illegal activities!. If any error in the program, talk to me immediatlyOBS: This tool works for linux only. GitHub View Github    

Read more
1 504 505 506 507 508 1,042