-
181
-
182
Spectral inclusion and pollution for a class of dissipative perturbations - data
منشور في 2024"…The datasets are numpy array (Python programming language) saved as pickle files and can be opened using the pickle package (see https://docs.python.org/3/library/pickle.html).…"
-
183
CpG Signature Profiling and Heatmap Visualization of SARS-CoV Genomes: Tracing the Genomic Divergence From SARS-CoV (2003) to SARS-CoV-2 (2019)
منشور في 2025"…</p><p dir="ltr">Tools and Libraries</p><p dir="ltr">The following tools and libraries were used in this analysis:</p><p dir="ltr">Programming Language :</p><p dir="ltr">Python 3.13</p><p dir="ltr">Libraries :</p><p dir="ltr">pandas: For data manipulation and cleaning.…"
-
184
Fusion API (Supplementary Information 3) from GrowCAD: Bioinspired Mathematical Design for Additive Manufacturing
منشور في 2025"…This Python program generates a 3D body using nonguided loft function from cloud points data…"
-
185
Fusion API (Supplementary Information 2) from GrowCAD: Bioinspired Mathematical Design for Additive Manufacturing
منشور في 2025"…This Python program generates a 3D body using a guided rails loft function from cloud points data…"
-
186
The Improved Hydro-Sediment Numerical Model and Machine Learning Models
منشور في 2025"…The hydro-sediment model was implemented in the C# programming language using Visual Studio, while the machine learning models were developed in Python.…"
-
187
ML-UrineQuant
منشور في 2025"…<p dir="ltr">ML-UrineQuant is a machine learning program written in Python for identifying and quantifying mouse urine on absorbent paper. …"
-
188
MPCID: A new high-resolution multi-precipitation concentration indicators dataset for mainland China
منشور في 2025"…</li><li>Data Format<br>CSV files: The station - based annual data in CSV format can be easily opened and analyzed using spreadsheet software like Microsoft Excel or programming languages such as Python with libraries like Pandas.…"
-
189
software code of NeoDesign
منشور في 2024"…Before running the program, it is necessary to check or download python packages and local functions as follow:</p><ul><li>gor4</li><li>mhcflurry</li><li>NetMHCpan4.1</li><li>NetChop3.1</li><li>pepsickle</li><li>hmmer(>3.4)</li></ul><h3>See the read.md file for instructions on how to use the code.…"
-
190
Fuzzing: On Benchmarking Outcome as a Function of Benchmark Properties
منشور في 2025"…Also contains some pre- and post-processing scripts for gathering data</p><p dir="ltr"><code>final-data-analysis</code> -- An R Jupyter notebook and Python scripts used to generate the figures in the paper, along with the cleaned and aggregated data in CSV files</p><p dir="ltr"><code>delay</code> -- Python scripts used to generate the figures for e0 (injecting delays) in the paper</p><p dir="ltr"><code>raw-data</code> -- The raw files output by Fuzzbench for our experiments</p><p dir="ltr">The notebook and scripts should be runnable on the CSV files in that directory without modification. …"
-
191
Projected HST/STIS images of Jupiter's FUV aurora
منشور في 2025"…The images are in kR projected onto a stereographic projection and, like the NIRCam images, can be read using the accompanying Python code in hstimage.py:</p><p dir="ltr">im = HSTProjImage(filename)</p><p dir="ltr">im.readHSTFile()</p><p dir="ltr">im.tvPolar()</p>…"
-
192
Cheyenne River Flood Frequency
منشور في 2025"…<p dir="ltr">Streamflow data retrieved from the USGS National Water Information Service (NWIS) with the <code>dataretrievals</code> library with the following query: </p><ul><li>Cheyenne River near Wasta site (site number 06423500)</li><li>Starting 1934-10-01</li><li>Ending 2024-09-30</li></ul><p dir="ltr">Data used in the ESIIL Stars program flood frequency coding challenge and published online on the ESIIL Environmental Data Science Learning Portal.…"
-
193
<b>Analysis of Cost Leadership Strategy in Low-Cost Airline Enterprises with Deep Learning Method</b>
منشور في 2024"…The tweets of Ryanair were processed using a program called Knime, which is one of the useful programs. …"
-
194
DevCMG: Developer-Centric Automated Commit Message Generation
منشور في 2025"…<br><br>---<br><br>## **Datasets**<br>The `dataset` folder contains all 2,683 commits used in this study, covering the following five programming languages:<br>- C++<br>- C#<br>- Java<br>- JavaScript<br>- Python<br><br>---<br><br>## **Baselines**<br>### **State-of-the-Art (SOTA):**<br>- KADEL<br>- OMEGA<br>- DeepSeek-V3<br><br>### **Other Tools:**<br>- GPT-3.5<br>- CmtGen<br>- CoRec<br>- NMT<br>- NNGen<br>- Ptr-net<br><br>---<br><br>## **Experiments**<br><br>### **RQ1: Effectiveness of DevCMG**<br>Commands to run the experiments:<br>python message_generation.py<br>python llm_judge_metrics.py<br><br>## **RQ2: Ablation Study Results**<br><br>| **Approach** | **Reasonableness** | **Comprehensiveness** | **Succinctness** | **Normativity** | **Weighted Average** |<br>|-------------------------------|--------------------|-----------------------|------------------|-----------------|-----------------------|<br>| Baseline | 3.36 | 2.99 | 3.32 | 2.18 | 2.9445 |<br>| Without behavior clustering | 3.39 | 3.37 | 2.61 | 2.22 | 2.919 |<br>| Without CCS classification | 3.59 | 3.18 | 3.33 | 3.20 | 3.3725 |<br>| **Our approach** | **3.99** | **3.91** | **3.65** | **3.87** | **3.891** |<br><br>---<br><br># **RQ3: Rankings from Different Evaluators**<br><br>| **Evaluator** | **Ranking** |<br>|-------------------|------------------------------------------------------------------------------------------------------------|<br>| **Gemini-2.5** | DevCMG, Zero-Shot, GPT-3.5, OMEGA, KADEL, NNgen, Ptr-net, CmtGen, CoRec, NMT |<br>| **GPT-4o** | DevCMG, Zero-Shot, OMEGA, GPT-3.5, NNgen, KADEL, Ptr-net, CoRec, CmtGen, NMT |<br>| **DeepSeek-R1** | DevCMG, Zero-Shot, OMEGA, GPT-3.5, KADEL, NNgen, Ptr-net, CoRec, CmtGen, NMT |<br>| **Qwen-3** | DevCMG, Zero-Shot, GPT-3.5, OMEGA, KADEL, NNgen, Ptr-net, CoRec, NMT, CmtGen |<br>| **ChatGLM-4** | DevCMG, OMEGA, Zero-Shot, GPT-3.5, NNgen, KADEL, Ptr-net, CoRec, CmtGen, NMT |<br>| **Human** | DevCMG, Zero-Shot, OMEGA, GPT-3.5, NNgen, KADEL, Ptr-net, CoRec, CmtGen, NMT |<br><br>## **RQ4: User Study Results**<br><br>The user study results are available in the `/experiments/RQ4` folder. …"
-
195
The perceived wealth and physical disorder scores prediction dataset for urban China
منشور في 2025"…They can be processed using GIS software such as ArcGIS and QGIS, as well as Python programming language packages such as Rasterio. …"
-
196
HISTORECO: Historical Spanish transition database on climate, geography, and economics of the 20th-21st Century
منشور في 2025"…</p><p dir="ltr">The dataset combines information from twenty sources (databases/articles), harmonizing and downscaling them to the municipal level using GIS and programming tools (mainly QGIS, R, and Python). …"
-
197
FANDANGO: Evolving Language-Based Testing
منشور في 2025"…In FANDANGO, constraints can use the whole Python language and library. This expressiveness gives testers unprecedented flexibility in shaping test inputs. …"
-
198
Data and code for: A century of reforestation reduced anthropogenic warming in the eastern United States
منشور في 2025"…</p><p>All the data can be processed using open-source programs such as R or Python. </p>…"
-
199
Global Aridity Index and Potential Evapotranspiration (ET0) Database: Version 3.1
منشور في 2025"…</p><p dir="ltr">The Python programming source code used to run the calculation of ET0 and AI is provided and available online on Figshare at:</p><p dir="ltr">https://figshare.com/articles/software/Global_Aridity_Index_and_Potential_Evapotranspiration_Climate_Database_v3_-_Algorithm_Code_Python_/20005589</p><p dir="ltr">Peer-Review Reference and Proper Citation:</p><p dir="ltr">Zomer, R.J.; Xu, J.; Trabuco, A. 2022. …"
-
200
ChatbotDjango
منشور في 2025"…</li></ul><h3>Technologies Commonly Used:</h3><ul><li>Programming languages: Python, JavaScript</li><li>NLP libraries/frameworks: spaCy, NLTK, Rasa, Dialogflow, BERT, GPT</li><li>Integration platforms: Telegram Bot API, Facebook Messenger, Web-based chat UI</li></ul><p></p>…"