Trending repository
Investment Research for Everyone.
-
Updated
Apr 3, 2022 - Python
{{ message }}
Investment Research for Everyone.
Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.
A portable devkit for CI/CD pipelines
Haptic input knob with software-defined endstops and virtual detents
Simple local scanner for applications containing vulnerable Spring libraries
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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.
Your self-hosted, globally interconnected microblogging community
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Dockerized Spring4Shell (CVE-2022-22965) PoC application and exploit
In ui/, identify uses of throttle(delay, wrapped) that wrap networks calls. Replace these with throttlePromise(finallyDelay(delay, wrapped)).
This will ensure that
ALL IN ONE Hacking Tool For Hackers
Documentation for GitHub Copilot
Swaps video ads for an ad-free stream.
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.
A small C compiler
A list of remote-friendly or full-remote companies that targets Italian talents.
GUIA EXTENSO DE PROGRAMAÇÃO:
Apparent lack of support for ALTER INDEX syntax in Postgres dialect :///
File:
;;; (9 lines redacted)
ALTER INDEX "AKKA_PROJECTION_OFFSET_STORE_pkey" RENAME TO "akka_projection_offset_store_pkey";
ALTER INDEX "PROJECTION_NAME_INDEX" Is your feature request related to a problem? Please describe.
提供Windows环境下使用.bat脚本对hertzbeat服务进行启动和停止。
Describe the solution you'd like
需要编写对应的启动脚本startup.bat 停止脚本 shutdown.bat
脚本需要考虑到端口占用和服务是否已经启动停止状态
位于 script/assembly/server/bin 目录下
The documentation https://github.com/quarkusio/quarkus/blob/main/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java#L46 is referring to db store which has long been deprecated and removed.
We should update the javadoc to refer to jdbc-tx or jdbc-cmt job stores instead.
There is no mention of db store
Kestra is an infinitely scalable opensource orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
BuildPulse automatically detects flaky tests and highlights the most disruptive ones so you know exactly where to focus first for maximum impact.
Integrates with popular test frameworks for JavaScript (Cypress, Jest), Ruby (minitest, RSpec), Go, Python, and others.
Works with CircleCI, GitHub Actions, Semaphore, Travis CI, Jenkins (beta), and Buildkite (beta). Others are available by request.
In grafana/mimir#790 we've removed
metric.Metricin favour ofmodel.Metric. The next step could be just moving tolabels.LabelsinMetricsForLabelMatchers()instead ofmodel.Metric. This could also save some memory allocations due to type casting.