The Wayback Machine - https://web.archive.org/web/20200708181729/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...

ReactiveUI logo
Popular topic
ReactiveUI is a composable, cross-platform model-view-viewmodel framework for all .NET platforms.
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

Lucidchart Connector

Lucidchart empowers you and your team to create and collaborate on architecture diagrams, mockups, user flows, flowcharts, and other visuals in real time.

With Lucidchart, you can include these visuals in GitHub so team members can quickly understand an issue or pull request. Simply insert a public link to the Lucidchart document—the link will unfurl to show a preview, and unlike static diagrams, the link ensures that users always have access to the current version of the visual.

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
You can’t perform that action at this time.