EZ Project
EZ Project contains softwares making your work much easier. All small & tiny, just to be handful both to using & learning to use.
Many of it are provided as source code or even macro definitions to be used by developers. These are designed to simplify development. If you do not know C/C++ programming, can use those only which can be executed directly. These are designed to simplify usage.
New EZ Project comply to the Apache License, Version 2.0. And is not welcomed to be modified or used by, or, if possible, redistributed to people who discriminate against people based solely on race, gender or sexual orientation.
Old EZ Project members comply to GNU GENERAL PUBLIC LICENSE, which has been contained in every software's package. You, excluding the Japanese who hold hostility against Chinese, and those who have race, gender or sexual orientation discrimination, can use it, freely distribute it or improve it.
I am looking forward for your participation in this project, by posting in the forum, joining the mailing list , reporting errors or demanding support. You can participate by joining coding, intepreting this web page, give advice or suggestion.
New (sub-)projects are located on github, gitlab & gitee. Most are not useful or difficult to use. Refer to following for details.
Please visit sourceforge project page to,
EZComm |
Integration of TCP, UDP, HTTP on network/local for text or file exchanging. Discovery for peers in LAN. Flow script supported for automatic work. Frequent incoming flow can be neglected for anti-flood.
(possibly not up to date) (possibly not up to date) Softpile |
|
---|---|---|
eztools | golang code packing with I/O, DB, app upgrade, Restful API functionalities. | hosted on gitee |
jirrit | golang package for JIRA, Gerrit and Jenkins. This is intented to be used by public. | hosted on gitlab 64bit binaries for Windows & Linux available |
contacts | golang package to manage contacts, to be used together with DB. | hosted on gitlab 64bit binaries for Windows & Linux available |
golang package for GMS requirement windows, to be used together with DB. | hosted on gitlab | |
xls2xml | golang package to extract translation results for Android. less useful for public. | hosted on github also on gitlab |
weeklyppt | golang package to generate PPT as weekly reports. less useful for public. | hosted on github also on gitlab |
sqlcmd | golang package to run SQL commands. | hosted on github also on gitlab |
renamer | golang package to rename files in a batch. | hosted on github also on gitlab |
etherwifi | Python package to timely authenticate to Wi-Fi portal, and switch between it and Wired LAN. | hosted on github also on gitlab |
EZ Common |
EZ Project common functionalities, including result enum type, screen/file I/O. | |
EZ Output |
wherever you want to display some chunk of data, or just convert it to readable format (hex format) string (character buffer acturally), you can invoke this macro. | |
EZ Command |
EZ Common needed. A batch of programs are run according to a configuration file. When an error is returned by a program, the execution batch can stop. Confirmation may be required before a program starts. |
|
EZ Translation |
dynamically translates strings stupidly according to a dictionary file. | |
EZ Match |
Pick out orphan lines containing same strings and in pairs of two flag strings orderly. Key words include Forward, Backward and Pairing ones. All key strings are customizable. For example, a line containing "Forward Keyword" and "Head Key String"+Key Value+"Tail Key String" pairs a line containing "Backward Keyword" and "Head Key String"+Key Value+"Tail Key String". |
|
EZ Config |
This subproject is obsolete. EZ Common 1.0 needed. designed to be a total solution to all kinds of configuration management. Read from configuration files or command line parameters to memory and then fetch as client wants. |