Giter Site home page Giter Site logo

awesomeprelims's Introduction

AwesomePrelims

Preliminary work for the Awesome library (not DisMaL).

No more individual dirs... just js and java

Useful JavaScript References (for non-beginners that want to become advanced practitioners)

Best:

Perhaps Also helpful:

(From off campus, just stick .proxy.library.ucsb.edu:2048 after the safaribooksonline.com part of the URL.)

Getting Started

This section is for new contributors to the AwesomePrelims repo. It assumes some basic familiarity with git and github concepts.

The two branches

The master branch is, as usual, the... um... master branch. So, what is that other branch, gh-pages?

That's the branch that actually gets published to the web at pconrad.github.io/AwesomePrelims

So, the usual workflow is:

  • do the "real" work in the master branch.
  • Let's suppose that you did a git clone, and now, a clone of this repo is in /home/jsmith/github/AwesomePrellims on your local hard drive. Check your work by visiting the URL file:///home/jsmith/github/AwesomePrelims/index.html
  • You may commit and push often to the master branch. But, then, when and only when you have something stable that you want to share with the world, as the official new "release" of AwesomePrelims, you do:

NOTE: WHAT I WROTE BELOW MAY BE TOTAL NONSENSE... I'M GOING TO TRY IT OUT...

git checkout gh-pages   # switch to gh-pages branch
git merge origin master   # go get that stuff from master and stick it in the current gh-pages branch
git push origin gh-pages
git checkout master

awesomeprelims's People

Contributors

brandonkylenewman avatar emiliebarnard avatar jhenkens avatar pconrad avatar rmacklin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

awesomeprelims's Issues

Investigate Driving exam from a Google Spreadsheet

Investigate the possibility of allowing users to specify parameters for a particular practice quiz, or exam, via a Google Spreadsheet.

The spreadsheet could contain information about the mix of question types, parameters for the questions, etc.

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.