这里是由 Moeyua 搜集、整理、维护的、个人自用的收藏列表。
一些在线的工具,可能是日常会用到的工具,也可能是开发相关的工具
- bookmark.style - 可以将任意链接转换生成可分享的图片。
- tldraw - 一个画图的地方。
这里是由 Moeyua 搜集、整理、维护的、个人自用的收藏列表。
一些在线的工具,可能是日常会用到的工具,也可能是开发相关的工具
@Composable | |
fun LineChart( | |
labelsXAxis: List<String>, | |
dataPointsYAxis: List<Float>, | |
modifier: Modifier = Modifier, | |
textColor: Color = AppTheme.Dark, | |
axisSpacing: Float = 60f, | |
maxDataPoints: Int = 35// Count for X Axis Data | |
) { |
name: Integrate Firebase Distributions + Github Actions | |
on: | |
# Triggers the workflow on push or pull request events but only for the master branch | |
push: | |
branches: [ branch_name | |
jobs: | |
builds: | |
runs-on: ubuntu-latest |
name: Build APK and Send to Telegram | |
on: | |
push: | |
branches: | |
- feature/telegramCICD | |
jobs: | |
build-and-send: | |
runs-on: ubuntu-24.04 |
약자 | 한국정보과학회 (2024) | BK21플러스 IF (2018) | KAIST CS (2022) | SNU CSE (2024.4) | POSTECH CSE (2024.9) | 평균 (정규화) | 학회명 | DBLP Key | |
---|---|---|---|---|---|---|---|---|---|
AAAI | 최우수 | 4 | O | O | 최우수 | 1.00 | AAAI Conference on Artificial Intelligence (AAAI) | conf/aaai | |
AAMAS | 우수 | 2 | 0.20 | International Conference on Autonomous Agents and Multiagent Systems (AAMAS) | conf/ifaamas | ||||
ACCV | 우수 | 1 | 우수 | 0.25 | Asian Conference on Computer Vision (ACCV) | conf/accv | |||
ACL | 최우수 | 4 | O | O | 최우수 | 1.00 | Annual Meeting of the Association for Computational Linguistics (ACL) | conf/acl | |
ACL Findings | 우수 | 우수 | 0.20 | Findings of ACL | series/findacl | ||||
ACNS | 우수 | 0.10 | International Conference on Applied Cryptography and Network Security (ACNS) | conf/acns | |||||
ACSAC | 우수 | 2 | 우수 | 0.30 | Annual Computer Security Applications Conference (ACSAC) | conf/acsac | |||
AIED | 우수 | 0.10 | International Conference on Artificial Intelligence in Education (AIED) | conf/aied | |||||
AISTATS | 우수 | 1 | 우수 | 0.25 | International Conference on Artificial Intelligence and Statistics (AISTATS) | conf/aistats |
When I am speaking on "ultrawide", I am usually referring to the common aspect ratio stated as "21:9".
I argue there is a case for content creation at 21:9 resolutions. Primarily,
Documentación oficial sobre Jest
npm install -D jest @types/jest ts-jest supertest
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
# any name can be used; Velero uses the labels (below) | |
# to identify it rather than the name | |
name: change-storage-class-config | |
# must be in the velero namespace | |
namespace: velero | |
# the below labels should be used verbatim in your | |
# ConfigMap. |
この文章は、 Steve Losh 氏の記事 "A Road to Common Lisp" の翻訳です。
原文はこちらです: http://stevelosh.com/blog/2018/08/a-road-to-common-lisp/
A Road to Common Lisp (Common Lisp への道)
これまで、「最近のCommon Lispをどう学ぶとよいでしょう?」と助言を求めるメールをたくさん受け取ってきました。そこで私は、これまでメールやソーシャルメディアに投稿した全てのアドバイスを書き下すことにしました。これが誰かに有益ならば幸いです。