Share

GENESIS Neural Simulator

Code

Programming Languages: C

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2006-03-18 cvs -d:pserver:anonymous@genesis-sim.cvs.sourceforge.net:/cvsroot/genesis-sim login

cvs -z3 -d:pserver:anonymous@genesis-sim.cvs.sourceforge.net:/cvsroot/genesis-sim co -P modulename

Show:

What's happening?

  • Followup: RE: Mac OS X Leopard

    Confirmed that this fix works in Snow Leopard as well Dave.

    2009-11-08 08:31:45 UTC by ender45

  • Compling Genesis-2.3 on Ubuntu 9.0.4

    Compiling Genesis-2.3 on Ubuntu 9.0.4 fails with the following messages: In file included from /usr/include/unistd.h:1112, from sim_notes.c:54: /usr/include/bits/unistd.h: In function ‘GetHeader’: /usr/include/bits/unistd.h:36: error: nested function ‘read’ declared ‘extern’ /usr/include/bits/unistd.h:35: error: static declaration of ‘read’ follows...

    2009-10-06 17:35:08 UTC by skarthik77

  • GENESIS User Forums now at genesis-sim.org

    We are now migrating the GENESIS user forums to our new web site at genesis-sim.org, where you can attach files, example scripts, and images to postings. We haven't yet disabled the sourceforge forums, but they will mainly be used for GENESIS 2 compilation issues and bug fixes, and don't get much use. The best way to get help and answers to questions about GENESIS is to post to the...

    2009-08-05 19:04:23 UTC by dbeeman_5

  • Followup: RE: Gating variables with coupled equations?

    This is a topic that has come up in the past, and I think that some GENESIS users have found solutions. We are now migrating the GENESIS user forums to our new web site at genesis-sim.org, where you will be able to attach files, example scripts, and images to postings. We haven't yet disabled the sourceforge forums, but they will mainly be used for GENESIS 2 compilation issues and bug...

    2009-08-05 18:55:39 UTC by dbeeman_5

  • Followup: RE: Gating variables with coupled equations?

    Sorry, message got messed up. So the equations should read: dm/dt = A * m + B * n dn/dt = C * m + D * n A = -alpha - beta - k3 B = k4 C = k3 D = -k4 and where Ik = gbark * (m + 2n) * (v -vk)?.

    2009-07-16 14:47:12 UTC by srkuo77

  • Gating variables with coupled equations?

    Hi, Does anyone know if there's an option for tab2channel that can solve for a gating variable that is of the form: dm/dt = A * m + B * n dn/dt = C * m + D * n A = -alpha - beta - k3 B = k4 C = -k4 D where Ik = gbark * (m + 2n) * (v -vk)?.

    2009-07-16 14:44:32 UTC by srkuo77

  • Compiling shell_tty on Ubuntu

    I tried to compile genesis 2.3 on Ubuntu 9.04 (32 bit) but i keep getting errors on shell_tty. Since I have a German System I can only show you the errors in german, but I think the Problem is obvious (Fehler = Error ;-) ): shell_tty.c: In Funktion »normal_tty«: shell_tty.c:485: Fehler: »TIOCSETP« nicht deklariert (erste Benutzung in dieser Funktion) shell_tty.c:485: Fehler: (Jeder...

    2009-06-12 22:00:26 UTC by nobody

  • genesis does not entertain escape chars in strings

    create neutral n addfield n hello setfield n hello "hello\n" echo {getfield n hello} Output: hello\n genesis > where as expected output is hello .

    2008-01-09 05:14:37 UTC by raameshd

  • else if does not work

    There is no switch command in genesis and in addition else if also does not work.

    2008-01-09 05:10:32 UTC by raameshd

  • wrong error message

    int a = {d/(3*3)} gives error Badly placed ()'s. ** Error - code 256 whereas it must give error d: Command not found.

    2008-01-09 04:44:04 UTC by nobody