WebFont is a font processing App,Support for macOS.It can export specific glyphs to SVG, PDF and PNG files. The color and size of the output can be set in preferences. Keyboard shortcuts: Command + click : to select multiple non-adjacent items; Shift + click : to select adjacent items. Right click to export the selected […]
Helm – Hosts file manager App
Helm is a free of simple hosts file manager App, Support for macOS. It enables you to edit hosts files and switch between them. After opening, it resides in the menu bar at the upper right corner of the system by default. The first modification will appear a dialog box for selecting a file. By […]
Convert emoji character to Unicode number in JavaScript
console.log(‘☃★♲’.codePointAt(1)); // output: “9733” console.log(String.fromCodePoint(9731, 9733, 9842, 0x2F804)); // output: “☃★♲你” let hex = “😀”.codePointAt(0).toString(16); console.log(hex); // output: 1f600 console.log(String.fromCodePoint(“0x”+hex)); // output: 😀 Unicode encode/Unicode decode/Emoji encode/Emoji decode
Failed to change timestamp of the file in IntelliJ IDEA
When you are uploading files with IntelliJ IDEA: Failed to change timestamp of the file Uncheck “Preserve files timestamps” in Tool – Deployment – Options