text
stringlengths
0
834k
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00040000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00018000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 512;
",39.2957746479,81,0.5709677419
49,d0054d66545592c2a30952510add8d6b96063c2b,31,bat,Batchfile,test/hello.bat,yueludanfeng/expdp_impdp_windows_version,3093f1edcef09aed3a9549b5a0f8609ee03daa11,['Apache-2.0'],,,,test/hello.bat,yueludanfeng/expdp_impdp_windows_version,3093f1edcef09aed3a9549b5a0f8609ee03daa11,['Apache-2.0'],,,,test/hello.bat,yueludanfeng/expdp_impdp_windows_version,3093f1edcef09aed3a9549b5a0f8609ee03daa11,['Apache-2.0'],,,,"set data='hello%%U'
echo %data%",15.5,19,0.6774193548
50,d005612bc0ba0907fe2737fb85c3c43486cc18b3,101,bat,Batchfile,Util/prog.bat,chcbaram/FPGA,fe5b8014ccdaac3122de0e62011afbd20c183eb4,['MIT'],2.0,2017-09-29T08:41:15.000Z,2019-06-02T20:08:12.000Z,Util/prog.bat,chcbaram/FPGA,fe5b8014ccdaac3122de0e62011afbd20c183eb4,['MIT'],,,,Util/prog.bat,chcbaram/FPGA,fe5b8014ccdaac3122de0e62011afbd20c183eb4,['MIT'],,,,"xc3sprog.exe -c ftdi ..\..\FPGA\miniSpartan6\ZPUino_miniSpartan6_plus\minispartan6_plus_top.bit
pause",50.5,95,0.8415841584
51,d0058e5c523348ad273c5c96d9104b1e01e36900,19,bat,Batchfile,chat/memcached.bat,mrstan3772/chatWebSocket,1e957dcc86b026659d11d87e1e0ac7e14265f642,['CC0-1.0'],,,,chat/memcached.bat,mrstan3772/chatWebSocket,1e957dcc86b026659d11d87e1e0ac7e14265f642,['CC0-1.0'],,,,chat/memcached.bat,mrstan3772/chatWebSocket,1e957dcc86b026659d11d87e1e0ac7e14265f642,['CC0-1.0'],,,,start memcached.exe,19.0,19,0.8947368421
52,d0059107d6e41f2c5615715b041a030242cc9e6d,808,bat,Batchfile,docs/make.bat,denklewer/HMMs,25045b061a65a1ea56c84407b4d30d709cb589e2,['CC0-1.0'],87.0,2017-05-28T20:06:23.000Z,2022-03-18T09:52:44.000Z,docs/make.bat,denklewer/HMMs,25045b061a65a1ea56c84407b4d30d709cb589e2,['CC0-1.0'],15.0,2017-04-03T11:08:56.000Z,2021-08-16T22:41:14.000Z,docs/make.bat,denklewer/HMMs,25045b061a65a1ea56c84407b4d30d709cb589e2,['CC0-1.0'],52.0,2017-07-18T23:49:02.000Z,2022-02-12T18:42:05.000Z,"@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=HMMs
if ""%1"" == """" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
:end
popd
",21.8378378378,75,0.7017326733
53,d005b5e4b8b539aa3f69dd865cb2164c92142990,6697,bat,Batchfile,docs/make.bat,CospanDesign/nysa,ffe07f0b8fe2f6217e7a862d89b80f1b17163be9,['MIT'],15.0,2015-08-31T20:50:39.000Z,2022-03-13T08:56:39.000Z,docs/make.bat,CospanDesign/nysa,ffe07f0b8fe2f6217e7a862d89b80f1b17163be9,['MIT'],5.0,2015-05-02T16:48:57.000Z,2017-06-15T16:25:34.000Z,docs/make.bat,CospanDesign/nysa,ffe07f0b8fe2f6217e7a862d89b80f1b17163be9,['MIT'],6.0,2016-09-02T16:02:13.000Z,2021-06-29T22:29:45.000Z,"@ECHO OFF
REM Command file for Sphinx documentation
if ""%SPHINXBUILD%"" == """" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT ""%PAPER%"" == """" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if ""%1"" == """" goto help
if ""%1"" == ""help"" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter