Trending repository
-
Updated
Aug 29, 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 定时任务管理
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.
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
A Binance Smart Chain client based on the go-ethereum fork
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
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
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