Skip to main content

Questions tagged [google]

Google is an American multinational corporation which provides Internet-related products and services, including internet search, cloud computing, software and advertising technologies.

72 votes
3 answers
41k views

What is Google's repository like?

I heard Google has a giant private (internal) repository of all of their code and their employees have access to it so that when they are developing things they don't have to reinvent the wheel. I'd ...
Ricket's user avatar
  • 1,688
49 votes
8 answers
4k views

How to Properly Google for C

The problem with trying to use Google to find tutorials or answers for the C programming language is that C is not an expressive enough name to narrow down the searches. Even coupled with keywords ...
AndrewKS's user avatar
  • 1,083
35 votes
4 answers
6k views

How much is Google investing in the Go language? [closed]

I have read quite a bit about the Go language, and it seems promising. The last important bit of information I am missing before I decide on spending more effort on the language is: How much money/man ...
David's user avatar
  • 4,439
31 votes
6 answers
28k views

Programming language usage at Google [closed]

I have heard Google uses Python, Java and C++. But what I don't know is how is each of those programming language is used. I mean what is Python, Java and C++ is used for at Google. Why would they ...
Joshua Partogi's user avatar
30 votes
4 answers
14k views

Upcoming Google interview, looking for some preparation advice [closed]

Well I've been hitting the books wherever I can. I have an interview coming up, first one via phone, for a software engineer position. I've read all the blog posts, I've read all the accounts of ...
Fast Fish's user avatar
  • 559
18 votes
2 answers
7k views

Why doesn't Google use GWT in most of its applications? [closed]

Google created Google Web Toolkit (GWT) and doesn't use it when building their own web applications. Does this mean GWT is not suitable for building dynamic applications? Or have caching problems? Or ...
Muhammad Hewedy's user avatar
17 votes
3 answers
21k views

Is Google's Go a type-safe language?

this page http://golang.org/doc/go_faq.html writes: although Go has static types the language attempts to make types feel lighter weight than in typical OO languages So my question is ...
Pacerier's user avatar
  • 4,993
14 votes
3 answers
21k views

Oracle owns Java but Google is using Java?

Ok, I don't get it. What does "Oracle owns Java" mean? Google is definitely using Java in Google App Engine, does that mean that Google have to pay Oracle for doing so?
Pacerier's user avatar
  • 4,993
13 votes
4 answers
19k views

Google Analytics with multiple environments

We are planning to use Google Analytics in our organization and I am in charge for setting it up. I was wondering how to deal with multiple environments. We sure do not want to collect data during ...
marco-fiset's user avatar
  • 8,771
12 votes
6 answers
2k views

How productive is an excellent developer compared to an average one? [duplicate]

I believe that I read somewhere that Google has a rule of thumb that an excellent developer is around 300 times more productive than an average one. Does anyone have any rules of thumb used by large ...
David's user avatar
  • 4,439
12 votes
1 answer
17k views

What does Google mean here when they say "don't copy and paste this code"?

Here is an excerpt from code from Google's recaptcha API (https://www.google.com/recaptcha/api.js): /* PLEASE DO NOT COPY AND PASTE THIS CODE. */ (function() { if (!window['___grecaptcha_cfg']) { ...
CastenettoA's user avatar
10 votes
9 answers
2k views

Omitting inheritance in programming languages

I am developing my own programming language. It's a general purpose language (think staticlly typed Python for the desktop, i.e. int x = 1; ) not intended for the cloud. Do you think it's okay not ...
Christopher's user avatar
10 votes
1 answer
5k views

What ever happened to the Google AJAX Search API

I am looking to query the main Google search however all references including stackoveflow point to the Google AJAX Search API. The odd thing is that it does not seem to exist any more not even a ...
John's user avatar
  • 733
9 votes
9 answers
1k views

What does Google or Microsoft get by hosting JS files on their Content Delivery Networks (CDN)?

As you know Google, Microsoft and jQuery.com offer JS files on their CDN. To do this, they must need to operate significant servers which must come at a cost to them. Why do they do this and what do ...
Sanghyun Lee's user avatar
9 votes
2 answers
3k views

Explanation of the Google Gravity trick

I am not much of a JS developer, but I stumbled upon this site called Google Gravity (those who haven't used it, try doing a search there - you'll be amazed), which is a remastered Google homepage. ...
yati sagade's user avatar
  • 2,089

15 30 50 per page
1
2 3 4 5 6