-
install packages:
yum install python36 python36-devel cmake boost-devel bzip2-devel
-
install required packages:
pip3 install pytesseract scikit-image imutils dlib
/** | |
* Name : EAN13 Generator | |
* Author: MewX | |
* Date : 2014.11.25 | |
**/ | |
#include <windows.h> | |
#include <string.h> | |
#include <stdio.h> |
#include <msp430.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include "tools.h" | |
typedef uint16_t u16; | |
typedef uint8_t u8; | |
#define NBROUND 32 |
/* aes-naive.c | |
* msp430 crypto librarie | |
* Written by Paul Ferrand <[email protected]> | |
*/ | |
#include "aes-naive.h" | |
#include "tools.h" | |
#include <string.h> | |
#ifdef STATIC_LOGTABLES |
/* camellia.c ver 1.2.0 | |
* | |
* Copyright (c) 2006,2007 | |
* NTT (Nippon Telegraph and Telephone Corporation) . All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions | |
* are met: | |
* 1. Redistributions of source code must retain the above copyright | |
* notice, this list of conditions and the following disclaimer as |
<%@ Page Language="C#" EnableViewState="false" %> | |
<%@ Import Namespace="System.Web.UI.WebControls" %> | |
<%@ Import Namespace="System.Diagnostics" %> | |
<%@ Import Namespace="System.IO" %> | |
<%@ Import Namespace="System" %> | |
<%@ Import Namespace="System.Data" %> | |
<%@ Import Namespace="System.Data.SqlClient" %> | |
<pre> | |
<% |
江苏溧阳市昆仑北路228号 | |
泰州市海陵区海陵北路299号泰一百2F波司登专柜 | |
江西省婺源县凉笠山未名园系群殴金谷路182号 | |
四川省江安县夕佳山镇青年队 | |
天津天津市汉沽区东风中路85号汉沽房管局 | |
天津天津市塘沽区新河庄四道桥东500米 | |
天津天津市汉沽区天津市汉沽区华城公邸18号楼8楼803室 | |
苏州市吴江区中山北路525号 | |
江苏省常熟市湖山路99号 | |
广州市永福路48号金永福汽配城14栋20号 |
import java.io.File; | |
import java.io.UnsupportedEncodingException; | |
import java.sql.*; | |
import java.text.ParseException; | |
import java.text.SimpleDateFormat; | |
import java.util.Calendar; | |
import java.util.Date; | |
import java.util.regex.Matcher; | |
import java.util.regex.Pattern; |
<div class="login-check-mobile"> | |
<div class="ui-tiptext ui-tiptext-message"> | |
<i class="iconfont"></i>你正在使用手机短信验证身份 | |
</div> | |
<div class="ui-form-item"> | |
<label class="ui-label">手机号码:</label> | |
<input type="hidden" value="61-*****0189" id="J_MobileVal" data="86" name="_fm.v._0.p"> | |
<div class="ui-form-text"> 61-*****0189 </div> | |
</div> | |
<input type="hidden" name="_fm.v._0.a" value="86" id="areaCode"> |
/* PrismJS 1.9.0 | |
http://prismjs.com/download.html?themes=prism-coy&languages=markup+css+clike+javascript+actionscript+c+asm6502+aspnet+bash+cpp+ruby+django+groovy+java+json+kotlin+latex+lua+makefile+markdown+matlab+nasm+nginx+perl+php+python+jsx+scala+sql+yaml&plugins=line-numbers+toolbar+copy-to-clipboard */ | |
/** | |
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML | |
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics); | |
* @author Tim Shedor | |
*/ | |
code[class*="language-"], | |
pre[class*="language-"] { |