All Projects → nest → nestml

nest / nestml

Licence: GPL-2.0 license
A domain specific language to describe neuron models in NEST

Programming Languages

python
139335 projects - #7 most used programming language
Jinja
831 projects

Projects that are alternatives of or similar to nestml

nest-morgan
Morgan Logger for Nestjs
Stars: ✭ 19 (-38.71%)
Mutual labels:  nest, nest-module
spore-nest-module
Synaptic Plasticity with Online Reinforcement learning
Stars: ✭ 24 (-22.58%)
Mutual labels:  nest, nest-module
Homebridge-on-RaspberryPi
Example of Homebridge on RaspberryPi 3
Stars: ✭ 34 (+9.68%)
Mutual labels:  nest
nestjs-extensions
[WIP] A bunch of useful and opinionated filters, modules, pipes... to use with Nest framework. 😻
Stars: ✭ 43 (+38.71%)
Mutual labels:  nest
angular-chat
Angular v.9, Node.js, Nest.js v.6, Mongoose, Socket.io, Passport, Angular Universal SSR (in progress...)
Stars: ✭ 35 (+12.9%)
Mutual labels:  nest
ogma
A monorepo for the ogma logger and related packages
Stars: ✭ 201 (+548.39%)
Mutual labels:  nest
azure-serverless-deprecated
[Deprecated] Azure Serverless module for Nest framework (node.js) 🌩
Stars: ✭ 44 (+41.94%)
Mutual labels:  nest
nestjs-asyncapi
NestJS AsyncAPI module - generate the documentation of your event-based services using decorators
Stars: ✭ 88 (+183.87%)
Mutual labels:  nest
SvmNest
a frame of amd-v svm nest
Stars: ✭ 47 (+51.61%)
Mutual labels:  nest
discord-nestjs
👾 NestJS package for discord.js
Stars: ✭ 173 (+458.06%)
Mutual labels:  nest
unnue-nuxt
开媛笔记,基于nuxt ssr首屏服务器端渲染 ⚡。用于分享、记录、交流和学习,希望可以帮助到小伙伴们。同时网站在永久更新,备好鸡血,一起来战 Ooh aah!
Stars: ✭ 98 (+216.13%)
Mutual labels:  nest
nestjs-session
Idiomatic Session Module for NestJS. Built on top of `express-session` 😎
Stars: ✭ 150 (+383.87%)
Mutual labels:  nest
nestDemo-ChatServer
Server side of Chat App implemented using Nest
Stars: ✭ 38 (+22.58%)
Mutual labels:  nest
nestjs-starter
🚀 Nest framework starter
Stars: ✭ 30 (-3.23%)
Mutual labels:  nest
azure-func-http
Azure Functions HTTP adapter for Nest framework (node.js) 🌥
Stars: ✭ 121 (+290.32%)
Mutual labels:  nest
bundled-nest
💥 Nest 🔰 Webpack 🔰 Docker 💥 --- 🏯 Now archived for historical reference ⛩
Stars: ✭ 59 (+90.32%)
Mutual labels:  nest
ThingML
The ThingML modelling language
Stars: ✭ 91 (+193.55%)
Mutual labels:  modeling-language
nestjs-ioredis
IORedis module for Nest
Stars: ✭ 21 (-32.26%)
Mutual labels:  nest
NEST-Oracle-V3
The NEST Oracle Smart Contract 3.0 is a solidity smart contract implementation of NEST Protocol which provide a unique on-chain Price Oracle through a decentralized mechanism
Stars: ✭ 37 (+19.35%)
Mutual labels:  nest
nestjs-dynamoose
Dynamoose module for Nest
Stars: ✭ 84 (+170.97%)
Mutual labels:  nest

astropy Build Status

NESTML: The NEST Modelling Language

NESTML is a domain-specific language that supports the specification of neuron models in a precise and concise syntax, based on the syntax of Python. Model equations can either be given as a simple string of mathematical notation or as an algorithm written in the built-in procedural language. The equations are analyzed by the associated toolchain, written in Python, to compute an exact solution if possible or use an appropriate numeric solver otherwise.

Documentation

Full documentation can be found at:

https://nestml.readthedocs.io/

Directory structure

models - Example neuron models in NESTML format.

pynestml - The source code of the PyNESTML toolchain.

tests - A collection of tests for testing of the toolchain's behavior.

doc - The documentation of the modeling language NESTML as well as processing toolchain PyNESTML.

extras - Miscellaneous development tools, editor syntax highlighting rules, etc.

License

Copyright (C) 2017 The NEST Initiative

NESTML is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

NESTML is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with NESTML. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].