Skip to content

Instantly share code, notes, and snippets.

@moeyua
moeyua / collection.md
Last active December 27, 2024 04:54
由 Moeyua 搜集、整理、维护的、个人自用的收藏列表。

Collection

这里是由 Moeyua 搜集、整理、维护的、个人自用的收藏列表。

工具

一些在线的工具,可能是日常会用到的工具,也可能是开发相关的工具

  • bookmark.style - 可以将任意链接转换生成可分享的图片。
  • tldraw - 一个画图的地方。
@hibi-myzk
hibi-myzk / The_Formula_of_Love.ipynb
Created June 30, 2024 03:22
The Formula of Love
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@raipradeep
raipradeep / gist:8df7fdceb4e208cc3b2e468bf229d15f
Created December 26, 2024 11:19
Line Graph with Canvas Compose
@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
) {
@raipradeep
raipradeep / App Distribution with GitAction
Created December 26, 2024 11:08
Git Action for Firebase Distribution with Android
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
@raipradeep
raipradeep / telegramBotCICD.yml
Last active December 27, 2024 04:40
CI/CD For Android App With Telegram
name: Build APK and Send to Telegram
on:
push:
branches:
- feature/telegramCICD
jobs:
build-and-send:
runs-on: ubuntu-24.04
@Pusnow
Pusnow / CS 분야 우수 학술대회 목록.csv
Last active December 27, 2024 04:33
CS 분야 우수 학술대회 목록
약자 한국정보과학회 (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
@loonietoque
loonietoque / ultrawide-twitch-notes.md
Created January 31, 2024 19:51
Ultrawide on Twitch

Ultrawide Streaming Notes

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,

  • Smartphones are a very common viewing device, and are ever-increasing in lengthier aspect ratios. Many creators already use 18:9 instead of 16:9 for this reason.
  • For desktops, folks are very rarely watching in fullscreen mode anyways
@Klerith
Klerith / pasos-node-ts-jest.md
Created August 19, 2023 18:35
Note + TypeScript + Jest = Testing

Pasos para configurar Jest con TypeScript, en Node

Documentación oficial sobre Jest

  1. Instalaciones de desarrollo (super test es útil para probar Express)
npm install -D jest @types/jest ts-jest supertest
@deefdragon
deefdragon / migrate.configmap.yaml
Last active December 27, 2024 04:20
Migrating Kubernetes PVC/PVs from one storage class to another
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.
@y2q-actionman
y2q-actionman / a_road_to_common_lisp_jp.md
Last active December 27, 2024 04:19
A Road to Common Lisp 翻訳

この文章は、 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をどう学ぶとよいでしょう?」と助言を求めるメールをたくさん受け取ってきました。そこで私は、これまでメールやソーシャルメディアに投稿した全てのアドバイスを書き下すことにしました。これが誰かに有益ならば幸いです。