Under Terminal > Preferences... > (Profile) > Advanced, "Declare terminal as:" should be set to xterm-256color
.
This is easy with homebrew:
brew install screen
# A xterm-256color based TERMINFO that adds the escape sequences for italic. | |
# | |
# Install: | |
# | |
# tic xterm-256color-italic.terminfo | |
# | |
# Usage: | |
# | |
# export TERM=xterm-256color-italic | |
# |
Under Terminal > Preferences... > (Profile) > Advanced, "Declare terminal as:" should be set to xterm-256color
.
This is easy with homebrew:
brew install screen
<?php | |
/* | |
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP) | |
Author: _ck_ (with contributions by GK, stasilok) | |
Version: 0.1.7 | |
Free for any kind of use or modification, I am not responsible for anything, please share your improvements | |
* revision history | |
0.1.7 2015-09-01 regex fix for PHP7 phpinfo | |
0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter |
<?php | |
// API access key from Google API's Console | |
define( 'API_ACCESS_KEY', 'YOUR-API-ACCESS-KEY-GOES-HERE' ); | |
$registrationIds = array( $_GET['id'] ); | |
// prep the bundle | |
$msg = array |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
Rubyλ μ¦κ±°μ΄ μΈμ΄μ λλ€. Rubyλ₯Ό μ¬μ©νλ€λ³΄λ©΄ λ§€λ΄μΌμλ λμμμ§ μμ 'μμ λ°κ²¬'μ λ§λκ² λ©λλ€. μ΄λ¬ν 'λ°κ²¬'μ νλ‘κ·Έλ¨μ μ§μ΄λ
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
<?php | |
// λΉλμΉ μκ³ λ¦¬λ¬μΈ RSAλ₯Ό μ¬μ©νμ¬ λ¬Έμμ΄μ μνΈννλ λ². | |
// κ°μΈν€ λΉλ°λ²νΈλ μνΈνν λλ νμμκ³ λ³΅νΈνν λλ§ μ λ ₯νλ©΄ λλ―λ‘ | |
// μλ²μ μ μ₯ν νμ μμ΄ κ·Έλκ·Έλ κ΄λ¦¬μκ° μ λ ₯νλλ‘ ν΄λ λλ€. | |
// PHP 5.2 μ΄μ, openssl λͺ¨λμ΄ νμνλ€. | |
// RSA κ°μΈν€, 곡κ°ν€ μ‘°ν©μ μμ±νλ€. | |
// ν€ μμ±μλ μκ°μ΄ λ§μ΄ 걸리λ―λ‘, ν λ²λ§ μμ±νμ¬ μ μ₯ν΄ λκ³ μ¬μ©νλ©΄ λλ€. | |
// λ¨, λΉλ°λ²νΈλ κ°μΈν€λ₯Ό μ¬μ©ν λλ§λ€ νμνλ€. |