Examples of using cocotb for functional verification of VHDL designs with GHDL

The original repository is now located on my own git-server at https://git.goodcleanfun.de/tmeissner/cocotb_with_ghdlIt is mirrored to github with every push, so both should be in sync. At the moment, this repo is in an early state and serves as a learning tool for me. So it contains a a lot of quirks and code which can be done much better by cocotb-professionals. A collection of examples of using cocotb for functional verification of VHDL designs with GHDL. This is a project […]

Read more

Reduce PDF size without sacrificing visual quality or metadata

DietPDF aims at reducing PDF file size while not degrading quality nor losingmetadata. Description DietPDF aims at reducing PDF file size while not degrading quality. Here are some tricks used to achieve this goal: Use Zopfli instead of Zlib to get better compression ratio while beingcompatible with Zlib. Use JpegTran to optimize and remove unnecessary data from embedded JPEGs. Use of Run-Length Encoding to help Zopfli achieve better compression. Use Zopfli on embedded JPEGs, it helps sometimes Remove unnecessary spaces […]

Read more

Anonymously Reverse shell over Tor Network using Hidden Services without portfortwarding

Anonymously Reverse shell over Tor Network using Hidden Services without portfortwarding Tor ağı ile Dark Web servislerini kullanarak anonim biçimde port yönlendirmeden ters bağlantı Explore the docs » Projeyi keşfet Table of Contents / İçerik Bölümü About the Project / Proje Hakkında Getting Started / Başlangıç Usage / Kullanım Roadmap / Yol Haritası Contributing / Katkı License / Lisans Disclaimer / Sorumluluk If you are having any os compatiblity issue, let me know. I will try to fix as soon […]

Read more

A python package for deep multilingual punctuation prediction

This python library predicts the punctuation of English, Italian, French and German texts. We developed it to restore the punctuation of transcribed spoken language. This uses our “FullStop” model that we trained on the Europarl Dataset. Please note that this dataset consists of political speeches. Therefore the model might perform differently on texts from other domains. The code restores the following punctuation markers: “.” “,” “?” “-” “:” Install To get started install the package from pypi: pip install deepmultilingualpunctuation […]

Read more

A python bot that any member of the server will be able to download and run on their computer to get information or other about themselves

369MC-BOT è un bot scritto in python che ogni membro del server potrà scaricare ed eseguire sul proprio computer per ottenere informazioni o altro riguardo al server. Seguendo i passaggi qua sotto indicati usare il bot per te sarà semplicissimo 1) Installare python Python è necessario per leggere i file del bot, puoi scaricarlo dal link quà sotto Download python per Windows: https://www.python.org/ftp/python/3.10.2/python-3.10.2-amd64.exe Download python per Mac OS: https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg 2) Scegliere il file del bot Ci sono 3 versioni del […]

Read more

EthSema – Binary translator for Ethereum 2.0

EthSema is a novel EVM-to-eWASM bytecode translator that can not only ensure the fidelity of translation but also fix commonly-seen vulnerabilities in smart contracts. Since millions of smart contracts have been deployed and running on Ethereum 1.0, it is highly desirable to convert their EVM bytecode to eWASM bytecode automatically to foster the prosperity of Ethereum ecosystem. EthSema can translate existing EVM bytecode to eWASM smart contracts which can be executed in the Ethereum 2.0 ecosystem. To evaluate its performance, […]

Read more

A Browser Based Sms Bomber

A Simple Browser Automated Bomber which uses selenium 😀Star the Repo and Follow Me Or You wont be a 1337 coder [+] https://github.com/Terminal1337/sms-bomber.git [+] cd sms-bomber [+] pip install -r requirements.txt && python sms_bomb.py Prerequisite: install chromedriver from https://sites.google.com/chromium.org/driver/ and update your chrome browser to latest stable release Discord: ~Terminal#1337 GitHub View Github    

Read more

A simple Python script to display PiHole statistics on an eInk Display

This Python script outputs Pi-hole statistics on a 2.7″ e-ink display, and updates it periodically. Note: This is just a statistics display script, not the actual DNS Sinkhole. If you’re looking to set up a DNS sinkhole, check out the Pi-hole project page, totally unaffiliated with this script. The display I use is from WaveShare, and this script uses their library. (Instructions on how to install their library can be found in the previous link.) Configuring the script There are […]

Read more
1 221 222 223 224 225 915