Basic calculator to test my knowledge of python

Calculadora básica pra testar meus conhecimentos sobre python Olá! Pra melhor experiência, rode a script no seu terminal. Instalação, Clonagem e Acesso $ pkg upgrade $ pkg update $ pkg install git $ pkg install python $ git clone https://github.com/yScottLuc/CalcuPython $ cd CalcuPython $ python3 CalcuPython.py GitHub View Github    

Read more

Nyx-Net: Network Fuzzing with Incremental Snapshots

Nyx-Net is fast full-VM snapshot fuzzer for complex network based targets. It’s built upon kAFL, Redqueen and Nyx. The approach is described in more detail in our paper. This repository is serving only to capture the state as described in the paper. If you want to actually use Nyx, check out the maintained code released for the Nyx framework or it’s Homepage. @misc{nyxnet, title={Nyx-Net: Network Fuzzing with Incremental Snapshots}, author={Sergej Schumilo and Cornelius Aschermann and Andrea Jemmett and Ali   […]

Read more

Thinky nature dots with python

Welcome to my rice dotfiles of my ThinkPad X230 You surely will need to change some configs to fit your files and stuff and maybe tweak the icons on polybar so be ready to do that. Most of the other things should be self explanatory. Screenshot may have slightly other colors than the screenshot ^^ Dependencies Fonts FiraCode Nerd Font Material Design Icons FontAwesome Software Window Manager: i3-radius/gaps Editor: neovim Fetch: fet.sh Application Menu: rofi Notifications: dunst Top Bar: polybar […]

Read more

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment

A Python package for geospatial analysis and interactive mapping in a Jupyter environment. Introduction Leafmap is a Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment. It is a spin-off project of the geemap Python package, which was designed specifically to work with Google Earth Engine (GEE). However, not    

Read more

Machine Translation Weekly 93: Notes from EMNLP 2021

Another big NLP conference is over and here are my notes about the paper that I liked the most. My general impression was sort of similar to what I got from ACL this year. It seems to me that the field is progressing towards some behavioral understanding of what the neural models do, which allows doing some cool tricks that it was hardly possible to think of, only a few years ago. Excellent examples are tricks with adapters or non-parametric […]

Read more

Python News: What’s New From October 2021?

New versions of Python are now released annually. We can look forward to the core developers sharing a lovely goody bag with the rest of us every October. With Python 3.10, which came out of beta on October 4th, everyone had something exciting to anticipate. Each release of Python has a release manager who’s responsible for coordinating all changes and for building and preparing the files for distribution. The release manager for Python 3.10 and 3.11 is Pablo Galindo Salgado. […]

Read more

Conversational Multi-Hop Reasoning with Neural Commonsense Knowledge and Symbolic Logic Rules

Abstract One of the challenges faced by conversational agents is their inability to identify unstated presumptions of their users’ commands, a task trivial for humans due to their common sense. In this paper, we propose a zero-shot commonsense reasoning system for conversational agents in an attempt to achieve this. Our reasoner uncovers unstated presumptions from user commands satisfying a general template of if-(state ), then-(action ), because-(goal ). Our reasoner uses a state-of-the-art transformer-based generative commonsense knowledge base (KB) as […]

Read more

DOBF: A Deobfuscation Pre-Training Objective for Programming Languages

Abstract Recent advances in self-supervised learning have dramatically improved the state of the art on a wide variety of tasks. However, research in language model pre-training has mostly focused on natural languages, and it is unclear whether models like BERT and its variants provide the best pre-training when applied to other modalities, such as source code. In this paper, we introduce a new pre-training objective, DOBF, that leverages the structural aspect of programming languages and pre-trains a model to recover […]

Read more

YolactEdge: Real-time Instance Segmentation on the Edge

██╗ ██╗ ██████╗ ██╗ █████╗ ██████╗████████╗ ███████╗██████╗ ██████╗ ███████╗ ╚██╗ ██╔╝██╔═══██╗██║ ██╔══██╗██╔════╝╚══██╔══╝ ██╔════╝██╔══██╗██╔════╝ ██╔════╝ ╚████╔╝ ██║ ██║██║ ███████║██║ ██║ █████╗ ██║ ██║██║ ███╗█████╗ ╚██╔╝ ██║ ██║██║ ██╔══██║██║ ██║ ██╔══╝ ██║ ██║██║ ██║██╔══╝ ██║ ╚██████╔╝███████╗██║ ██║╚██████╗ ██║ ███████╗██████╔╝╚██████╔╝███████╗ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝╚═════╝ ╚═════╝ ╚══════╝ YolactEdge, the first competitive instance segmentation approach that runs on small edge devices at real-time speeds. Specifically, YolactEdge runs at up to 30.8 FPS on a Jetson AGX    

Read more
1 459 460 461 462 463 1,022