Source

function is_md5($password) {
return preg_match(“/^{32}$/”, $password);
}

Source

ファイル名:filemulupload.php
ソースコード:

Source

仕様:
xml.dom.minidom
輸出:
b’\n\n\tHelloWorld\n\n’
ファイルを出力すれば、ファイルはバイナリで開く必要がある。

サンプルコ ...

Source

仕様:指定されたディレクトリとファイルの種類の下で複数の文字が含まれてファイルを検索する
実行コマンド:python getfile.py  パス ファイルタイプ  キーワード  多数のキーワードの中にスペースがある

Source

仕様:5分ごとに一回タスクを実行している、必要な時間間隔で任意時間が変更する。
一つの方法で現在タスクを実行するかどうか判断する。

例えば:script_begin_timeは10:00~計算して、前回判断時間up ...

Source

言語バージョン:
python2.6
中身:
#!/usr/bin/env python
#coding:utf-8
# Author: arkgame.com
# Purpose:my ...

Source

import os ## for os.path.isfile()

def dealline(line) :
print(line) ## lineというパラメータ

def getfilename() ...

Source

#!/usr/bin/env python
# encoding: utf-8
#
# filename: sendemail.py
#

import os.path
import ...

Source

サンプルコード

Uri uri = Uri.parse(“twz_info://process”);
Intent intent = new Intent(“com.markto ...

Source

ダウンロード:
提供元サイトからダウンロード
githubサイトからダウンロード
特徴:
TeamPassはPHP製、GNU Affero General Public Licenseのオープンソース・ ...

Source

ダウンロード:
提供元サイトからダウンロード
githubサイトからダウンロード
Dynatable is a funner, semantic, interactive table plugin using ...

Source

 

<!DOCTYPE html>
<html dir=”ltr” lang=”utf-8″>
<head> ...

Source

ファイル:
index.php item.php o.php

サンプルコード:
RewriteEngine on
RewriteRule ^(top|hot)$ index.php?type=$1& ...

Source

OS:
ubuntu10.04
ファイル:
lamp.sh
中身:
1.ファイルを取得
wget
mv mirror php-5.3.23.tar.bz2
tar jxv ...

Source

/usr/local/sublime-text-2/sublime_text –help
else
/usr/local/sublime-text-2/sublime_text \$@>/dev/null ...

Source

機能:
Windowsシリーズのすべてのバッチファイルに適用

popup.sh
DIM objShell
set objShell=wscript.createObject(“wscri ...

Source

ファイル名:traffic.sh

中身:
#!/bin/bash
# arkgame.com 2013.12.16 monitor the interface’s network traffi ...

Source

VIMのインストール
sudo apt-get install vim (ubuntu)
sudo yum install vim (redhat, centos, fedora)

vim_install. ...