Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A Windows game, quite literally, with a unique game mechanic. Awarded 1st place in the Innovation category.
Jekyll
Generate your lover with your photo
-
Updated
Jan 9, 2020 - Python
small typo
Git Merge 2020
March 04, 2020 • Los Angeles
Fix examples
microfacet.py
render_benedikt.py
sdf.py
mandelbulb.py
Dive into CPython internals, trying to illustrate every detail of CPython implementation | CPython 源码阅读笔记, 多图展示底层实现细节
-
Updated
Jan 9, 2020 - Python
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
-
Updated
Jan 9, 2020 - Python
Hi,
I find this project very interesting and thanks for open-sourcing it.
I am trying to make a demo programme to load and run the models (e.g. SlowFast) and infer it using input from a USB camera to visually evaluate the accuracy and performance and I wonder if it would it be possible? if so could you briefly elaborate on which modules should be used and how it could be implemented?
Tha
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
-
Updated
Jan 9, 2020 - HTML
TL;DR
Add support for new "tensorflow" task type, that uses TFOperator under the hood.
Summary:
Flyte allows orchestrating across different orchestrators. Though a simple TF job could be python code, using TFOperator allows other benefits. Namely Tensorboard and ability to run distributed tf jobs.
Operator to use:
https://github.com/kubeflow/tf-operator
Components:
- Golang Fly
Description of the new feature
The -Force argument should be documented for Publish-AzWebApp.
(Unsure of whether this is the correct type of issue, but none of the other seemed to fit.)
Description
The documentation about creating a NuGet for Xamarin at
https://docs.microsoft.com/en-us/nuget/guides/create-packages-for-xamarin
is so out of date that it does not match reality when using VS2017 or VS2019. I suspect it probably doesn't even when using VS2015 (but who would st
-
Updated
Jan 9, 2020 - C
💯 Materials to help you rock your next coding interview
-
Updated
Jan 9, 2020 - JavaScript
视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切换,支持切换播放器,进度条小窗口预览,列表切换详情页面无缝播放,rtsp、concat、mpeg。
-
Updated
Jan 9, 2020 - Java
Redundant condition
This condition is redundant, the while condition covers the case where n equals 1.
p.s- I will exploit this opportunity to say thank you for this repository.
While trying to debug an issue w/ cypress verify getting stuck occasionally (related #6082), I'm getting the following stdout message from running cypress verify in debug mode (via DEBUG=cypress:* yarn cypress verify)
"It looks like you are running the Cypress binary directly. This is not the recommended approach, and Cypress may not work correctly."
Is this is an expected output fro
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
-
Updated
Jan 9, 2020
😎 Awesome lists about all kinds of interesting topics
-
Updated
Jan 9, 2020
📚 A practical approach to machine learning to enable everyone to learn, explore and build.
-
Updated
Jan 9, 2020 - Jupyter Notebook
The best design tools and plugins for everything 👉
-
Updated
Jan 9, 2020 - JavaScript
- Add rspec for rails controllers
find the list of rails controllers without test coverage here
https://codeclimate.com/github/chatwoot/chatwoot/code?q=controllers
Feel free to pick any and raise a PR for the same.
I assume I want to use Comparison somehow, but the documentation is quite unclear. What I want is (equivalent to):
assert.LessThan(t, 3, 4). // passes
assert.LessThan(t, 4, 3). // fails
Context: kustomize config run
Functions should be able to request access to the network in the Resource metadata.
e.g.
apiVersion: v1beta1
kind: Foo
metadata:
name: foo
configFn:
container:
image: gcr.io/kustomize-functions/example-tshirt:v0.1.0
volumes:
- src: path-to-src
dest: path-to-dest
- if a function specifies `configFn.con
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Thanks for creating this content! I noticed there is a typo in the pandas, import convention section. It says pasdas instead of pandas. I thought you'd like to know.