Coder Social home page Coder Social logo

rcos / csci-4470-opensource Goto Github PK

View Code? Open in Web Editor NEW
39.0 39.0 94.0 398.58 MB

RPI Course on Open Source Software

License: BSD 2-Clause "Simplified" License

HTML 15.82% JavaScript 35.07% CSS 18.44% Shell 0.04% Python 6.22% Makefile 5.22% CMake 0.08% C 0.35% C++ 0.36% R 0.09% TeX 15.01% Jupyter Notebook 0.01% SCSS 3.20% Dockerfile 0.08%

csci-4470-opensource's People

Contributors

4very avatar babyspider avatar callumhauber avatar cerulanlumina avatar dependabot[bot] avatar elihschiff avatar elijahksmith avatar gnehcuyz avatar gwild37 avatar hbh7 avatar jason-durr avatar jputlock avatar lhain08 avatar macksjeremy avatar matthewmawby avatar mskmoorthy avatar nick-lennox avatar oddballjen avatar ottdog avatar phansa avatar robere2 avatar roughk avatar rushsteve1 avatar rylanoc avatar samspre avatar shailpatels avatar testpersonal avatar thomasandrasek avatar wdturner avatar williamjallen 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

csci-4470-opensource's Issues

02.Git index.html

When running the index.html file with the live server, the previous page or the next page will still stay in the view, which shouldn't be there. I attach a screenshot of this. As you can see in the picture, when I review the current page "git remote -v", the next page will show together. Other index.html files may have the same issues.
WechatIMG1881

Graphical commands don't work on WSL

Any commands that require a display don't work on WSL by default because WSL is command-line only. You need to add a display server in Windows and configure WSL for it.

Python matplotlib display with WSL and VcXsrv

I did a few different things, but here are the steps I think are required to make it work:

  1. Make sure VcXsrv is installed and working
  2. Install Tk backend with sudo apt install python3-tk
  3. Add these lines to the python program

import matplotlib
matplotlib.use("TkAgg")

  1. Possibly also install these (might only be specific to lab 6 stuff):
    sudo apt-get install python3-pil python3-pil.imagetk

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.