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,428 public repositories matching this topic...
Hi,
tl;dr, what I want
def my_pure_long_fn_name(
param1: str = "param1",
param2: str = "param2",
param2: str = "param2"):
"""
docs
"""
it's really cool, because It handles method name renaming without codestyle corruption (globally by pycharm). Is there any correct yapf-style?
For now I see only two yapf-soluti
"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.
Unable to download file using drive APIs TypeError: drive.files.get(...).pipe is not a function
I am trying to download a pdf document from drive. Update it locally and then upload the updated document back into the drive. The api documentation shows that I can pipe the get request to a writeable stream. But I am getting an error that pipe is not a function. Tried looking around for a solution finally came across this and thought of asking for help here.
Please consider updating https://github.com/firebase/functions-samples/tree/master/nextjs-with-firebase-hosting to use https://nextjs.org/docs#serverless-deployment.
In particular I have found the existing caveat _Any npm modules dependencies used in the Next.js app (app/ folder) must al
I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.
The models built from these two files looks the same for me (the s
-
Updated
Feb 26, 2020 - Kotlin
刚才试着用update_hosts.py更新了一次,发现有不少用于DNS污染的错误的IP没有被过滤出来。
比如:
| IPv6查询结果 | 域名 | IP实际所有者 |
|---|---|---|
| 31.13.64.33 | www.google.com | |
| 208.101.60.87 | encrypted.google.com | SoftLayer |
| 69.171.230.18 | google.com.hk | |
| 64.13.192.76 | accounts.google.com.hk | Media Temple |
| 31.13.68.22 | clients1.google.com.hk | |
| 69.63.180.173 | mobile.google.com.hk | |
| 208.1 |
Ref google-map-react/google-map-react#314 (comment) && #524
Example links in DOC.MD are dead.
This happened because they were hosted in webpackbin, who has been deprecated and merged with [codesandbox.io](https://codesand
-
Updated
Apr 2, 2020 - Python
Is the documentation currently maintained/updated?
https://developers.google.com/closure/library/docs/overview
https://google.github.io/closure-library
Is there interest in having a single source of truth that people can point to? There are a few issues open regarding documentation: #968, #963, #856, #861
-
Updated
Apr 15, 2020
-
Updated
Apr 16, 2020 - PHP
Since the exception is not printed here:
https://github.com/google/gts/blob/156cb025c90def97eb948116c291acda20ce9793/src/cli.ts#L130-L132
npm run check fails (exit code 1) without any error output.
Perhaps this needs a bold, noticeable hint in README that NodeJS 8 is unsupported?
Currently the Web Client only supports uploading album art. It would be nice if we could also change the song's metadata. I see that's already documented in the protocol section, so it makes me wonder why it's not implemented in the library.
-
Updated
Aug 9, 2019 - JavaScript
Please add quick settings tiles (they can be added on Android 7+) to enable/disable GCM and to enable/disable SafetyNet.
It would be nice to have it to be allowed to use the mentioned features only when really needed; in this way they can be enabled/disabled without open microG settings.
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
Is your feature request related to a problem? Please describe.
I couldn't find OpenThread's configurations description in https://openthread.io/reference. I think it helpful to have a centered place to introduce all OpenThread configuration and usage.
Describe the solution you'd like
Add a generated configurations page.
gzip 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
-
Updated
Apr 17, 2020 - PHP
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
-
Updated
Apr 22, 2020 - TypeScript
Created by Larry Page, Sergey Brin
Released September 4, 1998
- Organization
- Website
- www.google.com
- Wikipedia
- Wikipedia


When you look at the variables in the pretrained base uncased BERT the varibles look like list 1. When you do the training from scratch, 2 additional variables per layer are introduced, with suffixes adam_m and adam_v. It would be nice for someone to explain what these variables are? and what is their significance to the process of training?
If one were to manually initialize variables from a pri