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,593 public repositories matching this topic...
I found that yapf doesn't recognize the SPACES_AROUND_SUBSCRIPT_COLON knob that's listed in the docs. Here's how I produced the error:
Config (setup.cfg)
[yapf]
based_on_style = pep8
spaces_around_subscript_colon = true
Shell
>> yapf -i <filepath>
yapf: Unknown style option "SPACES_AROUND_SUBSCRIPT_COLON"
"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.
Hi team!
I'm trying to run the API generator for a new API with a private discovery document. However, I'm running into a few issues.
- I can't find documentation on how to run the generator. I think it would be really useful to write this down somewhere in a README. I don't use this package enough to remember the commands.
- I'm not able to generate after a clone,
npm i, and `npm run gener
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
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
Jun 2, 2020 - Kotlin
-
Updated
May 26, 2020 - Python
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
刚才试着用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 |
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 30, 2020
-
Updated
May 22, 2020 - PHP
@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 = BooleIn 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.
So, I'm eager to contribute to microG. There's just one problem: I've spent the last 10 hours trying to decipher the codebase, and feel like I'm nonethewiser for it. Could you please please PLEASE add some documentation? At least the architecture? I understand that nobody likes writing docs, and I understand that much of the structure is forced upon you by having to copy GPS, but it's critical i
-
Updated
Aug 9, 2019 - JavaScript
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
-
Updated
May 27, 2020 - PHP
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
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
May 29, 2020 - TypeScript
There are a couple issues open right now that suggest a general restructuring of GAM code, which I agree would be good. However, one simple fix that would help both with code structure and readability of contributed code is a style guide that could be enforced during PR review.
The main file is over 13k lines, at this point, and lacks a consistent style and structure throughout, making it diff
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