Code Monkey home page Code Monkey logo

aenea-fork's People

Contributors

calmofthestorm avatar dopey avatar

Stargazers

 avatar

Watchers

 avatar  avatar

aenea-fork's Issues

Can't get it to work

Hello,

Could you give a workflow of how to test/launch the service?

I'm a little confused of what goes where and what is executed when.

It also appears there are some hardcoded paths in the project that may not be ok.
Is there a how to use part of this project somewhere?

aenea-fork-master/util/proxy_actions.py:
   42        return [line.strip() for line in keyfile] + list(WINDOWS_MAPPING)
   43    except Exception:
   44:     with open("Z:\\SHARED\\aenea\\util\\keys.txt") as keyfile:
   45        return [line.strip() for line in keyfile] + list(WINDOWS_MAPPING)
   46  

aenea-fork-master/util/reload_grammar.py:
    3  
    4  def reload_grammar():
    5:   for name in os.listdir("Z:\\SHARED\\aenea\\grammar"):
    6      if name.endswith(".py"):
    7:       with open("Z:\\SHARED\\aenea\\grammar\\%s" % name) as infd:
    8          with open("C:\\NatLink\\NatLink\\MacroSystem\\_%s" % name, "w") as outfd:
    9            outfd.write(infd.read())

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.