Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

hyunbinseo/hyunbinseo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SvelteFirefoxNodeJSTypeScript

Solving Problems with Open Source.한글 프로젝트

Contact:LinkedIn,Email

Self-host Svelte Applications

Almost as simple as Vercel and Cloudflare Pages.Learn more

npm create svelte-kitty# setup project and databasenpm run deploy# build and deploy to a Linux server

Better DX for Svelte Form and Modal

Form state management. Disable buttons during submission.Learn more

<script>import {enhance }from"$app/forms";import {createFormHelper }from"svelte-form-enhanced";constf=createFormHelper();</script><formmethod="post"use:enhance={f.submitFunction}>  <buttondisabled={f.state==="submitting"}>    {f.state==="submitting"?"Submitting":"Submit"}  </button></form>

Open and close an HTMLmodal by toggling a boolean state.Demo

<script>import {Modal }from"svelte-html-modal";let isOpen=$state(false);</script><buttontype="button"onclick={()=> (isOpen=true)}>Open Modal</button><divclass="modal-wrapper">  <Modalbind:isOpencloseOnBackdropClick={true}>    <buttontype="button"onclick={()=> (isOpen=false)}>Close</button>  </Modal></div>

REST API without ANY Dependencies

SupportsTwilio SMS,SendGrid andPostmark email, andmore.

import{SendGridSendEmail3assendEmail}from"new-request";constresponse=awaitsendEmail({// Utilizes the Fetch API and TypeScript types.// Everything is autocompleted and type-checked.});

Bulk Download Zoom Cloud Recordings

Backup company recordings with a single command.Learn more

# create a urls.txt file with the recording URLsnpx zoom-rec-dl@latest# then start the download

CSS Optimized for Print and Screen

Pages are displayed like PDF viewers and word processors.Demo

<html><head><metaname="viewport"content="width=device-width, initial-scale=1.0"/><linkrel="stylesheet"href="https://cdn.jsdelivr.net/npm/print-friendly@0.3/index.css"/></head><body><div><divclass="page">/* Add content */</div></div></body></html>

대한민국의 공휴일

월력요항 기반의 오류 없는 공개 캘린더.더 알아보기

  • JSON,CSV,ICS 파일 및 호스팅 제공
  • 캘린더 구독 제공 (구글, 애플 캘린더 지원)
import{isHoliday}from"@hyunbinseo/holidays-kr";isHoliday(newDate("2025-01-01T00:00:00+0900"));// true - 공휴일입니다.isHoliday(newDate("2025-01-02T00:00:00+0900"));// false - 공휴일이 아닙니다.

자모야 모여라

프로그램 설치 없는 파일명 자소 분리 해결.웹페이지

# 파일을 끌어다 놓으면 수정된 파일이 다운로드 됩니다.- ㅍㅏㅇㅣㄹㅁㅕㅇ.hwp+ 파일명.hwp

민방위.kr

전국에서 참여 가능한 민방위 훈련 일정 조회.웹페이지

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp