-
API Docs: https://developers.google.com/fonts/docs/developer_api
-
Related post: https://transang.me/unicode-range-and-font-slicing/
-
google-font.json
: Response of GET https://www.googleapis.com/webfonts/v1/webfonts?key=<API_KEY> -
noto-sans-jp.css
: Response of GET https://fonts.googleapis.com/css?family=Noto+Sans+JP -
noto-sans-jp-full.css
: Response of GET https://fonts.googleapis.com/css2?family=Noto+Sans+JP:[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
[ | |
"a4b:ApproveSkill", | |
"a4b:AssociateContactWithAddressBook", | |
"a4b:AssociateDeviceWithNetworkProfile", | |
"a4b:AssociateDeviceWithRoom", | |
"a4b:AssociateSkillGroupWithRoom", | |
"a4b:AssociateSkillWithSkillGroup", | |
"a4b:AssociateSkillWithUsers", | |
"a4b:CreateAddressBook", | |
"a4b:CreateBusinessReportSchedule", |
This file contains 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
// NodeJS v12 | |
const https = require('https') | |
const send = data => { | |
const options = { | |
hostname: 'hooks.slack.com', | |
port: 443, | |
path: '/services/<webhook-id>', | |
method: 'POST', | |
headers: { |
This file contains 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
/* Must be root or SUID 0 to open RAW socket */ | |
#include <stdio.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netdb.h> |
This file contains 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
{ | |
"extends": [ | |
"airbnb-base", | |
"eslint:recommended", | |
"plugin:react/recommended" | |
], | |
"settings": { | |
"import/resolver": { | |
"node": { | |
"extensions": [".js", ".jsx", ".ts", ".tsx"] |
This file contains 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
{"lastUpload":"2018-10-01T01:40:23.538Z","extensionVersion":"v3.1.2"} |
This file contains 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
[Desktop Entry] | |
Type=Application | |
Name=WebStorm | |
Exec=/opt/WebStorm/bin/webstorm.sh %f | |
Icon=/opt/WebStorm/bin/webstorm.png | |
Type=Application | |
Comment=WebStorm best web developer IDE | |
Categories=Development;IDE;TextEditor;Utility | |
Terminal=false | |
StartupNotify=true |