The Wayback Machine - https://web.archive.org/web/20200708155107/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Amazon Web Services logo
Popular topic
Amazon Web Services provides on-demand cloud computing platforms on a subscription basis.
backstage
Trending repository
freben
freben commented Apr 22, 2020

As part of clarifying what is part of the open source offering and what is examples or private code, we should signal these differences using package names/namespaces.

Suggested solution:

  • Let all public, published packages retain their @backstage namespace.
  • Change all private packages in the open source project (plugins/home-page, plugins/welcome) to be under an @internal names
Trending repository
dlaugt
dlaugt commented Nov 2, 2019

Floating numbers should have thousand separator with specifier 'n' like python.

Python:

>>> from locale import setlocale, LC_ALL
>>> setlocale(LC_ALL, 'en_US')
'en_US'
>>> '{:n}'.format(1234)
'1,234'
>>> '{:n}'.format(1234.56)
'1,234.56'

C++

setlocale(LC_ALL, "en-US");
fmt::format("{:n} {:n}", 1234, 1234.56);
// gives 1,234 1234.56
App recommended by GitHub

DeepScan

Tired of the troubles with JavaScript? DeepScan can help you.

DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.

You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.

Trending repository

This repository contains source code for the TaBERT model, a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic parsing. TaBERT is pre-trained on a massive corpus of 26M Web tables and their associated natural language context, and could be used as a drop-in replacement of a semantic parsers original encoder to compute representations for utterances and table schemas (columns).
  • Updated Jul 8, 2020
  • Python
Trending repository
kingcos
kingcos commented Oct 30, 2018

感谢您对DeepLearn-500-questions的支持,让我能拿到google的offer,随机抽取数位给过我赞的人发送红包,请扫码进入群聊找我领(QQ邮箱请点击显示图片)
发件人:[email protected]

虽然可能不是作者发的,但这样实在过分。提醒大家里面的二维码是红包码,这个作用都知道,但我挂出来就是为了防止更多人被欺骗。


Updated

OK,可以基本确定不是仓库 Owner 所为。而且有人用脚本监控了 Star 的用户的邮箱,并使用了随机的 163 邮箱。追查可能不太现实,大家不要相信即可。

Trending repository
dhlee347
dhlee347 commented Oct 12, 2019

Hi, I doubt that data_utils.get_num_dialog_examples() returns correct number.

In dstc8_single_domain & train, data_utils.get_num_dialog_examples() returns 82588, but the number of examples in dstc8_single_domain_train_examples.tf_record is 41294. I think these two numbers should be the same. Is it right? (The former is around as double as the latter because get_num_dialog_examples() counts USE

dvc
Trending repository
codebeat screenshot
App recommended by GitHub

codebeat

Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin! 🚀

codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift🔥.

We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!

You can’t perform that action at this time.