Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
改善詳細 / Details of Improvement
- #774 の実装により、各グラフの個別のページができ、シェアができるようになりました。
- しかし、URL は同一なため、現行仕様でいくならば、グラフが更新されたタイミングでOGP画像も更新すべきです。
- 現在は、facebook debugger 及び Twitter Card Validator で手動で更新をしているのですが、全てのカードを毎日更新するのは大変です。
- 何らかの方法で自動化させたいと考えています。
期待する見せ方・挙動 / Expected behavior
- 理想は、GitHub Actio
-
Updated
Apr 6, 2020 - Swift
The following code causes an ICE:
fn main() {
print!("\r¡{}");
}
As far as I can tell:
- Any number of characters can be inserted between
\rand¡and the error will still happen. ¡can be replaced with any unicode character and the error will still happen.- No escape sequences other than
\rcause the error.
The error is reproducible on the stable or nightl
-
Updated
Apr 4, 2020 - TypeScript
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
-
Updated
Apr 6, 2020 - C
-
Updated
Apr 4, 2020 - C++
-
Updated
Apr 5, 2020 - Python
-
Updated
Apr 6, 2020 - AppleScript
Just a small type, in Typo in Course 1 - Part 6 - Lesson 2, Visualizing the Convolutions and Pooling section,
This code will show us the convolutions graphically. The print (test_labels[;100]) shows ...
test_labels[;100] should be test_labels[:100]
sizeof doesn't work for types that store Atomics. This would be useful to size the memory buffer for thread-safe memory allocators with what is left from the synchronization primitives.
import std/atomics
type
Node = ptr object
# works
next: Atomic[pointer]
MyChannel = object
# type not defined completely
back: Atomic[ptr int]
static:
echo sizeof(N-
Updated
Apr 5, 2020
There are some independent tests that can be added:
- Fix the TODO https://github.com/bitcoin/bitcoin/pull/18334/files#diff-a77567bbc57dc1bbc033560e5cdd3b7dR400
- Add a test for msg_mempool. (Create a tx before the peer connects, the connect, then send msg_mempool)
- Check that a new peer get's disconnected when Bitcoin Core doesn't have
-peerbloomfilterset - Run the
FilterTestfunction
Describe the bug
Calling a pipeline with a nonparametric function causes an error since the function transform() is missing. The pipeline itself calls the function fit_transform() if it's present. For nonparametric functions (the most prominent being t-SNE) a regular transform() method does not exist since there is no projection or mapping that is learned. It could still be used f
-
Updated
Apr 6, 2020 - HTML
-
Updated
Apr 5, 2020 - JavaScript
Hey Yangshun,
Thanks for the great list of guides!
I found the explanation for Snake game bit difficult to follow and I came across this interesting and better explanantion here https://www.youtube.com/watch?v=AaGK-fj-BAM
[Question] Roadmap?
Do you guys have any roadmap for this project? What features are being worked on / will be worked on in the future, is there any specific skill that you would like a person to get in touch with.
Godot version: 3.2.1 RC2 Mono Version
OS/device including version: MacOS Catalina. MBP 2018.
Issue description: Changing window size programmatically in the ProjectSettings singleton takes no effect.
Steps to reproduce: Create a Godot mono project with any resolution different from the bellow example. Create a scene and attach a C# script to it with the following code in t
The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e. mix phoenix.create vs. mix phx.create.
Also it's missing some steps. For one this they never do mix ecto.create without which the postgres database is not initialized so the app doesn't wo
Logistic Example
In ch2 Logistic example, when we assume our data follows logistic, why then use Bernoulli after that? In previous examples we only had an assumption of the data distribution and calculated the likelyhood form that. But here why has Bernoulli suddenly appeared when we already get a probability from logistic?
def challenger_joint_log_prob(D, temperature_, alpha, beta):
"""
Joint log
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.
Should we consider add example to each topics?
How to use it and best practice to use it!
I.e: for helloworld demo the example would be
http://localhost:8080/demo/hello?who=ibrahim