Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

david
unity 3d scripting problem in intellisense?
Hello:
recently, I want to build a demo project in unity 3d version 2019.3, when I try to write script, the game related objects provided by official unity software packages cannot be shown in Intellisense, but .net core/framework related objects can be shown in intellisense in code editior, what are the problems, how to fix that, and how to make sure the unity packages could be referenced fully and effectively?
thanks for any help
Programming & Design3 months agoare nasdaq(and big tech in particular)boosted by AI?
hello:
are the rapid growth of nasdaq and biggest companies like microsoft, google, facebook, amazon, so forth, in particular, are boosted by the introduction of artificial intelligence technology
thanks
Investing3 months agohow much nasdaq(and big tech companies in particular)is boosted by promise of AI?
hello:
could anybody show me any hint, and related sources and links, how much skyrocketing growth of nasdaq, and biggest tech companies in particular, like microsoft, google, amazon, facebook, ibm. so forth, are boosted by the hope and promise of artificial intelligence
Investing3 months agohow much nasdaq and big techs stock price boosted by artificial intelligence?
hello:
could any body give me any hints and related stat, sources and links how much nasdaq rocketing growth in the last one year or so are boosted by the promise of adoption of artificial intelligence, and that is particularly important for largest tech stock, those gigantic stock like microsoft, google, amazon, facebook, apple, ibm, so forth
thanks
Investing3 months agodefault Startup location for eclipse php?
Hello:
I have downloaded PHP/MAMP installed on my computer, however, when i try to build a demo hello world application, when i try to run the application as a web app, the browser show me cannot find related files of the project, so, could anyone tell me where is the default path for the startup of a given eclipse php project.
thanks
1 AnswerProgramming & Design3 months agowhere my files go in upgraded version of visual studio?
Hello:
I have downloaded simultaneously two visual studios vs2017 and vs 2019 community edition, but recently, many of my project files, such as solution file, project template and config files and source files get lost, leaving only mdb, dep file and assembly file(for dotnet core library project), why so many of my files disapppear and are they related to the upgraded version of visual studio and version imcompatability, and how they are related and how to correct them
thanks
1 AnswerProgramming & Design3 months agohow to run haskell compiler/interpreter?
hello, recently i installed a haskell lib, however, after installing the package, i cannot find the compiler ide, could anyone give me a viable recommendation for where to find haskell compiler that truly able to write and debug practical program
thanks
1 AnswerProgramming & Design3 months agoeclipse php deployment problems?
hello:
recently, I downloaded eclipse and installed php IDE of eclipse, however, i cannot deploy my project, i checked help, it tells me that I need to specify the web server location, which is localhost, and specify a php executable, and debugger, however, i do not find a php executable, rather it show me php enviroment subsection of preferences setting in window menu, i choose one version, perhaps the latest version of php, and try to run a demo project, but cannot connect to server, and i try to run as an application, it refused me saying no php server found
how to troubleshoot that problem
thanks
2 AnswersProgramming & Design3 months agopycharm interpreter installation error--permission denied?
hello:
i have recently installed python ide pycharm, which is about 800 mb in size, I successfully installed pycharm interpreter ide, but when i try to start a new project, it give me error indicating: permission denied, to reference underlying interpreter in given directory, what are the problems and how to fix, any recommendation
thanks
1 AnswerProgramming & Design5 months agobiginteger problem in .net core 3.1?
hello, i am building a program that require the use of arithmetic and complex mathematical operation of large integer, my underlying framework is using .net core 3.1 with visual studio 2019,however, after i invoke the assembly System.Numeric which contain BigInteger Struct that contain the nessesary functions and data structures, many functions that could be view in object explorer of visual studio cannot be invoked for programming, what are the problems and how to fix
thanks
Programming & Design6 months agored alert 95 frequently crash in windows 10 home edition?
recently, i installed ra95, which is one of the most popular desktop pc game about 20 years ago, but i am unable to play well, because it always stuck and crash, maybe because directx version update these years and are thus not supported by ra95, could anybody give any hint and way of troubleshooting
thanks
1 AnswerSoftware10 months agoencryption algorithm associated with bitcoin mining?
hello
I hear beside the sha256 hashing algorithm used to generate signature for bitcoin, there is still an encryption algorithm associated with bitcoin mining, my question is:first, what is that algorithm, second, what is the encryption algorithm used for
thanks
Programming & Design1 year ago2d graphic designer tools for game design and development?
hello
could anyone recommend me 2d graphic designer tool and 2d animation builder tool for 2d game graphic production, since i want to make such a small game, what are the most popular such tools, like adobe illustrator and flash builder
thanks
1 AnswerDrawing & Illustration1 year agomathematical formulation of a series of polygonal manipulation in 3d computer graphics?
hello, i want to build a small program that do 3d shape modeling using programming, i do not buy maya/3dmax/softimage/blender etc because to save money and practice programming, for i am still not very well familiar with 3d graphics, could anybody teach me math foundation of process such as tapor,circularize,warp,twist,extrude,bevel, so forth
thanks
Programming & Design1 year agorecommendation for books or papers over 3d geometric modeling in computer graphics?
hello
i am writing a small program in 3d that want to generate models in 3d using procedural method, i do not use maya and 3d max tool, but using programming, on one hand, to save money and practice programming, on the other hand, maya, 3dmax, softimage, blender so forth are not designed for procedural method, i still need hand creation and clumsy exporting process, could anybody give a book or papers about those topics such as polygonal manipulations
thanks
1 AnswerProgramming & Design1 year agoasp.net core mistakes trying to add razor page for a web app?
i followed the following instruction to try to build a demo web app, however, it show me mistakes
https://docs.microsoft.com/en-us/aspnet/core/tutor...
the razor type i try to add need a primary key, but i do have(code is not enough to be contained in yahoo) declared an id called id in my person Class
what are the problems and how to fix it
Programming & Design1 year agocpp problems:instantiating class?
hello, i used microsoft visual studio 2019 community c++ compiler ide to build a simple demo project, in declare class with header Calculator.h and class implementation code Calculator.cpp
class Calculator
{
public:
int Add(int a,int b){ return a+b;}
long Multiply(int a, int b{return a*b;}
}
but when i try to instantiate and use the code, the intellisense do not sense there is the Calculator class exist, and i write statement using Calculator,it indicate me no such class exist, what are the problems and how to fix them
}
Programming & Design1 year agounable to find my sql server express sample database through connection in c#?
hello, recently i started an ado.net project using my visual studio community edition, i created a CommerceDBDemo database project and published it, and i started another ado.net project trying to connect to that db through
SqlConnection sqlconn=new SqlConnection();
SqlConnectionStringBuilder sqlConnStringBuilder =new SqlConnectionStringBuilder();
// connection string detail omited due to no cut and paste function on yahoo, and slow to type manually.
sqlconn.open() //throw sql exception, saying failure to find and connect to database
my question is, what are the problems, for example, if the database publishing is wrong or incomplete, anyway, thanks
2 AnswersProgramming & Design1 year agoNullReferenceException in C#?
recently i write a small demo program in c# that throw a NullReferenceException, the code is unable to be contained in yahoo answer forum, so i show you a link of my question contained in another site
Programming & Design1 year agoquora problem?
my qoura account encounter difficulty, when i try to ask a question, i can only edit the title of the question, not the body and content in detail, what are the problems and how to fix them, like change in certain configuration, thanks
2 AnswersYahoo Answers1 year ago