Can I find sites in Google based on their source code? - search

I'm trying to find sites that use a certain WordPress template. Is it possible to find all sites that have a specific line in the source code?

This would be a very difficult task to perform within Google, as powerful a search engine it may be. Luckily, there are specialized search engines to assist you with your task. I recommend giving https://meanpath.com/ a shot.
Cheers.

Related

Is there existing functionality in Alfresco Web Quick Start for an advanced search?

I need to create advanced search functionality for my Alfresco website to search by custom metadata.
Does Alfresco provide existing functionality for an advanced search or will I have to code this using a new WQS page with a search form and webscripts?
If anyone knows this it would be a great help, don't want to reinvent the wheel and all that :) Thanks.
Given this information it is hard to tell how much effort it is to implement, but it sounds this could be done in a few hours - assuming you have a skilled developer.
Anyways, I would definitely not recommend to build a website based on quickstart unless you really feel comfortable coding "the Alfresco way" - that is Spring Surf and Alfresco Share. Of course you'll need some knowledge about how to code for the Repo as well. Keep in mind that quickstart as a best practice example is meant for educational purposes. Building on top of it most likely involves forking and starting your customization from there on. Before you decide to go this route, make sure a decent amount of your requirements are covered by quickstart.
I am now developing a workflow search in alfresco. For me, I have to create a new page like alfresco advanced search. Here is Share Advanced Search http://wiki.alfresco.com/wiki/Share_Advanced_Search customizing sample.
Here is explanation about alfresco search. http://wiki.alfresco.com/wiki/Search
I hope this may help you.

Add search feature to simple website without mySQL database

I have a simple HTML site with 100+ pages or so. I want to add a search bar at the top so the user can search the site. I know about Google Custom Search, but it shows ads unless you pay at least $100. Obviously I'd like ad-less search on my site for free if at all possible!
I've also heard about Lucene/Solr, but they do not actually crawl the site. For that I would apparently need Nutch.
Anyway, the site I have runs on a Microsoft IIS6 server, but I have basically no knowledge as to how Solr, Nutch, etc. gets "installed" on the server.
Also: I'd like to point out that I do have a local copy of the site. Perhaps I can do one big initial nutch "crawl" locally that will create an .xml for Solr?? That would help me get "up and running", but probably wouldn't be a good long-term solution.
..so should I just use Google Custom Search? or is there a not-extremely-painful-to-implement alternative? The brain hurts folks.
You did not mention how many search requests you want to handle but if you use the json-rest-api of google's custom search you have 100 searchqueries a day for free and you can display them without any ads on your page.
An simple example request can be found here.
Here is an easy way that works pretty well, although you may be looking for something more than this.
http://sitecomber.com/getsitecomber/
You can create code to paste into your site in about 2 minutes. It doesn't get easier than that. Search is powered by Google, but results are isolated to your website.
EDIT: This no longer works.

how to make my site look like in following image on search engines result

I was wondering if is it possible to make same thing by myself, or Search Engines does that by themselves?
I want to add some links like here:
Google does this on it's own and all you can do is to (then) remove some of the links through the Google Webmaster Tools.
They are commonly named Site Links and you can google for "How to get Site Links Google SERP" and so forth - there are thousands of tips for helping Google along.
A clear navigational structure and internal link structure help of course, and consistent anchor texts.
As far as I know, Google automagically pics those up - there is no direct way to set them.
Make sure you have a proper site map, and then wait I suppose.
Yes, google will generate that links for you.

Where does the language Databasic originate?

Does anyone know where Databasic originates from, and any resources that could help me learn this language?
I'm assuming it's Basic but looking at some sample code there are database-specific features.
I recommend looking at the official documentation: http://download.northgate-is.com/reality/V14%20Manuals/help.htm
The company's web page also might have some useful information: http://www.northgate-reality.com/products.php
There is also DataBASIC that was developed by Metso Automation. It is a Basic variant that includes Database access commands, and has been used in Metso and Telvent products. I've been unable to find any Web resources on it, and depend on the documentation that comes with my Telvent product.

What's the best way to search GitHub?

The search feature on the site seems pretty awful.
Are there any external sites that do a better job of categorizing projects with tags, etc?
Or maybe I'm just not using GitHub correctly?
Have you tried a Google search with site:github.com included in the query?
I haven't tried this, but I understand that very often Google does a better job of searching a website than the site's own search tools. Have you tried that?
Go to their advanced search page and fill out github.com in the "Only return results from this site or domain" slot.
GitHub indexes a tremendous amount of data (50+ million projects). Taking a moment to understand their search syntax should help you narrow your search.
hubscovery.com is much better.
GitHub's search functionality is terrible. I'm all for everyone having their own opinion, but for such a well-done site in nearly every other way, there is no excuse for lacking a basic sort option. It is to their service.
EDIT: Hubscovery is dead! Long live GitHub search!

Resources