flowide/listeners/check.py
# change view.add_regious to this
view.add_regions(
'flow_type_highlights',
regions, 'string', 'dot',
sublime.DRAW_NO_FILL
)
#!/usr/bin/env bash | |
#unrarall | |
# Copyright (C) 2011, 2012, 2013 Brendan Le Foll <[email protected]> | |
# Copyright (C) 2011, 2012, 2013 Dan Liew <[email protected]> | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. |
{ | |
"schema_version": "3.0.0", | |
"dependencies": [], | |
"packages": [ | |
{ | |
"name": "AceJump-Chinese", | |
"description": "Jump between characters in Sublime Text without using a mouse at ease.", | |
"homepage": "https://github.com/jfcherng-sublime/ST-AceJump-Chinese", | |
"author": "jfcherng", | |
"donate": "https://paypal.me/jfcherng/5usd", |
############################################################################### | |
# Update our machine to the latest code if we need to. | |
HWE="-hwe-20.04" | |
# HWE="-hwe-18.04" | |
############################################################################### | |
# !!!IMPORTANT!!!! | |
# If you don't want to use openbox you need change this per distro | |
# ex: echo "xfce4-session" > ~/.xsession |
{"lastUpload":"2020-01-27T18:14:18.713Z","extensionVersion":"v3.4.3"} |
/** | |
* So here's the redux wrapper I used to solve the problem, or at least, that is | |
* what I think. I'm, not all to sure but maybe this will give you some insight. | |
*/ | |
import React, { Component } from 'react'; | |
import thunkMiddleware from 'redux-thunk'; | |
import { Provider } from 'react-redux'; | |
import { createLogger } from 'redux-logger'; | |
import firebase from 'firebase'; | |
import { |
The following terms are used throughout this agreement:
“Search Term”
OR
<?php | |
$fontTypes = array('woff2', 'woff', 'ttf', 'svg', 'eot'); | |
$gFontURL = 'http://fonts.googleapis.com/css?family='; | |
$uaFonts = array( | |
'woff2' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36', | |
'woff' => 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/4.0; GTB7.4; InfoPath.3; SV1; .NET CLR 3.1.76908; WOW64; en-US)', | |
'ttf' => 'Mozilla/5.0 (Linux; U; Android 2.2.1; en-ca; LG-P505R Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1', | |
'svg' => 'Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10', |