Re:Notepad 6.2Release

| Nenka

/*으아 힘들어요....*/ VideoPlayer의 자막이 수정되었습니다 자막 사용법-- -- -- -- -- -- 확장자(?) : nsub 파일이름은 동영상 이름과 같게 해주…
comment  Comment
뭔가 수상한 커피 스크립트

| Dark Tornado

예전에 마약 한 사발(?)을 하고 만들다가 던졌는데, 갑자기 삘이 와서 대강 완성시켜서 실적으로 냅니다. 일단, 커피 원두는 나뭇잎을 캐시면 1/3 확률로 드롭됩니다. 그리…
comment  Comment
Node.js에서 Google Assistant SDK 사용해 보기

| Scripter

인공지능 비서 중 하나인 Google Assistant를 SDK를 이용하여 다뤄 봅시다. 설치 SDK는 2가지로 나뉩니다. Google Assistant library…
comment  Comment
Node.js에서의 반복문 속도 비교

| Astro

배열을 순회하는 반복문의 성능은 무엇이 가장 빠를까? benchmark.js를 이용하여 실험해보았습니다. 실험 const Benchmark = require('benchma…
comment  Comment
C언어 계산기

| 4계절

#include <stdio.h> int main() { int a, b; char ch; printf("첫번째 수를 입력하세요 : "); scanf…
comment  Comment