camel-k
overlord
Our great sponsors
camel-k | overlord | |
---|---|---|
1 | 69 | |
764 | 2,121 | |
1.2% | 0.5% | |
9.5 | 0.0 | |
6 days ago | 3 months ago | |
Go | Go | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
camel-k
overlord
- DailyMotion ont ils un boulevard devant eux ?
-
Learn Chinese by watching TV*
Another recommend platform if you prefer anime: Bilibili
-
尋找中英交流或單用中文的論壇(網站)或社交媒體
www.bilibili.com 哔哩哔哩
-
Blazing fast Chinese learning with Bilibili.
www.bilibili.com is a video sharing website. It's something very similar to YouTube, but what's very different is 1. from China 2. a unique commenting system, called "danmu/弾幕/danmaku".
-
Apache ShardingSphere Enterprise Applications — Bilibili
Apache ShardingSphere’s core contributor team was invited to the headquarters of Bilibili in Shanghai. Our PMC Chair, Zhang Liang, discussed with Bilibili’s tech team the e-commerce and digital entertainment verticals application scenarios, and the capabilities of different versions of ShardingSphere.
-
How to Bypass Captcha Automatic Login with Nodejs Playwright 2Captcha
const { chromium } = require("playwright"); (async () => { // Select the Chrome browser, set headless: false to see the browser interface const browser = await chromium.launch({ headless: false, }); const page = await browser.newPage(); // open bilibili.com await page.goto("https://www.bilibili.com/"); const [response] = await Promise.all([ // request verification code interface page.waitForResponse( (response) => response.url().includes("/x/passport-login/captcha") && response.status() === 200 ), // Click the login button at the top page.click(".header-login-entry"), ]); // Get the interface response information const responseJson = await response.body(); // Parse out gt and challenge const json = JSON.parse(responseJson); const gt = json.data.geetest.gt; const challenge = json.data.geetest.challenge; console.log("get gt", gt, "challenge", challenge); // Pause for 5 seconds to prevent the browser from closing too fast to see the effect sleep(5000); // close the browser await browser.close(); })(); /** * Simulate the sleep function, delay for a number of milliseconds */ function sleep(delay) { var start = new Date().getTime(); while (new Date().getTime() < start + delay); }
-
What are your favorite Chinese websites for reading content
If you are good at Chinese, www.bilibili.com may be a good choice for you. It's a video website like youtube.
www.bilibili.com Similar to youtube
www.bilibili.com You can search the keyword 汉字叔叔 on this website.
What are some alternatives?
dapr - Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
move2kube - Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
bedrock - Automation for Production Kubernetes Clusters with a GitOps Workflow
karpenter - Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
service-broker - An Open Service Broker Based Kubernetes Templating Engine
lfu-redis - LFU Redis implements LFU Cache algorithm using Redis as data storage
heroku-buildpack-java - A Heroku buildpack for Java apps.
java-buildpack - Heroku Cloud Native Buildpack for Java
Forecastle - Forecastle is a control panel which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes – [✩Star] if you're using it!
gocache - ☔️ A complete Go cache library that brings you multiple ways of managing your caches
buildpacks-jvm - Heroku's official Cloud Native Buildpacks for the JVM ecosystem.