| ๆดๆฐ: | 2026-06-08 |
|---|---|
| ไฝ่ : | @voluntas |
| ใใผใธใงใณ: | 2026.1 |
| URL: | https://voluntas.github.io/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Regex for matching ALL Japanese common & uncommon Kanji (4e00 โ 9fcf) ~ The Big Kahuna! | |
| ([ไธ-้พฏ]) | |
| Regex for matching Hirgana or Katakana | |
| ([ใ-ใใก-ใณ]) | |
| Regex for matching Non-Hirgana or Non-Katakana | |
| ([^ใ-ใใก-ใณ]) | |
| Regex for matching Hirgana or Katakana or basic punctuation (ใใโ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| movie = FFMPEG::Movie.new(video_url) | |
| duration = (movie.duration / 2).floor | |
| movie.screenshot("#{thumb_url}.jpg", seek_time: duration) |
This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12
- Installing Homebrew is effortless, open Terminal and enter :
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.
At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| this._panResponder = PanResponder.create({ | |
| // ----------- NEGOTIATION: | |
| // A view can become the touch responder by implementing the correct negotiation methods. | |
| // Should child views be prevented from becoming responder on first touch? | |
| onStartShouldSetPanResponderCapture: (evt, gestureState) => () => { | |
| console.info('onStartShouldSetPanResponderCapture'); | |
| return true; | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @flow */ | |
| import { Permissions, Notifications } from 'expo' | |
| // This code does not work on emulator | |
| async function registerPushNotificationService() { | |
| const { status } = await Permissions.askAsync( | |
| Permissions.REMOTE_NOTIFICATIONS | |
| ) | |
| if (status !== 'granted') { | |
| return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as React from 'react'; | |
| import { compose, lifecycle, pure, StateHandler, StateHandlerMap, withStateHandlers } from 'recompose'; | |
| import { Message, Transition } from 'semantic-ui-react'; | |
| import './FlashMessage.css'; | |
| export interface FlashMessageProps { | |
| message: string; | |
| isWarning?: boolean; | |
| } |
ใใผใซใใงใคใณใฎใในใใใฉใฏใใฃใน
ไบบใซใใ
ๅ่:
- ใใใญใณใใจใณใ้็บๅ ฅ้ใๅบ็ใฎใ็ฅใใ. 10/9 ใซๆฌใๅบ็ใใใฆใใใ ใใใจใซใชใใพใใใ | by Satoshi Takeda | Medium
- The Front-End Tooling Survey 2019 - Results - AshleyNolan.co.uk - Blog and Portfolio for Ashley Watson-Nolan (ๅฐๅใฎๅใใๅบใ)
Babelใไฝใใใฃใฆใใ