On Wed, Feb 5, 2014 at 12:53 PM, Brian Schott <[email protected]>wrote:
> Joe, > > vocflash works great for me now in J7 JHS. I had to remove `project/` from > the links and had to load 'tables/csv' , but that was all. > > Good to hear! Thanks for letting me know > I am sorry for needing help to find the csv file. Github remains a mystery > to me, still. But I am trying to learn to use it better. I still don't know > how I could have found the data file without you telling me the exact link. > I don't see how to get there from the source code link. > > Yes, it can be easy for me to take it for granted. The path to see all the files is: https://github.com/joebo/vocflash I am so used to seeing github links that I know the structure is github.com/[user]/[repository] so in the case of https://github.com/joebo/vocflash/blob/master/flash.ijs, you want to either eliminate the /blob/master/... or just use the interface to click to the repository. > It looks like I might have to "fork", etc. to get a good look at your > Chapter 02 done in J. Could you tell me the steps for that, please? I do > have a github account "zerowords" btw. > No need to fork. The easiest way to get the code is to "Download ZIP" which is a button on the main repository page https://github.com/joebo/j-html5-games-ch02 or use "Clone in Desktop"... If you're comfortable from the command line, it will be git clone https://github.com/joebo/j-html5-games-ch02.git The windows client is pretty good too: http://windows.github.com/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
