Skip to content

Instantly share code, notes, and snippets.

View bluelovers's full-sized avatar

bluelovers bluelovers

View GitHub Profile
@bluelovers
bluelovers / tw.lng
Last active June 4, 2018 15:14
Advanced Renamer Traditional Chinese
TargetApplication=3.82
Author=bluelovers
SourceLANGID=1033
LANGID=1028
Generator=DKLang Translation Editor v3.0
LastModified=2018-06-04 22:42:21
[About]
00000002=關於
00000161=關閉

新闻

推荐列表

URL:http://v2.api.dmzj.com/article/recommend/header.json

method: GET

content-type: text/html

@bluelovers
bluelovers / liveplugin.cn2tw.kt
Last active August 7, 2018 05:47
idea liveplugin cn2tw 簡繁轉換 兩種模式 一種是 盡量不去取代已經存在於繁體中的字 另一種則是會取代
import com.intellij.openapi.actionSystem.AnActionEvent
import liveplugin.currentEditor
import liveplugin.registerAction
import liveplugin.runWriteAction
import liveplugin.*
import liveplugin.show
import com.intellij.openapi.editor.actionSystem.EditorAction;
import com.intellij.openapi.editor.actionSystem.*;
import com.intellij.openapi.editor.*;
import com.sun.jna.StringArray
@bluelovers
bluelovers / emojis.json
Created September 10, 2018 08:38 — forked from oliveratgithub/emojis.json
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👧‍👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""},
{"emoji": "👨‍👩‍👦‍👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw
@bluelovers
bluelovers / packageJsonSchema.json
Last active December 3, 2018 22:35
config/plugins/NodeJS/lib/NodeJS.jar!/com/jetbrains/nodejs/packageJson/packageJsonSchema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for NPM package.json files",
"definitions": {
"person": {
"description": "A person who has been involved in creating or maintaining this package",
"type": [ "object", "string" ],
"required": [ "name" ],
"properties": {
"name": {
@bluelovers
bluelovers / unblock.hosts.txt
Created March 6, 2019 14:32
hosts file for use adaway unblock some site
## jp
106.186.27.62 www.akabeesoft2.com
106.186.27.62 www.akabeesoft3.com
106.186.27.62 www.akatsukiworks.com
106.186.27.62 www.alicesoft.com
106.186.27.62 www.cosmiccute.com
106.186.27.62 www.hibiki-site.com
106.186.27.62 www.minori.ph
@bluelovers
bluelovers / opds.xml
Last active March 7, 2019 21:02
opds test
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/terms/" xmlns:opds="http://opds-spec.org/2010/catalog">
<title>My Catalog</title>
<updated>2019-03-07T21:01:37.772Z</updated>
<author>
<name>Samy Pesse</name>
<uri>https://www.gitbook.com</uri>
</author>
<entry>
<title>A book</title>
@bluelovers
bluelovers / package-json.d.ts
Created May 17, 2019 15:48 — forked from iainjreid/package-json.d.ts
A Typescript type definition for NPM package files
export interface IPackageJSON extends Object {
readonly name: string;
readonly version?: string;
readonly description?: string;
readonly keywords?: string[];
@bluelovers
bluelovers / index.ts
Created May 25, 2019 04:08
createPotplayerList
/**
* Created by user on 2019/5/25.
*/
import { globbyASync, IOptionsWithReturnGlobList, getOptions } from 'node-novel-globby/g';
import Bluebird = require('bluebird');
import { sortTree } from 'node-novel-globby/lib/glob-sort';
import path = require('path');
import fs = require('fs-extra');
@bluelovers
bluelovers / README.md
Created December 24, 2019 15:30
metro-config 0.56 windows fix

metro-config 0.56 windows fix