Trending repository
-
Updated
Aug 24, 2021 - Jupyter Notebook
{{ message }}
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.
A self-hosted, ad-free, privacy-respecting metasearch engine
November 01, 2021 - December 01, 2021 • Online
A lightweight text editor written in Lua
Python/JavaScript/Shell/Typescript 定时任务管理
Frameworks for building games across multiple platforms.
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
The tools and sample needed to learn the Docker
An API wrapper for Discord written in Python.
Create generative art by using the canvas api and node js
Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.
I recently wanted to just change the border_radius of a text_input and I had to write the following code.
impl StyleSheet for Styles {
fn active(&self) ->This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
TBH these white splashes are quite painful.
This usercss helps:
.tox .tox-dialog-wrap__backdrop {
background-color: #303030 !important;
}Though I think that should work out of the box. Could you fix that?
Thanks
<img width="1533" alt="Screenshot 2021-08-14 at 16 01 35" src="https://user-images.githubusercontent.com/295225/129450537-77840706-6909-446a-8aaa-d8c0cee81b1
go-ethereum is the official Go implementation of the Ethereum protocol. In affected versions a consensus-vulnerability in go-ethereum (Geth) could cause a chain split, where vulnerable versions refuse to accept the canonical chain. Further details about the vulnerability will be disclosed at a later date. A patch is included in the upcoming v1.10.8 release. No workaround are available.
h
24 Lessons, 12 Weeks, Get Started as a Web Developer
We need to use reset_sortable_fields instead of the current set_sortable_fields.
There is no impact on the usage, only on the code base consistency
A curated list of engineering blogs
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Java bootcamp.
The new GrpcDataRuntime (https://github.com/jina-ai/jina/blob/master/jina/peapods/runtimes/grpc/__init__.py) does not support sharding at the moment. Thus a Flow should not specify this runtime and a sharded pod at the same time.
Right now this will not raise any error, but silently produce unexpected behavior. This is undesirable and the Flow should rather check this condition and raise an app
Cross-platform library for building Telegram clients
Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).
Instructions on how to alias the labels can be viewed on the app's website.
This app only works on public repositories.
We badly started implementing some props mutation.
There are usually two cases:
propsDataSolution 1
Migrate the propsData (usually initial-states) to the root
.vuefile away from the.jsentry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations