MAC: /Applications/Adobe Photoshop CS5/Presets/Scripts
PC: c:\program files\Adobe Photoshop CS5\Presets\Scripts
With Photoshop open, select File > Scripts > Create Icons
Adobe Photoshop JavaScript Reference
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Net.Http; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace GetVoice | |
{ |
@set iasver=1.2 | |
@setlocal DisableDelayedExpansion | |
@echo off | |
::============================================================================ | |
:: | |
:: IDM Activation Script (IAS) | |
:: |
# code record | |
## 以中心点旋转点.py | |
## todaybing.py |
#!/bin/bash | |
# sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu | |
# sudo apt install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi | |
# sudo apt install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf | |
dpkg-query -l gcc-aarch64-linux-gnu > /dev/null || sudo apt install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu | |
dpkg-query -l aria2 > /dev/null || sudo apt install -y aria2 | |
export LOCAL_PATH=$(pwd) |
127.0.0.1 localhost | |
::1 localhost | |
127.0.0.1 activate.navicat.com | |
0.0.0.0 account.jetbrains.com | |
0.0.0.0 www.jetbrains.com | |
# GitHub | |
140.82.118.3 github.com | |
140.82.118.4 github.com |
// get /tx/address/${addrs}?reverse=1 | |
const TX_TYPE_IN = 1; | |
const TX_TYPE_OUT = 2; | |
export const CreateUtxos = async (address: string, data: any) => { | |
let mapData = new Map(); | |
let temp = new Map(); | |
for (const iter of data) { | |
mapData.set(iter.hash, iter); |
for 4.2.4 or higher, 4.2.5,4.2.6,4.3.7, it's works, this is the way which makes Always in evaluation mode.
Terminal
, go to the dir : cd /Applications/Beyond Compare.app/Contents/MacOS
BCompare
to BCompare.bak
: mv BCompare BCompare.bak
BCompare
, and chmod a+ux BCompare
: touch BCompare && chmod a+ux BCompare
BCompare
with text editor, insert the script :#!/bin/bash
rm "/Users/$(whoami)/Library/Application Support/Beyond Compare/registry.dat"
"`dirname "$0"`"/BCompare.bak $@
pragma solidity ^0.4.24; | |
import "./ERC20Basic.sol"; | |
import "./SafeMath.sol"; | |
/** | |
* @title Basic token | |
* @dev Basic version of StandardToken, with no allowances. |