Trending repository
Short JavaScript code snippets for all your development needs
-
Updated
Jul 16, 2022 - JavaScript
{{ message }}
Short JavaScript code snippets for all your development needs
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
August 08, 2022 - August 10, 2022 • Kansas City, MO
https://docs.github.com/en/get-started/quickstart/create-a-repo
I think that in the notes section of this page, there should be
Master programming by recreating your favorite technologies from scratch.
Frameworks for building games across multiple platforms.
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
List of Computer Science courses with video lectures.
A collection of full-stack resources for programmers.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
found som
A patch and keygen tools for typora.
30 Days of React challenge is a step by step guide to learn React in 30 days. It requires HTML, CSS, and JavaScript knowledge. You should be comfortable with JavaScript before you start to React. If you are not comfortable with JavaScript check out 30DaysOfJavaScript. This is a continuation of 30 Days Of JS. This challenge may take more than 100 days, follow your own pace.
PyTorch Tutorial for Deep Learning Researchers
Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Lightweight full-featured WhatsApp Web + Multi-Device API
Updated list of public BitTorrent trackers
科技爱好者周刊,每周五发布
A powerful JavaScript library for interacting with the Discord API
This will allow to host the software on a serverless and stateless service. This will facilitate scaling because no critical data will be on the disk of the system running the application.
Allow users to save resources and money.
No response
A platform for building proxies to bypass network restrictions.
We'll help you harness the power of open source without compromising on security or agility!
Mend Bolt for GitHub is a FREE app, which continuously scans all your repos, detects vulnerabilities in open source components and provides fixes. It supports both private and public repositories.
We've got you covered with over 200 programming languages support and continuous tracking of multiple open source vulnerabilities databases like the NVD and additional security advisories.
Hi, I have a
trailing_stop_lossexit with small loss of -0.42% probably due to slippage. The problem is theStopLossGuardcaught it because it's still considered a stoploss exit even though loss is small. Is there a workaround so thatStopLossGuardwon't mind those micro losses? Or even better is a way to excludetrailing_stop_lossfrom StopLossGuard's radar?Thanks for the help