Google is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
Here are 4,046 public repositories matching this topic...
I'd like to suppress blank lines between a function's docstring and its code:
def foo(x, y):
"""
Do awesome stuff.
"""
return x + y
should be formatted as
def foo(x, y):
"""
Do awesome stuff.
"""
return x + y
Perhaps an option like BLANK_LINE_AFTER_FUNCTION_DOCSTRING (cf. #716).
"scipy.misc.imsave" was removed in scipy version 1.3
--> pip install scipy==1.2.1
https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html#scipy-interpolate-changes
and functions from scipy.misc (bytescale, fromimage, imfilter, imread, imresize, imrotate, imsave, imshow, toimage) have been removed.
The authentication section describes service-to-service auth:
Service <--> Service - In this model, your application talks directly to Google APIs using a Service Account. It's useful when you have a backend application that will talk directly to Google APIs from the backend.
The "Learn more" link goes to https://github.com/googleapis/google-api-nodejs-client#service-to-service-authenticat
I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.
Inside the guide there are some helpers and code ma
-
Discuss in Slack (invited link)
-
Docs
- installation
- layers
- the links in https://github.com/tensorlayer/awesome-tensorlayer
- https://tensorlayer.readthedocs.io/en/2.0.0/user/examples.html
- ht
:eyes: Google from the terminal
-
Updated
Jan 16, 2020 - Python
Describe the bug
- Setting the zoom level to floating point numbers doesn't work, the onChange is simply fired again parsing the float into an int.
- eg: setting zoom level to
11.2will trigger an onChange with11
To Reproduce
Steps to reproduce the behavior:
- set zoom level to 11.2
- notice how the onChange is fired, overriding the 11.2 with 11
**Expected behav
Some basic rewording might go a long way toward making it more obvious when developers should use which async class.
For example the current documentation makes it seem like Debouncer and Delay are the same thing.
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.
-
Updated
Jan 15, 2020 - PHP
Describe the feature
We should allow the operator to choose the default PodAutoscaler class in the config-autoscaler.yaml file.
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
-
Updated
Jan 16, 2020 - JavaScript
In the documentation for the Mobileclient.get_promoted_songs() method, the docs say that the method determining the songs returned is unknown. When I run this method my liked/thumbs up auto-playlist is returned. Not sure if that is the case for anyone else.
@mar-v-in
To do it you have to create a repository called .github, example: https://github.com/micro5k/.github
See: https://github.com/micro5k/.github/blob/master/docs/funding.yml
Then all repositories in the organizations will have the support button, you can see how it appears here: https://github.com/micro5k/microg-unofficial-installer
Stateless login-with microservice for OAuth
-
Updated
Jan 15, 2020 - JavaScript
@alexeagle mentioned that the TS style guide has lots of documentation, but it doesn't seem like any of that is available here.
The most common issue we run into is type coercion. Apparently this is what the docs for that should say:
TypeScript code may use the String() and Boolean() (note: no new!) functions, string template literals, or !! to coerce types.
const bool = Boolegzip compression
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
Issue description
The OT API documentation group hierarchy is currently defined in error.h file (lines 44-172):
https://github.com/openthread/openthread/blob/master/include/openthread/error.h
This is not the immediate and most obvious choice when working with API documentation and makes adding new groups more complicated.
Expected behavior
The ideal solution would be to have the A
Describe the bug
Text cut in the last line in no tags available message.
Context
Galaxy Nexus API 24
How to reproduce
Steps to reproduce the behavior:
- Have no Tags.
- Click on the Tags icon
Expected behavior
Text should not cut at the end.
Screenshots
If applicable, add screenshots to help explain your problem.
<img src="https://user-images.githubusercon
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Some of UI components are out of screen.
User unable to scroll or touch to the components.
Game
Memory, level 3
Device
SamSung Galaxy Note 4, OS: 6.0.1
Created by Larry Page, Sergey Brin
Released September 4, 1998
- Organization
- Website
- www.google.com
- Wikipedia
- Wikipedia

Google has started using BERT in its search engine. I imagine it creates embeddings for the query on the search engine, and then find a kind of similarity measure with the potential candidate websites/pages, finally ranking them in search results.
I am curious how do they create embeddings for the documents (the potential candidate websites/pages) if any? Or am I interpreting it wrong?