安装linux工具源码 (UUI) Universal USB Installer ?009-2012 Lance http://www.pendrivelinux.com This Open Source tool falls under the GNU General Public License Version 2 Source Code is made available at time of download, from the official UUI page: http://w
Descr iption These functions implements the basic snake segmentation contour, as introduced by Kass et al. Algorithm: A snake is an active (moving) contour, in which the points are attracted by edges and other image boundaries. To keep the contour s
RELEASE NOTES: README.txt,v 1.5 2003/02/22 06:21:57 russcoon Exp $_______________________________________________________________________________0.3.0 pre2OVERVIEW: netWindows 0.3 pre2 is fairly close to a release canidate for the 0.3 final release.
KGB Archiver console version ?005-2006 Tomasz Pawlak, tomekp17@gmail.com, mod by Slawek (poczta-sn@gazeta.pl) based on PAQ6 by Matt Mahoney PAQ6v2 - File archiver and compressor. (C) 2004, Matt Mahoney, mmahoney@cs.fit.edu This program is free softw
function GRABIT Extracts data points from an image file. % % GRABIT starts a GUI program for extracting data from an image file. % It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything % that is readable by IMREAD). Multiple data s
gccx
Transforms CPX (JSX like syntax) into asm-dom Virtual DOM
Motivation
Virtual DOM is a little bit verbose to write, we need a lot, not to much readable, lines of code to create a view. In addition we have to convert some types, merge attributes,
readsql
Convert SQL to most human readable format. For the time being it upper cases SQL keywords, it might prettify or even suggest improvements of SQL code in the future. It converts SQL code and even SQL-strings in programming languages (only Pyth
Javascr ipt/Typescr ipt to C transpiler
Produces readable C89 code from JS/TS code.
For example, this [removed]
console.log("Hello world!");
transpiles to the following C code:
#include
int main() {
printf("Hello world!\n");
return 0;
}
No e