Free python lab
Author: s | 2025-04-25
Gain hands-on experience with Python syntax, data structures, and libraries in an interactive and free Python playground. Python Free Labs Practice Python programming with Free Labs. Download Python Lab latest version for iOS free. Python Lab latest update: Decem
Python Free Labs - kodekloud.com
RizomUV Real Space Rizom-Lab releases RizomUV 2024.0Significant update to the popular UV unwrapping and packing software overhauls the UI and adds new tools for creating games trimsheets. Friday, June 21st, 2024 Black Friday, Cyber Monday and Winter 2023 deals for CG artistsDiscover great seasonal discounts on 3D assets, apps and software, including offers still valid until the end of December. Tuesday, November 28th, 2023 Rizom-Lab ships RizomUV 2022.1 VS and RS UV unwrapping tools get new planar UV projection mode, Python 3 scripting, Apple Silicon support. Thursday, September 1st, 2022 Rizom-Lab ships RizomUV 2022 VS and RSUV unwrapping software gets new UV packing workflow better suited to current UDIM-based pipelines. Thursday, November 25th, 2021 Rizom-Lab ships RizomUV 2020.1 VS and RSUV unwrapping tools' neat new TopoCopy system is 'first unique feature in UV mapping in years'. Wednesday, December 16th, 2020 Rizom-Lab ships RizomUV 2020.0 VS and RSUV unwrapping and packing tools get Photoshop-style system for distributing UV islands, new autosave feature. Tuesday, May 12th, 2020 Rizom-Lab releases RizomUV 2019.1 VS and RSUV unwrapping tools for DCC work and product design now run on Linux as well as Windows, macOS. Friday, December 6th, 2019 Rizom-Lab ships RizomUV 2018 VS and RizomUV 2018 RSUV tools formerly known as Unfold3D get new automated unwrapping system and texel density controls. Thursday, May 24th, 2018 LabSyncThis is a toolkit for development on university lab servers.The major functionality is to watch local file changes and synchronize them to multiple remote servers.It is also intended to include some other shortcuts that may be frequently usedwhile working with remote servers, such as synchronizing Tensorboard logs,or uploading files to Google Drive.InstallationThe program is based on Python 3 (3.7+ is recommended). To install it, run:Or run python setup.py develop for development.Initialize a configuration file by inputing server information:The configuration file will be stored at ~/.labsync.config.json.See the format of the configuration file.Synchronizing Local ChangesListen for local changes to be synchronized to all the remote servers:lab [-t] [CONFIG] [-p PATH]-t is optional for starting a Tensorboard server locally.CONFIG is also optional and can be used to specify an alternative configuration file.-p PATH is optional for specifying the working directory on remote servers relativeto the default path of the server.Google DriveShortcut lab gd can be used for directly uploading files (such as large checkpoint files)from servers to Google Drive. This is based on the pydrive library.SetupFor the first time to use this functionality, please create a project on Google Cloud Console, and obtain a credential JSON file (Project -> APIs and services -> Credentials). You will be asked to copy and paste the content in the credential file to the console, and it will proceed to authentication using a web browser.If you are using a terminal, the webbrowser Python library may proceed to a terminal browser, which may not work well for Google Could authentication.In this case, you may run import webbrowser; print(webrowser) in a Python terminal to check the path of webbrowser.py, and modify the code to disable registering terminal browsers (search for "console browsers" in the code).After this modification, the program is likely to print a URL instead of directly opening it. Please copy this URL and open it in your local machine to finish the authentication. In the end, it will redirect to a callback URL on localhost which does not work locally. Please return to the remote server to open this URL with curl.Upload a single fileUpload a directoryThis will archive the directory and upload the archive.LatexSupported commands include:git: synchronize changes with git or Overleaf (pull and push)build: build Latex.clean: clean temporary files.IndentationConvert indentations for Python files by:lab indent indentations_before indentations_after file ...Interactive Free Python Lab - skool.com
Here are 129 public repositories matching this topic... Code Issues Pull requests 🚀 A lightweight, fast, and comprehensive solution for traffic analysis and intrusion detection. Updated Mar 11, 2025 Go Code Issues Pull requests Network inspection library for Node Updated Mar 9, 2025 JavaScript Code Issues Pull requests Discussions Python-based Comprehensive Network Packet Analysis Library Updated Mar 10, 2025 Python Code Issues Pull requests C2Lab - A lightweight and customizable Command & Control (C2) lab using Sliver for testing and analyzing botnet communications, persistence, and network detection techniques. Updated Mar 6, 2025 HCL Code Issues Pull requests PacketSnifferAnalyzer is a free and open-source packet analyzer based on C++/Qt Updated Mar 5, 2025 C++ Code Issues Pull requests SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY Updated Mar 4, 2025 Python Code Issues Pull requests Network traffic analysis tool for Attack & Defense CTF's Updated Mar 13, 2025 Go Code Issues Pull requests 🧠🛡️ Web service for detecting network attacks in PCAP using ML. Updated Feb 21, 2025 Python Code Issues Pull requests Discussions A Fun project using Ollama, Streamlit & PyShark to chat with PCAP/PCAPNG files locally, privately! Updated Feb 21, 2025 Python Code Issues Pull requests Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device. Updated Mar 6, 2025 Python Code Issues Pull requests PcapAnalyzer, a comprehensive toolkit for working with pcap files, which are commonly used to store network traffic captures. This repository provides a suite of tools designed to analyze, inspect, and extract insights from packet capture files. Updated Feb 5, 2025 Python Code Issues Pull requests Reusable Docker Scripting Toolkit for Development Environment Setup Updated Feb 3, 2025 Dockerfile Code Issues Pull requests The PCAP Analyzer is a tool for analyzing PCAP (packet capture) files to identify malicious IP addresses and generate various reports. Updated Jan 30, 2025 Shell Code Issues Pull requests Reads packet capture (*.pcap, or *.pcapng) files from Wireshark or a similar utility. Maps the network connections and exports the data to Pandas Dataframe + Excel doc for further analysis. Updated Jan 27, 2025 Python Code Issues Pull requests Sniffs sensitive data from interface or pcap Updated Jan 20, 2025 Python Code Issues Pull requests This project is a network packet sniffer built using Python which allows you: capture network packets in real-time, analyze HTTP, DNS, and sensitive unencrypted data, save captured packets to .pcap files for further analysis, detect potential issues, such as unencrypted credentials or DNS activity Updated Jan 19, 2025 Python Code Issues Pull requests An automated Pcap Analysis tool which produces an interactive graph with details like ISP info and maliciousness of the actor/IP Updated Dec 31, 2024 Python Code Issues Pull requests Capture. Gain hands-on experience with Python syntax, data structures, and libraries in an interactive and free Python playground. Python Free Labs Practice Python programming with Free Labs. Download Python Lab latest version for iOS free. Python Lab latest update: DecemGitHub - labex-labs/python-free-tutorials: Practice Python Free
Here are 34 public repositories matching this topic... Code Issues Pull requests Missionaries and cannibals problem resolved with Breadth-First Search Updated Jun 17, 2015 Python Code Issues Pull requests Updated Dec 14, 2017 Common Lisp Code Issues Pull requests Implementation of classic search algorithms in Common Lisp Updated Jan 9, 2018 Common Lisp Code Issues Pull requests AI Based Missionaries and Cannibals Problem done in python using pygame Library Updated Feb 15, 2018 Python Code Issues Pull requests Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search. Updated Feb 17, 2018 Python Code Issues Pull requests Three missionaries and three cannibals are on one side of a river, along with a boat that can hold one or two people. Find a way to get everyone to the other side without ever leaving a group of missionaries in one place outnumbered by the cannibals in that place. Updated Feb 17, 2018 Python Code Issues Pull requests Missionaries and cannibals solver written in common Lisp Updated Mar 11, 2018 Common Lisp Code Issues Pull requests Solution for the Missionaries and Cannibals problem using Message Queues and Multiprocessing Updated Mar 24, 2018 C++ Code Issues Pull requests This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity Updated Nov 25, 2018 Python Code Issues Pull requests AI Lab Offlines and Onlines Updated Dec 2, 2018 Java Code Issues Pull requests Updated Feb 14, 2019 C++ Code Issues Pull requests Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET Updated Feb 15, 2019 C++ Code Issues Pull requests missionaries and cannibals problem as desribed to learn to use the aima library Updated Mar 31, 2019 Java Code Issues Pull requests Missionaries and Cannibals Problem Updated Apr 7, 2019 C++ Code Issues Pull requests Artificial Intelligence Assignment 2 Updated Dec 16, 2019 Python Code Issues Pull requests Resolvendo o problema dos Missionarios e Canibais, usando BFS (Breadth-First Search). Updated Dec 16, 2019 Python Code Issues Pull requests Os Skip to content BlogRequest QuotePhone: +1.801.596.2727 HomeSolutions Email SecurityH-11 Chip-Off Forensics Lab KitH-11 ISP-JTAG Forensics Lab KitRusolut VNR NANDBlockChain SecurityOxygen Forensic DetectiveCrypto, Desktop and Smartphone TriagePassware Kit MobileElcomsoft iOS ToolkitMagnet OUTRIDERX-Ways ForensicsMagnet AXIOMMagnet AUTOMATEMagnet REVIEWPassware Kit ForensicElcomsoft Forensic BundleOSForensicsLogicubeMagnet WitnessMagnet GriffeyeDigital FredTableau ProductsDisk Duplication and Imaging ToolsCertified Training Training Courses ScheduleX-Ways ForensicsAdvanced ISP–JTAG Cell Phone Data RecoveryChip-Off Forensics for Smartphones, Vehicles and IoT DevicesRusolut Data Analysis, Recovery & Repair ForensicsMagnet ForensicsOSINT Cyber Forensics Analysis with Python ScriptingOxygen ForensicsDigital IntelligenceAdvanced Digital Forensic CoursesAbout H-11 BlogNews and EventsContact Contact H-11Hotels in Salt Lake CityHomeSolutions Email SecurityH-11 Chip-Off Forensics Lab KitH-11 ISP-JTAG Forensics Lab KitRusolut VNR NANDBlockChain SecurityOxygen Forensic DetectiveCrypto, Desktop and Smartphone TriagePassware Kit MobileElcomsoft iOS ToolkitMagnet OUTRIDERX-Ways ForensicsMagnet AXIOMMagnet AUTOMATEMagnet REVIEWPassware Kit ForensicElcomsoft Forensic BundleOSForensicsLogicubeMagnet WitnessMagnet GriffeyeDigital FredTableau ProductsDisk Duplication and Imaging ToolsCertified Training Training Courses ScheduleX-Ways ForensicsAdvanced ISP–JTAG Cell Phone Data RecoveryChip-Off Forensics for Smartphones, Vehicles and IoT DevicesRusolut Data Analysis, Recovery & Repair ForensicsMagnet ForensicsOSINT Cyber Forensics Analysis with Python ScriptingOxygen ForensicsDigital IntelligenceAdvanced Digital Forensic CoursesAbout H-11 BlogNews and EventsContact Contact H-11Hotels in Salt Lake City Falcon®-NEO2 Forensic ImagerVanessa2025-01-31T13:10:52-07:00 Falcon®-NEO2 Forensic ImagerThe Falcon-NEO2 is the newest generation of the Logicube Falcon® line of digital forensic imagers. Retooled and optimized with a powerful new engine, the Falcon-NEO2 transforms its Best-In-Class predecessor into the BEST EVER field forensic imager.The Falcon-NEO2 is the first field imager surpassing 100GB/m E01 capture speeds! Its SAS-3 architecture (12 Gbps SAS) supports up to 5 simultaneous tasks with up to 10 source and 11 destination ports.FEATURESSPECIFICATIONSACCESSORIESFEATURESHigh Speed ImagingThe Falcon-NEO2 achieves imaging from SAS-3 SSDs to SAS-3 SSDs at speeds up to 115GB/min. Clone PCIe to PCIe at speeds exceeding 100GB/min.Source Ports4 SAS/SATA drives supported with 1 port2 USB 3.2 (Gen 2, can be converted to SATA using an optional USB to SATA adapter)1 PCIe2 I/O ports for use with optional I/O cards including Thunderbolt™3/USB-CDestination Ports4 SAS/SATA drives supported with 1 port4 USB 3.2 (Gen 2, can be converted to SATA using an optional USB to SATA adapter)1 PCIe1 I/O port for use with optional I/O cards including Thunderbolt™3/USB-CCloud Storage AcquisitionNow included as a standard feature. Allows users to acquire files from OneDrive, Dropbox, or Google Drive. Capture to any destination drive or network repository.Concurrent Image+VerifyImaging and verifying concurrently takes advantage of destination hard drives that may be faster than the source hard drive. Duration of total image+verify process time may be reduced by up to half.Multi-TaskImageGitHub - labex-labs/python-free-tutorials: Practice Python
Applying Python and PvVISA to Automated TestingPython has become a widely used programming language in the area of electronic test automation, especially when used with the PyVISA library. While the fundamental principles of lab automation have been around for a long time (i.e., the SCPI protocol), Python and PyVISA have made it easy to get started quickly with test automation. Once data has been collected, Python also has a plethora of data analysis tools (pandas, scipy, scikit, etc.) that are useful in analyzing data.In this article, I will introduce how to interface with instruments using Python/PyVISA and give a practical example of measuring power supply efficiency. Finally, I will introduce how to plot gathered efficiency data directly in Python.SCPI ProtocolThe Standard Commands for Programmable Instruments (SCPI) is a definition layer on top of the Institute of Electrical and Electronics Engineers [IEEE]A professional association that is dedicated to advancing technological innovation and excellence." href=" data-mobile-support="0" data-gt-translate-attributes="[{"attribute":"data-cmtooltip", "format":"html"}]" tabindex="0" role="link">IEEE 488.2-1987 standard for instrument communication. While SCPI was originally meant for Institute of Electrical and Electronics Engineers [IEEE]A professional association that is dedicated to advancing technological innovation and excellence." href=" data-mobile-support="0" data-gt-translate-attributes="[{"attribute":"data-cmtooltip", "format":"html"}]" tabindex="0" role="link">IEEE 488.1 (GPIB connections), this has expanded to include RS-232A series of standards for serial binary single-ended data and control signals connecting between DTE (data terminal equipment) andDCE (data circuit-terminating equipment." href=" data-mobile-support="0" data-gt-translate-attributes="[{"attribute":"data-cmtooltip", "format":"html"}]" tabindex="0" role="link">RS-232, EthernetA family of computer networking technologies for local area networks (LANs)." href=" data-mobile-support="0" data-gt-translate-attributes="[{"attribute":"data-cmtooltip", "format":"html"}]" tabindex="0" role="link">Ethernet, USB, and several others. SCPI commands are sent in ASCII format and received as a string of ASCII text. Here is an example of a simple SCPI transaction:Host query: *IDN?Device reply: Siglent Technologies,SDL1020X‑E,SDLxxxxxxxxxxx,1.1.1.21R2\nSCPI defines a number of generic commands like MEASure and CONFigure, which can be used to read data from or configure parameters on test equipment.VISA SpecificationUnfortunately for the SCPI standard, different operating systems, interfaces, and devices meant that the early days of SCPI required different libraries for each device and bus system. In order to alleviate this pain, the Virtual Instrument Software Architecture (VISA) specification was created to seamlessly work with all devices and bus systems.Python and PyVISAEven with the VISA specification in place, it has traditionally been challenging to interface a host computer to measurement devices without expensive/cumbersome software and hardware. With these drawbacks in mind, the PyVISA library was created to simplify instrument communication and make lab automation more efficient.PythonLab 0: Introduction to Python Labs - YouTube
Abstractions with JavaData Structures and Abstractions with Java DS-JAVA.AP1 Try Buy Now Microsoft Excel 2021 EXL-2021.AD1_pro.png?1660029805 Microsoft Excel 2021Microsoft Excel 2021 MSEXCEL.AD1 Try Buy Now Microsoft Word 2021 WORD-2021.AD1_pro.png?1660796930 Microsoft Word 2021Microsoft Word 2021 MSWORD.AD1 Try Buy Now Complete A+ Guide to IT Hardware and Software (1101/1102) 220-1101-1102-SCH.AB1_pro Complete A+ Guide to IT Hardware and Software (1101/1102)Complete A+ Guide to IT Hardware and Software (1101/1102) 220-1101-1102-SCH.AB1 Try Buy Now Microsoft Powerpoint 2021 MSPP.AD1_pro.png?1662093792 Microsoft Powerpoint 2021Microsoft Powerpoint 2021 MSPOWERPOINT.AD1 Try Buy Now CompTIA Linux+ (XK0-005) HCVPGJ1TY2ETEYMU_pro.png?1663151766 CompTIA Linux+ (XK0-005)CompTIA Linux+ (XK0-005) XK0-005.AE1 Try Buy Now CASP+ CompTIA Advanced Security Practitioner (CAS-004) CAS-004.AE1_pro CASP+ CompTIA Advanced Security Practitioner (CAS-004)CASP+ CompTIA Advanced Security Practitioner (CAS-004) CAS-004.AE1 Try Buy Now Microsoft Excel 2021 Intermediate MSEXCEL-INT.AD1_pro.png?1672121489 Microsoft Excel 2021 IntermediateMicrosoft Excel 2021 Intermediate MSEXCEL-INT.AD1 Try Buy Now Pandas for Everyone: Python Data Analysis PYTHON-PANDAS.AP1_pro Pandas for Everyone: Python Data AnalysisPandas for Everyone: Python Data Analysis PYTHON-PANDAS.AP1 Try Buy Now Project Management Professional (PMP) Based on PMBOK7 PMI-PMP.AB1_pro Project Management Professional (PMP) Based on PMBOK7Project Management Professional (PMP) Based on PMBOK7 PMI-PMP.AB1 Try Buy Now Microsoft Excel 2021 Expert MSEXCEL-EXP.AD1_pro.png?1674119287 Microsoft Excel 2021 ExpertMicrosoft Excel 2021 Expert MSEXCEL-EXP.AD1 Try Buy Now Computer Security Fundamentals 5e COMP-SEC-FUNDA.AB1_pro Computer Security Fundamentals 5eComputer Security Fundamentals 5e COMP-SEC-FUNDA.AB1 Try Buy Now Microsoft 365 Fundamentals 70-331-live-lab Microsoft 365 FundamentalsMicrosoft 365 Fundamentals MS-900.AA1 Try Buy Now Certified Associate in Project Management (CAPM) Based on PMBOK7 CAPM.AB1_pro Certified Associate in Project Management (CAPM) Based on PMBOK7Certified Associate in Project Management (CAPM) Based. Gain hands-on experience with Python syntax, data structures, and libraries in an interactive and free Python playground. Python Free Labs Practice Python programming with Free Labs.Python EP 9 - Free Lab - Replit
SCope v1.8.2: Visualization of large-scale and high dimensional single cell dataSCope is a fast visualization tool for large-scale and high dimensional scRNA-seq datasets.Currently the data format supported by SCope is .loom. This file format for very large omics datasets is maintained by the Linnarsson Lab through the loompy Python package ( the change log here.DemoVisit to test out SCope on several published datasets! Personal loom file files can be uploaded but will only be kept for 5 days.Loom File GenerationCurrently there are two packages to generate extended loom files compatible with SCope.R: SCopeLoomR - Dedicated R packagePython: pySCENIC - Single function for generation from SCENIC resultsEventually the functionality from pySCENIC will be expanded and put in its own python package.Run SCopeStandalone AppStandalone apps for macOS and Linux can be downloaded from the releases page..❗ SCope standalone app requires Node.js (> v9). To install it, go to Windows app is under development, but currently has no ETA.Command LineYou will need access to at least Python 3.7 do run this.Clone the GitHub repository and install,# Define where you want to clone the SCope repository.LOCAL_SCOPE_REPO="${HOME}/repos/SCope"# Clone SCope git repository.git clone "${LOCAL_SCOPE_REPO}"# Go to your local cloned SCope repository.cd "${LOCAL_SCOPE_REPO}"# Install SCope.npm installRun,# Go to your local cloned SCope repository.cd "${LOCAL_SCOPE_REPO}"SCOPE_CONFIG=config.json npm run scopeDeploy a Cloud-based InstanceAmazon Web ServicesPublic AMINo ETA.SourceTo create a SCope AWS instance from scratch please read the tutorial aws-deployment-source.FeaturesEnabling ORCID FunctionalityTo enable colaborative annotations and login via ORCID ID, API credentials (orcidAPIClientID, orcidAPIClientSecret and orcidAPIRedirectURI) must be added to the config file provided.These can be generated at the orcid developer tools page.The dataHashSecret entry in the config file should be filled in with a randomly generated string for example from the python secrets package.This string will be used to salt all annotation data, allowing validation of data generated on theComments
RizomUV Real Space Rizom-Lab releases RizomUV 2024.0Significant update to the popular UV unwrapping and packing software overhauls the UI and adds new tools for creating games trimsheets. Friday, June 21st, 2024 Black Friday, Cyber Monday and Winter 2023 deals for CG artistsDiscover great seasonal discounts on 3D assets, apps and software, including offers still valid until the end of December. Tuesday, November 28th, 2023 Rizom-Lab ships RizomUV 2022.1 VS and RS UV unwrapping tools get new planar UV projection mode, Python 3 scripting, Apple Silicon support. Thursday, September 1st, 2022 Rizom-Lab ships RizomUV 2022 VS and RSUV unwrapping software gets new UV packing workflow better suited to current UDIM-based pipelines. Thursday, November 25th, 2021 Rizom-Lab ships RizomUV 2020.1 VS and RSUV unwrapping tools' neat new TopoCopy system is 'first unique feature in UV mapping in years'. Wednesday, December 16th, 2020 Rizom-Lab ships RizomUV 2020.0 VS and RSUV unwrapping and packing tools get Photoshop-style system for distributing UV islands, new autosave feature. Tuesday, May 12th, 2020 Rizom-Lab releases RizomUV 2019.1 VS and RSUV unwrapping tools for DCC work and product design now run on Linux as well as Windows, macOS. Friday, December 6th, 2019 Rizom-Lab ships RizomUV 2018 VS and RizomUV 2018 RSUV tools formerly known as Unfold3D get new automated unwrapping system and texel density controls. Thursday, May 24th, 2018
2025-04-23LabSyncThis is a toolkit for development on university lab servers.The major functionality is to watch local file changes and synchronize them to multiple remote servers.It is also intended to include some other shortcuts that may be frequently usedwhile working with remote servers, such as synchronizing Tensorboard logs,or uploading files to Google Drive.InstallationThe program is based on Python 3 (3.7+ is recommended). To install it, run:Or run python setup.py develop for development.Initialize a configuration file by inputing server information:The configuration file will be stored at ~/.labsync.config.json.See the format of the configuration file.Synchronizing Local ChangesListen for local changes to be synchronized to all the remote servers:lab [-t] [CONFIG] [-p PATH]-t is optional for starting a Tensorboard server locally.CONFIG is also optional and can be used to specify an alternative configuration file.-p PATH is optional for specifying the working directory on remote servers relativeto the default path of the server.Google DriveShortcut lab gd can be used for directly uploading files (such as large checkpoint files)from servers to Google Drive. This is based on the pydrive library.SetupFor the first time to use this functionality, please create a project on Google Cloud Console, and obtain a credential JSON file (Project -> APIs and services -> Credentials). You will be asked to copy and paste the content in the credential file to the console, and it will proceed to authentication using a web browser.If you are using a terminal, the webbrowser Python library may proceed to a terminal browser, which may not work well for Google Could authentication.In this case, you may run import webbrowser; print(webrowser) in a Python terminal to check the path of webbrowser.py, and modify the code to disable registering terminal browsers (search for "console browsers" in the code).After this modification, the program is likely to print a URL instead of directly opening it. Please copy this URL and open it in your local machine to finish the authentication. In the end, it will redirect to a callback URL on localhost which does not work locally. Please return to the remote server to open this URL with curl.Upload a single fileUpload a directoryThis will archive the directory and upload the archive.LatexSupported commands include:git: synchronize changes with git or Overleaf (pull and push)build: build Latex.clean: clean temporary files.IndentationConvert indentations for Python files by:lab indent indentations_before indentations_after file ...
2025-04-03Here are 129 public repositories matching this topic... Code Issues Pull requests 🚀 A lightweight, fast, and comprehensive solution for traffic analysis and intrusion detection. Updated Mar 11, 2025 Go Code Issues Pull requests Network inspection library for Node Updated Mar 9, 2025 JavaScript Code Issues Pull requests Discussions Python-based Comprehensive Network Packet Analysis Library Updated Mar 10, 2025 Python Code Issues Pull requests C2Lab - A lightweight and customizable Command & Control (C2) lab using Sliver for testing and analyzing botnet communications, persistence, and network detection techniques. Updated Mar 6, 2025 HCL Code Issues Pull requests PacketSnifferAnalyzer is a free and open-source packet analyzer based on C++/Qt Updated Mar 5, 2025 C++ Code Issues Pull requests SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY, SECURITY & SAFETY Updated Mar 4, 2025 Python Code Issues Pull requests Network traffic analysis tool for Attack & Defense CTF's Updated Mar 13, 2025 Go Code Issues Pull requests 🧠🛡️ Web service for detecting network attacks in PCAP using ML. Updated Feb 21, 2025 Python Code Issues Pull requests Discussions A Fun project using Ollama, Streamlit & PyShark to chat with PCAP/PCAPNG files locally, privately! Updated Feb 21, 2025 Python Code Issues Pull requests Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device. Updated Mar 6, 2025 Python Code Issues Pull requests PcapAnalyzer, a comprehensive toolkit for working with pcap files, which are commonly used to store network traffic captures. This repository provides a suite of tools designed to analyze, inspect, and extract insights from packet capture files. Updated Feb 5, 2025 Python Code Issues Pull requests Reusable Docker Scripting Toolkit for Development Environment Setup Updated Feb 3, 2025 Dockerfile Code Issues Pull requests The PCAP Analyzer is a tool for analyzing PCAP (packet capture) files to identify malicious IP addresses and generate various reports. Updated Jan 30, 2025 Shell Code Issues Pull requests Reads packet capture (*.pcap, or *.pcapng) files from Wireshark or a similar utility. Maps the network connections and exports the data to Pandas Dataframe + Excel doc for further analysis. Updated Jan 27, 2025 Python Code Issues Pull requests Sniffs sensitive data from interface or pcap Updated Jan 20, 2025 Python Code Issues Pull requests This project is a network packet sniffer built using Python which allows you: capture network packets in real-time, analyze HTTP, DNS, and sensitive unencrypted data, save captured packets to .pcap files for further analysis, detect potential issues, such as unencrypted credentials or DNS activity Updated Jan 19, 2025 Python Code Issues Pull requests An automated Pcap Analysis tool which produces an interactive graph with details like ISP info and maliciousness of the actor/IP Updated Dec 31, 2024 Python Code Issues Pull requests Capture
2025-04-25Here are 34 public repositories matching this topic... Code Issues Pull requests Missionaries and cannibals problem resolved with Breadth-First Search Updated Jun 17, 2015 Python Code Issues Pull requests Updated Dec 14, 2017 Common Lisp Code Issues Pull requests Implementation of classic search algorithms in Common Lisp Updated Jan 9, 2018 Common Lisp Code Issues Pull requests AI Based Missionaries and Cannibals Problem done in python using pygame Library Updated Feb 15, 2018 Python Code Issues Pull requests Python program that solves the Missionaries and Cannibals problem, a toy problem in AI, with iterative deepening search. Updated Feb 17, 2018 Python Code Issues Pull requests Three missionaries and three cannibals are on one side of a river, along with a boat that can hold one or two people. Find a way to get everyone to the other side without ever leaving a group of missionaries in one place outnumbered by the cannibals in that place. Updated Feb 17, 2018 Python Code Issues Pull requests Missionaries and cannibals solver written in common Lisp Updated Mar 11, 2018 Common Lisp Code Issues Pull requests Solution for the Missionaries and Cannibals problem using Message Queues and Multiprocessing Updated Mar 24, 2018 C++ Code Issues Pull requests This Python implementation is a scaled up version of the Missionaries and Cannibals problem with arbitary number of missionaries, cannibals and boat capacity Updated Nov 25, 2018 Python Code Issues Pull requests AI Lab Offlines and Onlines Updated Dec 2, 2018 Java Code Issues Pull requests Updated Feb 14, 2019 C++ Code Issues Pull requests Assignments of Artificial Intelligence Sessional Course CSE 318 in Level-3, Term-2 of CSE, BUET Updated Feb 15, 2019 C++ Code Issues Pull requests missionaries and cannibals problem as desribed to learn to use the aima library Updated Mar 31, 2019 Java Code Issues Pull requests Missionaries and Cannibals Problem Updated Apr 7, 2019 C++ Code Issues Pull requests Artificial Intelligence Assignment 2 Updated Dec 16, 2019 Python Code Issues Pull requests Resolvendo o problema dos Missionarios e Canibais, usando BFS (Breadth-First Search). Updated Dec 16, 2019 Python Code Issues Pull requests Os
2025-04-11