Skip to content

aboutkrin/FP7-webpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

##Authors Krin Yongvongphaiboon @aboutkrin

Udit Bhansali @ubhansali

##Overview In our earlier discussions, we began thinking about how we can get live stock prices from Dow Jones. To ensure this, we have designed a GUI interface that allows a user to enter ticker symbols and get current price of the stock.

##Screenshot alt tag

##Concepts Demonstrated Identify the OPL concepts demonstrated in your project. Be brief. A simple list and example is sufficient.

  • Data abstraction is used to provide access to the elements of the RSS feed.
  • The objects in the OpenGL world are represented with recursive data structures.
  • Symbolic language processing techniques are used in the parser.

##External Technology and Libraries web-server/insta jeeve/markets

##Favorite Scheme Expressions ####Krin In Racket, I'm impressed how easy it was to create a webpage. The following code demonstrate how you can create a unique link for the webpage and be able to call a function. The function will be the body of the link itself.

(define-values (start add-url)
  (dispatch-rules
   (("display-data") #:method "post"  display-data)
   (else get-first)))

####Udit

#How to Download and Run You may want to link to your latest release for easy downloading by people (such as Mark).

Include what file to run, what to do with that file, how to interact with the app when its running, etc.

About

Template for using README as your webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors