How could I start with TFS2010 and VS2010? [closed] - tfs

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm learning TFS2010 these days, someone said that you could create areas and iterations to begin a project, do I need to put solutions into these areas and how to do it? Is there are any sources for VS2010+TFS2010 development? Thank you!

Areas and iterations are not directly connected to solutions (I think you mean VS - solutions) as you can see in the link to MSDN.
They are the way to structuring you work.
Here you can get started or here
Here you can find a TFS 2010 Work Items Basic User Guide
And here you can find a big collection of videos of different categories.

Related

I am going to do a sentiment analysis research on facebook comments.any idea how can I coolect facebook comments for my research? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I am doing sentimental analysis research for my final year research for facebook comments. But I don't know how can I collect facebook comment's data.
Facebook Graph API get all comments
This might be a useful starting point, as someone with a similar project goal.
I'd probably go with a programming language you're comfortable with, searh for a Facebook API software wrapper (Python) or package (R Studio), and read up on what the functions do.

How to start Virtual Reality Applications Development? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
With Oculus Rift, Project Morpheus from Sony I think VR is going to be next big thing. I am kinda stuck about where and how to start getting my feet wet in VR application development. Any inputs on the same is really appreciated.
I always recomend the practicle approach. First, try it, then think about what you can do with it.
Oculus VR Development Kit 2 is available, you can order it and try it by yourself.
https://www.oculusvr.com/order/
With the development kit you will probably have access to some technical documentation to help you on how to use it.
Concerning Sony's Project Morpheus, I don't see any links to order a development kit, so you're pretty stuck regarding this one.

Is it possible to plot/get burndown charts in a sinusoidal wave form rather than squar wave form? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
As a JIRA newbee and explorer, I seek your help in determining whether it's possible to draw curvy (sinusoidal waveform) graphs.
Currently, the burndown charts which I am getting are of square-wave form.
If sine-wave is possible then kindly let me know how.
I don't know any out-of-the-box solution for that. If you don't mind doing some programming (shouldn't take more that a few hours for someone with basic programming skills), you can use one of Jira's remote API together with Google Chart Tools to build whatever Chart you want.
Than, to display the graph on Jira you can use the custom content plugin fro Jira.

Building a Code Generator in ruby.. Where to start? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I've been thinking about starting an open source admin panel for rails using the cappuccino JavaScript / Objective-J web framework..
How would I get started?
Are there any resources you can point me to, that explain dynamic scaffolding like code generation?
Thanks and looking forward to collaborating if anyones interested?
Daniel
You may want to take a look # rails_admin. It is a port of Merb Admin. It's still pretty young, but may give you ideas on the approach.
ActiveScaffold has been around for a while too which may be another good reference project.

Delphi - how to skin a form [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I just finish reading delphi-skinning-libraries and sptbxtoolbar-skin-change but this is not what I wanted. I'm interested in how to apply a skin on a form, just like the classic WinAmp windows :)
Any aricle or code or ideea is welcomed.
I just found Windows XP Theme Manager, i'm at work now, so i'll study it at home (I hope this is wahat I need)
Actually the former question (with a nudge at VCLSkin) is exactly what you need -- don't get suggested too much by the fact that all the examples look like MSWindows -- the skinning behind them allows for any image-based GUI.
The only alternative is ditching the Forms altogether and building your skin from ground up using WinAPI. An example can be seen on flipcode (C++, but WinAPI's the same).

Resources