Giter VIP home page Giter VIP logo

cybr8470's People

Contributors

dlellis avatar mellonb avatar mlhale avatar sdfrench avatar

Stargazers

 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  avatar  avatar  avatar  avatar  avatar

cybr8470's Issues

Persisting watchman changes

from @sdfrench :

By the way if you want the inotify changes for watchman to persist a reboot on the VMs have the students append the following to /etc/sysctl.conf.

$ sudo vi /etc/sysctl.conf ( Substitute vi with nano or subl if preferred)
….

Increase inotify values for watchman

fs.inotify.max_user_instances=100000
fs.inotify.max_user_watches=100000

Then run this command to have the changes take effect immediately or else just reboot.

$ sudo sysctl -p /etc/sysctl.conf

Note: If they don’t reboot then they may need to restart watchman as you mentioned in class.

Instruction mismatch

UNIT 2: 4: Configuring Ember with Django

In sublime, open /var/www/gencybersite/gencybersite/settings.py
Find "TEMPLATES" then change the "DIRS" line to:

'DIRS': [os.path.join(BASE_DIR, "static/ember/")],

Issue: Screenshot shows different line of code.

Duplication of photo model

At the end of step 15 you may consider removing the photo model from application.js after adding it to models/photo.js since it is no longer used

README Location

The readme states that the location for this class is 361, mavlink shows the class meeting in 260.

Lab 2: Consider search-form wrapper

UNIT 3: 5: Creating a client-side login component

Create style:
.search-form {
margin-left: -250px;
}

Issue: .search-form is not declared in application.hbs. Consider wrapping to avoid search function from overlaying into the auth form.

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.