Merge pull request #6723 from nurbek91/ktor

Add Kotlin / pl, Add Ktor / framework
main
Elbert Alias 2 years ago committed by GitHub
commit 8e6b008228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 32H0V0H32L16 15.9904L32 32Z" fill="url(#paint0_linear_3487_39)"/>
<defs>
<linearGradient id="paint0_linear_3487_39" x1="31.9955" y1="-0.005038" x2="-0.0144185" y2="31.9857" gradientUnits="userSpaceOnUse">
<stop offset="0.00343514" stop-color="#E44857"/>
<stop offset="0.4689" stop-color="#C711E1"/>
<stop offset="1" stop-color="#7F52FF"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 481 B

@ -0,0 +1,13 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 10.7087L10.7087 0L32 21.2913L21.2913 32L0 10.7087Z" fill="url(#paint0_linear_3487_28)"/>
<path d="M10.5826 10.7085H21.4173V21.2912H10.5826V10.7085Z" fill="black"/>
<defs>
<linearGradient id="paint0_linear_3487_28" x1="5.35352" y1="5.35352" x2="26.6416" y2="26.6416" gradientUnits="userSpaceOnUse">
<stop stop-color="#00B0FF"/>
<stop offset="0.165" stop-color="#00AEFF"/>
<stop offset="0.499" stop-color="#955FF9"/>
<stop offset="0.762" stop-color="#E87353"/>
<stop offset="1" stop-color="#FF8900"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 640 B

@ -904,6 +904,16 @@
"scriptSrc": "kotisivukone(?:\\.min)?\\.js",
"website": "http://www.kotisivukone.fi"
},
"Kotlin": {
"cats": [
27
],
"cpe": "cpe:2.3:a:jetbrains:kotlin:*:*:*:*:*:*:*:*",
"description": "Kotlin is a general purpose, free, open-source, statically typed “pragmatic” programming language initially designed for the JVM (Java Virtual Machine) and Android that combines object-oriented and functional programming features.",
"icon": "Kotlin.svg",
"oss": true,
"website": "https://kotlinlang.org"
},
"Kount": {
"cats": [
10,
@ -924,6 +934,21 @@
],
"website": "https://kount.com"
},
"Ktor": {
"cats": [
18
],
"cpe": "cpe:2.3:a:jetbrains:ktor:*:*:*:*:*:*:*:*",
"description": "Ktor is a Kotlin framework that allow developers to write asynchronous clients and servers applications, in Kotlin.",
"icon": "Ktor.svg",
"implies": "Kotlin",
"headers": {
"x-engine": "^Ktor$",
"server": "^Ktor/debug$"
},
"oss": true,
"website": "https://ktor.io"
},
"Kubernetes Dashboard": {
"cats": [
47