This file contains hidden or 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
[alias] | |
col = checkout @{-1} |
This file contains hidden or 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
login ログイン | |
question 問題一覧画面 | |
answer 回答画面 | |
admin_login ログイン | |
admin_user_list 参加者一覧画面 | |
admin_user_add 参加者追加画面 | |
admin_question_list 問題一覧画面 | |
admin_question_add 問題作成画面 |
This file contains hidden or 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
<?php | |
/** | |
* Input_BiblManager.php | |
* | |
* @author {$author} | |
* @package Input | |
* @version $Id: a17b62fb78834da3c636228f401e740cd5bfdb64 $ | |
*/ | |
//require_once INPUT_BASE_URL_APP_APPMANAGER; |
This file contains hidden or 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
> cat /etc/my.cnf | |
[mysqld] | |
# Settings user and group are ignored when systemd is used (fedora >= 15). | |
# If you need to run mysqld under different user or group, | |
# customize your systemd unit file for mysqld according to the | |
# instructions in http://fedoraproject.org/wiki/Systemd | |
user=mysql | |
datadir=/var/lib/mysql |
This file contains hidden or 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
<?php | |
$str = "gtgtsgipgttptinggipsppaigsesgpetgstpatetisiesagaeaigttetepitiatsegssieeeeatepaaiagtpieataatppiitgiapsteitatiiatpetetetttgpetpaasipttssstpeeeggtiagtttegtiipestsasgpsepaasapttgattgiatppegitiatpasgatgepttggapesaeetaeissttggieietgspagesiipestipggstttpateptitiaetottissgggtttaipappgstsptttgtpispattgegstltiappseisapgistaiagteeiptptpisaieisagstapeteietgteiisgtiptstgtstasspeatspptitttatteastsgtptgtasggpniaaeteaisett"; | |
$nea = "neapolitan"; | |
$str_len = strlen($str); | |
$nea_len = strlen($nea); | |
$j = 0; | |
$out = ""; | |
for($i = 0; $i < $str_len; $i++) { |
NewerOlder