Git Product home page Git Product logo

Comments (11)

santhnm2 avatar santhnm2 commented on July 16, 2024

The jar file should be in the attached zip folder. But I'm having trouble
pulling updates, it keeps saying there's nothing new to pull and syncing
manually through Github is not working either. I'm going to try to have the
excel functionality done tomorrow. Also, the group working on the QR code
reader wants to meet with us to discuss how our program works. When are you
guys free?

On Sat, Nov 9, 2013 at 9:36 PM, briantruong777 [email protected]:

Eclipse is complaining that it can't find the jar file for the excel
stuff. Could you add the one you used to the project @santhnm2https://github.com/santhnm2
?


Reply to this email directly or view it on GitHubhttps://github.com//issues/6
.

from sab-project-manager.

briantruong777 avatar briantruong777 commented on July 16, 2024

Well I assume the actual jar file is not in the project directory, so git won't see the library. It only detects new files inside the project directory.

from sab-project-manager.

briantruong777 avatar briantruong777 commented on July 16, 2024

Whoops, didn't see the free time question. Monday afternoon 1-3pm and Tuesday afternoon are good with me.

from sab-project-manager.

santhnm2 avatar santhnm2 commented on July 16, 2024

Tuesday afternoon also works for me. As for the Excel stuff, are we still
using the Inventory class to store tools and parts? I'm still not entirely
sure I have the most up-to-date version so I'm not sure if the
implementation for that has changed. And I'll try reuploading the jar file
tonight along with the code for exporting to Excel. When I first downloaded
the API I remember pushing the jar file but I guess it didn't register or
something. But like I said in the last email it's available in the attached
folder in case you want to try it out yourself.

On Sun, Nov 10, 2013 at 8:53 PM, briantruong777 [email protected]:

Whoops, didn't see the free time question. Monday afternoon 1-3pm and
Tuesday afternoon are good with me.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28169672
.

from sab-project-manager.

briantruong777 avatar briantruong777 commented on July 16, 2024

afaik, we are still using the Inventory class to store tools and parts. I did add functions that save/load the parts and tools to files, but the tools & parts are still being stored in two hashmap<string, widget>.

The newest commit's hash is 6e19d67 as of 10:21 pm 11/10. See if it matches your own.

The attached folder? Is it attached to one of the emails you sent in reply to this issue? I don't think github supports attachments through email replies unfortunately.

from sab-project-manager.

santhnm2 avatar santhnm2 commented on July 16, 2024

I do have that commit but I don't think any of my GUI stuff has been
updated since we last met with Jon. Anyway, I'll just keep working on the
Excel stuff either way.

On Sun, Nov 10, 2013 at 10:28 PM, briantruong777
[email protected]:

afaik, we are still using the Inventory class to store tools and parts. I
did add functions that save/load the parts and tools to files, but the
tools & parts are still being stored in two hashmap.

The newest commit's hash is 6e19d676e19d67d11230520a086661596bc5d8d311d3ef7as of 10:21 pm 11/10. See if it matches your own.

The attached folder? Is it attached to one of the emails you sent in reply
to this issue? I don't think github supports attachments through email
replies unfortunately.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28173504
.

from sab-project-manager.

yhou8 avatar yhou8 commented on July 16, 2024

My classes end after 3 on Tuesday.

By the way, do you know how to use Java to open Windows Explorer to a folder given the folder's path?

from sab-project-manager.

briantruong777 avatar briantruong777 commented on July 16, 2024

Okay, I can meet Tuesday at 3.

@yhou8 I don't actually know how to do that but google brings up these pages:
http://stackoverflow.com/questions/7357969/how-to-use-java-code-to-open-windows-file-explorer-and-highlight-the-specified-f
http://stackoverflow.com/questions/11174055/open-up-windows-explorer-in-java
hope that helps

from sab-project-manager.

santhnm2 avatar santhnm2 commented on July 16, 2024

I scheduled a meeting with the QR code people tomorrow at 3:30 at Grainger.

On Mon, Nov 11, 2013 at 12:26 AM, briantruong777
[email protected]:

Okay, I can meet Tuesday at 3.

@yhou8 https://github.com/yhou8 I don't actually know how to do that
but google brings up these pages:

http://stackoverflow.com/questions/7357969/how-to-use-java-code-to-open-windows-file-explorer-and-highlight-the-specified-f

http://stackoverflow.com/questions/11174055/open-up-windows-explorer-in-java
hope that helps


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28177258
.

from sab-project-manager.

santhnm2 avatar santhnm2 commented on July 16, 2024

Also, I'm having a lot of trouble making the Excel code work with our
current Task/Inventory implementation. Right now I've written a separate
Task/Inventory implementation that just uses ArrayLists rather than
HashMaps and it works fine, but I don't know how to integrate that back to
what we already have. Can we work on this together tomorrow?

On Mon, Nov 11, 2013 at 9:21 PM, Keshav Santhanam <
[email protected]> wrote:

I scheduled a meeting with the QR code people tomorrow at 3:30 at
Grainger.

On Mon, Nov 11, 2013 at 12:26 AM, briantruong777 <[email protected]

wrote:

Okay, I can meet Tuesday at 3.

@yhou8 https://github.com/yhou8 I don't actually know how to do that
but google brings up these pages:

http://stackoverflow.com/questions/7357969/how-to-use-java-code-to-open-windows-file-explorer-and-highlight-the-specified-f

http://stackoverflow.com/questions/11174055/open-up-windows-explorer-in-java
hope that helps


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-28177258
.

from sab-project-manager.

briantruong777 avatar briantruong777 commented on July 16, 2024

If worst comes to worst, we can just set it up to convert the hash table into an array list, then convert to excel format.

from sab-project-manager.

Related Issues (20)

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.