بدائل البحث:
source core » source code (توسيع البحث), source codes (توسيع البحث), surface core (توسيع البحث)
source core » source code (توسيع البحث), source codes (توسيع البحث), surface core (توسيع البحث)
-
1
Secure Python Code Manager: A Tool for Protected Python Code Distribution and Management
منشور في 2024"…A license key is generated, allowing authorized users to access the code.bash<pre><pre>python secure_python_code_manager.py --upload -f your_script.py<br></pre></pre></li><li><b>Updating Previously Uploaded Code</b>: With the <code>--update</code> function, update your code in the cloud without needing to redistribute new files to clients, ensuring seamless code maintenance and updates.bash<pre><pre>python secure_python_code_manager.py --update -f your_script.py -l your_license_key<br></pre></pre></li><li><b>Retrieving License Information</b>: The <code>--license-info</code> function lets you retrieve detailed information about your licenses, including status, usage data, and limits.bash<pre><pre>python secure_python_code_manager.py --license-info -l your_license_key<br></pre></pre></li><li><b>Service Usage Monitoring</b>: Use the <code>--service-usage</code> function to monitor your service usage, including uploaded scripts and associated licenses, helping you keep track of your code deployment.bash<pre><pre>python secure_python_code_manager.py --service-usage<br></pre></pre></li></ol><h2>Use Cases</h2><ul><li><b>Protect Python Code</b>: If you're looking to <b>protect Python code</b> from unauthorized use, this tool provides robust protection mechanisms.…"
-
2
-
3
-
4
Python Implementation of HSGAdviser Chatbot: AI model for Sustainable Education
منشور في 2025"…<p dir="ltr">This repository contains the Python source code and model implementation for HSGAdviser, an AI speech assistant designed to provide personalized college and career guidance for high school students through conversational AI. …"
-
5
-
6
Void-Center Galaxies and the Gravity of Probability Framework: Pre-DESI Consistency with VGS 12 and NGC 6789
منشور في 2025"…</p><p><br></p><p dir="ltr"><b>A public Python repository</b> accompanies this work, providing a reproducible testbed for comparing ΛCDM expectations with Gravity of Probability (GoP) “core-four aware” predictions in void galaxies. …"
-
7
Real-Time Optical Imaging Acquisition and Processing in Python: A Practical Guide Using CAS: Code Repository
منشور في 2025"…CAS includes a hardware abstraction layer for cameras, a ready-made GUI which can easily be customised, as well as an approach to using multiple CPU cores. By providing an open-source and flexible Python-based solution, CAS can support research teams to more quickly develop real-time imaging systems.…"
-
8
-
9
Overview of the MD datasets used in S2 Fig.
منشور في 2025"…<div><p>We present mdciao, an open-source command line tool and Python Application-Programming-Interface (API) for easy, one-shot analysis and representation of molecular dynamics (MD) simulation data. …"
-
10
-
11
Siddhanta Kosha: A Curated JSON Dataset of 162 Core Ayurvedic Principles
منشور في 2025"…<p dir="ltr">The Siddhanta Kosha is a curated, open-source JSON dataset of 162 core foundational principles (Siddhantas) of Ayurveda.…"
-
12
The format of the electrode csv file
منشور في 2025"…To enable efficient calculation of extracellular signals from large neural network simulations, we have developed <i>BlueRecording</i>, a pipeline consisting of standalone Python code, along with extensions to the Neurodamus simulation control application, the CoreNEURON computation engine, and the SONATA data format, to permit online calculation of such signals. …"
-
13
The format of the simulation reports
منشور في 2025"…To enable efficient calculation of extracellular signals from large neural network simulations, we have developed <i>BlueRecording</i>, a pipeline consisting of standalone Python code, along with extensions to the Neurodamus simulation control application, the CoreNEURON computation engine, and the SONATA data format, to permit online calculation of such signals. …"
-
14
Comparison of BlueRecording with existing tools
منشور في 2025"…To enable efficient calculation of extracellular signals from large neural network simulations, we have developed <i>BlueRecording</i>, a pipeline consisting of standalone Python code, along with extensions to the Neurodamus simulation control application, the CoreNEURON computation engine, and the SONATA data format, to permit online calculation of such signals. …"
-
15
The format of the weights file
منشور في 2025"…To enable efficient calculation of extracellular signals from large neural network simulations, we have developed <i>BlueRecording</i>, a pipeline consisting of standalone Python code, along with extensions to the Neurodamus simulation control application, the CoreNEURON computation engine, and the SONATA data format, to permit online calculation of such signals. …"
-
16
Expanding Access to Advanced Scientific Workflows: The NSF Unidata Science Gateway Leverages Innovative Capabilities of the NSF Jetstream2 Cloud for Atmospheric Science Education
منشور في 2025"…</p><p><br></p><p dir="ltr">Since 2020, the NSF Unidata Science Gateway has hosted pre-configured PyAOS (Python for Atmosphere and Ocean Science) JupyterHub servers to facilitate the learning experiences of over 1,830 students across 24 universities, regional workshops, and AMS workshops. …"
-
17
-
18
-
19
Code for AOP-DB v3
منشور في 2025"…This version refactors existing scripts into Python, utilizing <b>SQLAlchemy's Object-Relational Mapping (ORM)</b> and the <b>CORE framework</b> for efficient database management and interaction.…"
-
20
The artifacts and data for the paper "DD4AV: Detecting Atomicity Violations in Interrupt-Driven Programs with Guided Concolic Execution and Filtering" (OOPSLA 2025)
منشور في 2025"…</p><h3><b>Installation</b></h3><h4><b>install Dependencies</b></h4><p dir="ltr">Our artifact depends on several packages, please run the following command to install all necessary dependencies.</p><pre><pre>sudo apt-get install -y wget git build-essential python3 python python-pip python3-pip tmux cmake libtool libtool-bin automake autoconf autotools-dev m4 autopoint libboost-dev help2man gnulib bison flex texinfo zlib1g-dev libexpat1-dev libfreetype6 libfreetype6-dev libbz2-dev liblzo2-dev libtinfo-dev libssl-dev pkg-config libswscale-dev libarchive-dev liblzma-dev liblz4-dev doxygen libncurses5 vim intltool gcc-multilib sudo --fix-missing<br></pre></pre><pre><pre>pip install numpy && pip3 install numpy && pip3 install sysv_ipc<br></pre></pre><h4><b>Download the Code</b></h4><p dir="ltr">Download <b>DD4AV</b> from the Figshare website to your local machine and navigate to the project directory:</p><pre><pre>cd DD4AV<br></pre></pre><h4><b>Configure Environment and Install the Tool</b></h4><p dir="ltr">For convenience, we provide shell scripts to automate the installation process. …"