Giter Club home page Giter Club logo

zograscope's Introduction

My intention is to host new repositories elsewhere. Things stored here won't be removed and will be updated, however they might be logically moved from GitHub to other location(s). GitHub can still be used for mirrors of new projects if there is a need for that.

"Elsewhere" is my instance of RocketGit. I gave an overview of RocketGit in this post.

For convenience, here's a list of repositories that's not on my GitHub account:

  • pipedial (one more tool for selecting something in console)
  • libcursed (C++ classes for dealing with curses)
  • libcursedrl (libcursed extension for integration with readline)
  • libvle (beginnings of a library for building Vim-like applications)
  • tos (an alternative version of sources presented as part of Write Your Own OS video tutorial by Viktor Engelmann)
  • xscripts (small collection of some scripts I find useful)

zograscope's People

Contributors

amejiarosario avatar xaizek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zograscope's Issues

Javascript support

Hi, I'm on the lookout for a patch tool whose intelligence stretches beyond linenumbers, that can be run in a post-install script.

Zograscope looks interesting. Are there any plans on adding javascript support?

Build fails in macOS

Fresh clone and I get this:

➜  zograscope git:(master) make
c++ -c -I./src/ -std=c++11 -Wall -Wextra -MMD -Isrc/ -Ithird-party/ -DYYDEBUG -Og -g tools/diff/diff.cpp -o tools/diff/diff.o
error: invalid integral value 'g' in '-Og'
error: invalid integral value 'g' in '-Og'

Compiler info:

➜  zograscope git:(master) clang --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode81.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

Installation instructions

Hi,
This project looks great and I'd like to try it out. However, I'm new to C++ and having some difficulties installing the program.

Could you please provide instructions how to get the dependencies installed (e.g., Boost)?

image

Makefile parser error: syntax error, unexpected SLIT

../nuttx/arch/avr/src/avr/Toolchain.defs:92:11: parse error: syntax error, unexpected SLIT
Failed to parse: ../nuttx/arch/avr/src/avr/Toolchain.defs

Points to this:

  $(error "No valid CONFIG_ARCH_CHIP_ set in the configuration")

Full file: https://gist.github.com/tritao/352281e9dee9d8832c51772378b92102

I get the same reported error message for this as well:

LIBGCC = ${shell "$(CC)" $(ARCHCPUFLAGS) -print-libgcc-file-name}

Probably the same issue.

Another instance:

  CUSTOM_DIR = $(patsubst "%",%,$(CONFIG_ARCH_BOARD_CUSTOM_DIR))

Makefile parser error: syntax error, unexpected include, expecting WS or NL or LEADING_TAB

../nuttx/drivers/wireless/spirit/Make.defs:41:39: parse error: syntax error, unexpected include, expecting WS or NL or LEADING_TAB
Failed to parse: ../nuttx/drivers/wireless/spirit/Make.defs
ifeq ($(CONFIG_WL_SPIRIT),y)

# Include Spirit library support

include wireless$(DELIM)spirit$(DELIM)lib$(DELIM)Make.defs
include wireless$(DELIM)spirit$(DELIM)include$(DELIM)Make.defs
include wireless$(DELIM)spirit$(DELIM)drivers$(DELIM)Make.defs

endif

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.