Code Monkey home page Code Monkey logo

q's Introduction

Q

Qbject system

ask for lessons how to reimplement it to know deep in use

(c) Dmitry Ponyatov <[email protected]>, All rights reserved

github: https://github.com/ponyatov/Q

  • OS IDE CAD/CAM/CAE RAD CAL (computer assisted learning)
  • script languages: Python FORTH SmallTalk
  • DB: (hyper)graph object knowledge database
  • AI: Mynsky frames semantic hypergraph inference system
  • metaprogramming and managed compilation
  • @ref pls for learning via @ref GameDev
  • embedded systems firmware development
    • C89/LLVM backend
    • @ref STM32

q's People

Contributors

ponyatov avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

q's Issues

Не удаётся запустить Q.py

При запуске выскакивает такое сообщение об ошибке:

D:\Mazdaywik\Documents\Q>python Q.py
Traceback (most recent call last):
  File "Q.py", line 730, in <module>
    restore()
  File "Q.py", line 293, in restore
    try: F = open(IMAGE,'rb') ; B = pickle.load(F) ; F.close()
  File "C:\Python27\lib\pickle.py", line 1378, in load
    return Unpickler(file).load()
  File "C:\Python27\lib\pickle.py", line 858, in load
    dispatch[key](self)
  File "C:\Python27\lib\pickle.py", line 1069, in load_inst
    klass = self.find_class(module, name)
  File "C:\Python27\lib\pickle.py", line 1124, in find_class
    __import__(module)
ImportError: No module named __main__

Если удалить файл Q.py.image, то программа после запуска зависает:

q

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.