Jarvis virtual assistant - William Arends C# & .NET
12:57 PM
.NET
,
C#
,
Google Now
,
Jarvis
,
Programming
,
Siri
,
Speech Recognition
,
William Arends
,
WPF
2 Comments
12:57 PM .NET , C# , Google Now , Jarvis , Programming , Siri , Speech Recognition , William Arends , WPF 2 Comments
C# Extract HTML Image URLs From Source
3:58 PM
.NET
,
C#
,
Microsoft
,
web design
,
William Arends
0 Comments
I made a web request and stored the web page's mark up in a string. Then passed it into this method that
I found here. This will return a list of Uri objects. (List3:58 PM .NET , C# , Microsoft , web design , William Arends 0 Comments
Speech Recognition Concepts.. Best Title I Got!
3:03 PM
C#
,
Programming
,
SQL
,
Sql Server
,
William Arends
1 Comments
3:03 PM C# , Programming , SQL , Sql Server , William Arends 1 Comments
My goal is to improve the programs natural language processing capabilities. I am trying to create an Iron Man's Jarvis interface type program. I have it working rather well now. It is hooked into the Wolfram Alpha's API. So you can ask Jarvis questions like, "How many people live in New York City?" or "What is 3 minus 4 equal?" Well enough about Jarvis. Information about my Jarvis project is coming in another post.
This post is for those of you who were wondering about creating a Google-ish "Did you mean" type response to user queries. Like I am currently looking into. This article should give you the keywords and jargon your looking for. Also links to great pre-existing solutions for you to use.
The question asked on Stackoverflow: Click here for source site.
#################################################################################
I have the following requirement: -
- Users mistyping a word (an edit distance algorithm)
- Users not knowing a word and guessing (a phonetic match algorithm)
........... Click the link above to see the answers for the question. Or here... Click here for source site.
Sql Server Error: @schedule_uid is not a parameter for procedure sp_add_jobschedule.
2:20 PM
C#
,
Programming
,
SQL
,
Sql Errors
,
Sql Server
,
William Arends
0 Comments
2:20 PM C# , Programming , SQL , Sql Errors , Sql Server , William Arends 0 Comments
@schedule_uid is not a parameter for procedure sp_add_jobschedule.Recently had to resolve an issue with this error when sending in a SQL script. We right clicked a server job and when to:
Script Job As > CREATE TO > New Query Editor Window
in SQL Server 2008. The script was going to be ran on SQL Server 2005 server.
On SQL Server 2005 the parameter is @schedule_id and on SQL Server 2008 this parameter is @schedule_uid. If you remove the parameter this will allow the script to be ran on both 2005 and 2008.
C# WPF - Dynamically Loading Images Asynchronously Into a StackPanel From a List of Image URL's
10:49 AM
.NET
,
BitmapImage
,
C#
,
Microsoft
,
Parallel Processing
,
Programming
,
Threading
,
WebClient
,
William Arends
,
WPF
0 Comments
10:49 AM .NET , BitmapImage , C# , Microsoft , Parallel Processing , Programming , Threading , WebClient , William Arends , WPF 0 Comments
Download Example
Sources:
http://stackoverflow.com/questions/8266475/how-to-download-image-synchronously-in-background
http://stackoverflow.com/questions/569561/dynamic-loading-of-images-in-wpf
http://stackoverflow.com/questions/6250240/how-to-add-a-scrollbar-to-a-stackpanel
12:37 PM
0 Comments
12:37 PM 0 Comments
- Download the Android SDK.
- Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
- Download the latest SDK tools and platforms using the SDK Manager.
- Install Java... If you have not already... *cough* :)
To get this to run on an older LG android phone I had to download it's OEM USB drivers. Then use an android command "adb devices" in the SDK's Platform-tools folder. To see if my device was properly connect. This page helped "Using Hardware Devices"
Next I had got the app to run on my Nexus 7. I had to use windows device manager to point the driver update at the files I downloaded from ASUS. Just another FYI.
About Me
Popular Posts
- C# WPF - Dynamically Loading Images Asynchronously Into a StackPanel From a List of Image URL's
- Jarvis virtual assistant - William Arends C# & .NET
- Sql Server Error: @schedule_uid is not a parameter for procedure sp_add_jobschedule.
- This Eclipse plugin adds FTP support. Edit server files from Eclipse. http://www.aptana.org/downloads/start#
- This check for syntax errors and allows debugging with breakpoints.http://www.phpeclipse.com/ #PHP
- Joomla!(TM) Development Services | Portland, OR | Social Media Services - Salyris Studios
- The Best Google Features You're Probably Not Using »Google is a vast machine with all types of apps, programs, and tools. A lot of these—like Gmail and Google Docs—are clearly useful and beloved by many.
- Google I/O 2011: Smart App Design
- PHP util.php
- Speech Recognition Concepts.. Best Title I Got!
0 comments: