A web-based GUI for the qpcr package that allows high-throughput analysis of qPCR data

qpcr-Analyser A web-based GUI for the qpcr package that allows easy, simple and high-throughput analysis of qPCR data. As is described in more detail in the repo of the source package qpcr this app is designed to work with datasets that contain a two-column architecture of sample_name, CT-value. It will enable in a very intuitive interface both single Delta-Ct and Delta-Delta-Ct analyses of one or multiple input datasets. Screenshot GitHub https://github.com/NoahHenrikKleinschmidt/qpcr-Analyser    

Read more

An easy-to-use wrapper for NTFS-3G on macOS

ezNTFS ezNTFS is an easy-to-use wrapper for NTFS-3G on macOS. Installation To use ezNTFS, you will need Python 3, FUSE for macOS (osxfuse), and NTFS-3G installed in your system. These can easily be installed using Homebrew, example: brew install ntfs-3g. To install ezNTFS, run: $ pip3 install ezntfs It should be accessible from the terminal afterwards. Usage Mount all NTFS volumes using ntfs-3g (root privileges are needed for mounting): $ sudo ezntfs all Mount a specific NTFS volume (run ezntfs […]

Read more

Telegram bot to remove the forwarded tag from messages

AnonymousSenderBot Telegram bot to remove the forwarded tag from messages Usage Deploy to Heroku Tap on above button and fill API_ID, API_HASH, BOT_TOKEN. Then tap “Deploy App” below it. Wait till deploying is complete (will take atmost 2 minutes). After deploying is complete, tap on “Manage App” Check the logs to see if your bot is ready! Local Deploying Clone the repo git clone https://github.com/StarkBotsIndustries/AnonymousSenderBot Edit Config.py and fill the needed variables Enter the directory cd AnonymousSenderBot Run the file […]

Read more

Doing set operations on files considered as sets of lines

file-set CLI tool that can be used to do set operations like union on files considering them as a set of lines. Notes It ignores all empty lines with whitespaces. Each output line occurs only once, because we’re treating the files as sets and the lines as their elements. List data type has been used instead of set to maintain the order of lines. It ignores all lines endings (rn or n) when comparing lines, so two input lines compare […]

Read more

A framework designed to compose and run a web-server based on plugins

FPS, fast pluggable server, is a framework designed to compose and run a web-server based on plugins.It is based on top of fastAPI, uvicorn, typer, and pluggy. How it works The main purpose of FPS is to provide hooks to register endpoints, static mounts, CLI setups/teardowns, etc. An application can then be composed by multiple plugins providing specific/specialized endpoints. Those can be registered using fps.hooks.register_router with a fastapi.APIRouter. What is coming soon The most important parts will be to have […]

Read more

WinBoost: Boost your windows system

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. Installation pip install winboost Usage import winboost winboost.go() GitHub https://github.com/cyborg7898/WinBoost    

Read more

Extract knowledge from raw text in python

This repository is a nearly copy-paste of “From Text to Knowledge: The Information Extraction Pipeline” with some cosmetic updates. I made an installable version to evaluate it easily. The original code is available @ trinity-ie. To create some value, I added the Luke model to predict relations between entities. Luke is a transformer (same family as Bert), its particularity is that during its pre-training, it trains parameters dedicated to entities within the attention mechanism. Luke is in fact a very […]

Read more

An ActivityWatch watcher to pose questions to the user and record her answers

aw-watcher-ask An ActivityWatch watcher to pose questions to the user and record her answers. This watcher uses Zenity to present dialog boxes to the user, and stores her answers in a locally running instance of ActivityWatch. This can be useful to poll all sorts of information on a periodical or random basis. The inspiration comes from the experience sampling method (ESM) used in psychological studies, as well as from the quantified self movement. Install Using pip/pipx Create a virtual environment, […]

Read more

Enhanced Graph Learning for Collaborative Filtering via Mutual Information Maximization

The implement of paper “Enhanced Graph Learning for Collaborative Filtering via Mutual Information Maximization” Neural graph based Collaborative Filtering (CF) models learn user and item embeddings based on the user-item bipartite graph structure, and have achieved state-of-the-artrecommendation performance. In the ubiquitous implicit feedback based CF, users’ unobserved behaviors are treated as unlinked edges in the user-item bipartite graph.As users’ unobserved behaviors are mixed with dislikes and unknown positive preferences, the fixed graph structure input is missing with potential positive preference […]

Read more

Twitter bot that finds new friends in Twitter

Twitter Bot Thats Find New Friends pip install textblob pip install tweepy pip install googletrans check requirements.txt file Environment variable create .env API_KEY=”API_KEY here” API_SECRET_KEY=”API_SECRET_KEY here” TOKEN=”TOKEN here” TOKEN_SECRET=”TOKEN_SECRET here” GitHub https://github.com/Ibukiyoshidaa/TwitterFindNewFriend    

Read more
1 504 505 506 507 508 927