Blenyo11's Posts
Nairaland Forum › Blenyo11's Profile › Blenyo11's Posts
1 2 3 4 5 6 7 8 9 (of 9 pages)
I can do it for you |
Good one. But I think you should also move the post to Religion |
Let's talk See my signature for contact info |
Please I need help on how to make my ads show on facebook. I have place lots of ads but I don't see it showing as I would like it to |
We need bloggers that will help in post press release of our new E-Commerce platform: www.pumoh.com Please reply with your blog URL and Contact information. |
Or you can download the community edition if you can afford internet |
I am interested in the project Check my signature for my contact info |
You can host your site on IIS Your exe cam download the site content and store in say d:\\MySite then http://stackoverflow.com/questions/1286831/programatically-create-a-web-site-in-iis-using-c-sharp-and-set-port-number but if you want to build a simple web server then http://www.codeproject.com/Articles/742260/Simple-Web-Server-in-csharp should be a starting point. |
Pass your URL list and search term to this function public List<string> Search(List<string> allUrls, string searchTerm) { var result = new List<string>(); var wordList = searchTerm.Split(' '); //loop through all the urls foreach (var url in allUrls) { //lets create a flag for tracking var addUrl = true; //loop through the word list foreach (var word in wordList) { //if this word is not in the url; don't add this url //so let's set our flag to false if(!url.Contains(word)) addUrl = false; } //if addUrl is true then all the words are in the url. so add the url to our result if(addUrl) result.Add(url); } return result; } |
barapistis:A developer will have to work on your site to help you achieve it. |
barapistis:Any content that can be viewed in a web browser can also be retrieved in any format; either as json, xml, text, ..., name it. You need to know regular expression (Regex) and use Web scraping (web harvesting or web data extraction [a computer software technique of extracting information from websites]), to achieve your purpose. This (in my opinion) can be best done in a language that support multi-threading (especially if you want to do real time pulling) eg C# (don't mind I am still in LOVE with .net) |
What have you done? Where are you having problem? Let's see your effort and then make input |
What you taught yourself in less than 24 hours then was the basics of html. You got better at it as you kept using it and you keep discovering new things. Its possible that you are still discovering new things in this fundamental language up till now. In the same way you can get the basics of XML (whose subset a beginner can say html is) and get better at it as you keep using it. The same goes for JSON which is more of a data structure just like XML. But it all depends on how fast you can learn which your claim shows you are. Though one can only wonder why you will learnt html at the beginning 2000s and have not know this 2 fundamental languages. |
I have a system for higher institution but may need modification to suite your need. Call 08035146243 or 07053332881 lets talk francis164: |
Jregz:Thank you |
Sent you a mail |
Ask Google |
Sent you a mail |
Logicalsoul:Let's do it 08035146243 |
U re talking to me. I m trying to repent. |
blenyo11@gmail.com paul234: |
I can assist you but you will have to pay a token. Check my signature Samuelc7: |
I have been into this for three years now. It cool This is the fuel of my business management suite |
Own a bulk SMS site. Get our our bulk SMS portal creator for just #3000 check https://www.nairaland.com/2252859/bulk-sms-portal-creator-pure for more detail and http://www.openbulksms.com/ or http://shallomsms.com/ for the demo |
