Python

This dataset comprises over 38,000 seed inputs generated from a range of Large Language Models (LLMs), including ChatGPT-3.5, ChatGPT-4, Claude-Opus, Claude-Instant, and Gemini Pro 1.0, specifically designed for the application in fuzzing Python functions. These seeds were produced as part of a study evaluating the utility of LLMs in automating the creation of effective fuzzing inputs, a method crucial for uncovering software defects in the Python programming environment where traditional methods show limitations.

Categories:
176 Views

These datasets are gathered from an array of four gas sensors to be used for the odor detection and recognition system. The smell inspector Kit IX-16 used to create the dataset. each of 4 sensor has 16 channels of readings.  Odors of different 12 samples are taken from these six sensors

 

1- Natural Air

 

2- Fresh Onion

 

3- Fresh Garlic

 

4- Black Lemon

 

5- Tomato

 

6- Petrol

 

7- Gasoline

 

8- Coffee 

 

9- Orange

 

10- Colonia Perfume

 

Categories:
395 Views

This code implements an adaptive control system comprising a plant model, reference model, and adaptive controller. The plant and reference models are represented as linear state-space systems, while the adaptive controller employs a nonlinear IO system to adjust control parameters based on input signals and system states. The adaptive controller's internal dynamics are governed by differential equations, facilitating real-time adjustments to the control law coefficients.

Categories:
62 Views

The Python Packaging Index is an invaluable resource that is used by developers to improve their projects; however, there are glaring issues in its implementation that will hinder development until resolved. The Python Packaging Index (PyPI) is the official third-party software repository for Python where the majority of open-source Python packages are published. Each package has wheel and egg files accessible from the Python package management system PIP, as well as queryable metadata that contains important package information.

Categories:
116 Views