How Search Engine Works
-
I Need to books and resources about how search engines Work and also resources about text recognition , speech recognition and artificial Intelligent if it possible :) Thanks Mona
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
And I need another 20k per year. At least you have Google to help you out. ;)
Try code model generation tools at BoneSoft.com.
-
And I need another 20k per year. At least you have Google to help you out. ;)
Try code model generation tools at BoneSoft.com.
BoneSoft wrote:
And I need another 20k per year.
Is that all?
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
And I need another 20k per year. At least you have Google to help you out. ;)
Try code model generation tools at BoneSoft.com.
Dont worry, you will make 20k before he has read half of what Google will throw at him...
Luc Pattyn
try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }
-
And I need another 20k per year. At least you have Google to help you out. ;)
Try code model generation tools at BoneSoft.com.
-
Sorry If I asked a bout a lot of things but i realy need a lot of information about these topics :| thanks any way Mona
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
Hi Mona. The things you ask for are so specific that you'd be guarantieed to get hits if you search for your topics on google. Try searching for words like 'tutorial' or 'guide' combined with 'speech recognition', 'artificial intelligence', 'neural networks' etc. Though 'artificial intelligence' spells ph.d to me ;) Best of luck and happy hunting! -Larantz-
for those about to code, we salute you
http://www.tellus-software.com -
Hi Mona. The things you ask for are so specific that you'd be guarantieed to get hits if you search for your topics on google. Try searching for words like 'tutorial' or 'guide' combined with 'speech recognition', 'artificial intelligence', 'neural networks' etc. Though 'artificial intelligence' spells ph.d to me ;) Best of luck and happy hunting! -Larantz-
for those about to code, we salute you
http://www.tellus-software.com -
BoneSoft wrote:
And I need another 20k per year.
Is that all?
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
Sorry If I asked a bout a lot of things but i realy need a lot of information about these topics :| thanks any way Mona
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
They are all very large, broad, complicated topics. I'd start with google. And Goooooooood luck.
Try code model generation tools at BoneSoft.com.
-
BoneSoft wrote:
It'd keep me happy for a while.
Same here.
BoneSoft wrote:
Try code model generation tools at BoneSoft.com
I will go and take a look :-D
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
-
BoneSoft wrote:
It'd keep me happy for a while.
Same here.
BoneSoft wrote:
Try code model generation tools at BoneSoft.com
I will go and take a look :-D
"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus
Lemme know what you think. Basically an entity code generator that builds from sample XML, XSD, my little language, or database.
Try code model generation tools at BoneSoft.com.
-
I Need to books and resources about how search engines Work and also resources about text recognition , speech recognition and artificial Intelligent if it possible :) Thanks Mona
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
monafr81 wrote:
resources about how search engines Work and also resources about text recognition , speech recognition and artificial Intelligent
Here on CP are some articles about this topic. Look[^] 'em up :)
[My Blog] "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus "Real men use mspaint for writing code and notepad for designing graphics." - Anna-Jayne Metcalfe
-
And I need another 20k per year. At least you have Google to help you out. ;)
Try code model generation tools at BoneSoft.com.
BoneSoft wrote:
20k per year
Looks like that you are giving the service as some promotional offer or a lucrative market-capture campaign. Anyway, good if the joker understands the need of doing his preliminary homework prior to throwing open the question at a messageboard. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
BoneSoft wrote:
20k per year
Looks like that you are giving the service as some promotional offer or a lucrative market-capture campaign. Anyway, good if the joker understands the need of doing his preliminary homework prior to throwing open the question at a messageboard. :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Actually, I said ANOTHER 20k / year. 20k alone is probably less than flipping burgers.
Try code model generation tools at BoneSoft.com.
-
Actually, I said ANOTHER 20k / year. 20k alone is probably less than flipping burgers.
Try code model generation tools at BoneSoft.com.
I'm trying to add robocopy to my yml file to help create artifacts. I'm struggling with the syntax, I think there are perhaps special characters or parsing rules for ps: or cmd: that I don't understand.
My goal is to invoke robocopy like this:
cmd: (robocopy XXX YYY) ^& IF %ERRORLEVEL% LEQ 4 exit /B 0
per this article on straightening out robocopy's non-standard return codes:
http://superuser.com/questions/280425/getting-robocopy-to-return-a-proper-exit-code
My specific yml lines are:
before_build:
- cmd: (robocopy /mir . source /xd source external .git packages /NFL /NDL /NJH /nc /ns /np) ^& IF %ERRORLEVEL% LEQ 4 exit /B 0
what I get back in my build logs is:
'3' is not recognized as an internal or external command,
operable program or batch file.
Command exited with code 1