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 + 256;
",39.323943662,81,0.5712750716
219440,d2e8bda1769e67f4bd15cc9e394c58e07803e79b,67,bat,Batchfile,run_go.bat,kaintels/csv-spliter,55599f8fbb19b7186e2a0dc22aa4af3e1ac456d7,['MIT'],,,,run_go.bat,kaintels/csv-spliter,55599f8fbb19b7186e2a0dc22aa4af3e1ac456d7,['MIT'],,,,run_go.bat,kaintels/csv-spliter,55599f8fbb19b7186e2a0dc22aa4af3e1ac456d7,['MIT'],,,,"echo -csv_name : %1
cd Go/
start go run app.go ""-csv_name=""%1
cd ..",16.75,34,0.6417910448
219441,d2e8fe46de3ab96c9b0c17afba7961e51acf1c9d,69,bat,Batchfile,build.bat,zuphilip/tesseractXplore,3e5a6eeab5872e13416751bca2b5e5351d604d72,['MIT'],15.0,2021-02-11T14:16:47.000Z,2021-09-30T15:44:28.000Z,build.bat,UB-Mannheim/tesseractXplore,81c84b1d2acd9675044113918a87fd80accb788b,['MIT'],13.0,2021-02-12T13:10:10.000Z,2021-07-16T08:20:29.000Z,build.bat,UB-Mannheim/tesseractXplore,81c84b1d2acd9675044113918a87fd80accb788b,['MIT'],6.0,2021-02-11T15:18:57.000Z,2021-12-26T16:10:52.000Z,"garden install --app contextmenu
pyinstaller -y tesseractXplore.spec
",23.0,35,0.8405797101
219442,d2e903f043bd36f49e095a2a1447f9fa4193115e,314,bat,Batchfile,build/FreePIE/CJRStuff/BuildTools/CJRSetupBuild.bat,cjroehrig/crispyControllers,6a56f7a61d66068824f4fd4b3c46d5b95585439d,['BSD-2-Clause'],,,,build/FreePIE/CJRStuff/BuildTools/CJRSetupBuild.bat,cjroehrig/crispyControllers,6a56f7a61d66068824f4fd4b3c46d5b95585439d,['BSD-2-Clause'],,,,build/FreePIE/CJRStuff/BuildTools/CJRSetupBuild.bat,cjroehrig/crispyControllers,6a56f7a61d66068824f4fd4b3c46d5b95585439d,['BSD-2-Clause'],,,,"rem CJR(2020): Set MSBuild environment
rem Path to current Visual Studio
set VC=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
rem XXX: msbuild doesn't work with this (x86 vs AnyCPU issues)
rem call ""%VC%\VC\Auxiliary\Build\vcvarsall.bat"" x86 %*
set PATH=%PATH%;%VC%\MSBuild\Current\Bin
",31.4,69,0.7388535032
219443,d2e964856e9be7835265c3d21f423e8017134af5,453,cmd,Batchfile,Batch Testers/CreateDirs.cmd,coderTrevor/NTFS_Tools,adf341c0620d6f25390e1595ec909726e588f2d6,['MIT'],,,,Batch Testers/CreateDirs.cmd,coderTrevor/NTFS_Tools,adf341c0620d6f25390e1595ec909726e588f2d6,['MIT'],,,,Batch Testers/CreateDirs.cmd,coderTrevor/NTFS_Tools,adf341c0620d6f25390e1595ec909726e588f2d6,['MIT'],,,,"FOR %%G IN (1,2,3,4,5,6,7,8,9,0,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,21,22,23,24,25,26,27,28,29,20,2a,2b,2c,2d,2e,2f,2g,2h,2i,2j,2k,2l,2m,2n,2o,2p,2q,2r,2s,2t,2u,2v,2w,2x,2y,2z,31,32,33,34,35,36,37,38,39,30,3a,3b,3c,3d,3e,3f,3g,3h,3i,3j,3k,3l,3m,3n,3o,3p,3q,3r,3s,3t,3u,3v,3w,3x,3y,3z,41,42,43,44,45,46,47,48,49,40,4a,4b,4c,4d,4e,4f,4g,4h,4i,4j,4k,4l,4m,4n,4o,4p,4q,4r,4s,4t,4u,4v,4w,4x,4y,4z) DO (mkdir Empty%%G && mkdir Empty%%G\Output)",453.0,453,0.6357615894
219444,d2e967c5e35f377f8ea2626f2ec8925d8c9b755e,54,bat,Batchfile,GenerateProjects.bat,jeroennelis/VR_engine,80a8cfd26181b8060c6a36f107beaa160c370a23,['Apache-2.0'],,,,GenerateProjects.bat,jeroennelis/VR_engine,80a8cfd26181b8060c6a36f107beaa160c370a23,['Apache-2.0'],,,,GenerateProjects.bat,jeroennelis/VR_engine,80a8cfd26181b8060c6a36f107beaa160c370a23,['Apache-2.0'],,,,"call vendor\binaries\premake\premake5.exe vs2017
PAUSE",27.0,48,0.8703703704
219445,d2e9c5e157a9fe0c1177c0ecb98a048023c14dd2,701,bat,Batchfile,recipe/run_autotools_clang_conda_build.bat,AnacondaRecipes/autotools_clang_conda-feedstock,209bb04058e11b3e0f641eb1e103b08e4ff46dac,['BSD-3-Clause'],3.0,2019-09-20T13:26:49.000Z,2020-10-25T13:27:20.000Z,recipe/run_autotools_clang_conda_build.bat,AnacondaRecipes/autotools_clang_conda-feedstock,209bb04058e11b3e0f641eb1e103b08e4ff46dac,['BSD-3-Clause'],15.0,2019-08-21T23:26:25.000Z,2021-11-14T03:42:37.000Z,recipe/run_autotools_clang_conda_build.bat,AnacondaRecipes/autotools_clang_conda-feedstock,209bb04058e11b3e0f641eb1e103b08e4ff46dac,['BSD-3-Clause'],6.0,2019-08-21T23:23:51.000Z,2021-04-13T12:44:07.000Z,"IF ""%1""=="""" (
set ""BUILDSCRIPT=build.sh""
) else (
set ""BUILDSCRIPT=%1""
)
copy ""%RECIPE_DIR%\%BUILDSCRIPT%"" .
copy ""%BUILD_PREFIX%\Library\bin\create_def.sh"" .
copy ""%BUILD_PREFIX%\Library\bin\conda_build_wrapper.sh"" .
set MSYSTEM=MINGW%ARCH%
set MSYS2_PATH_TYPE=inherit
set CHERE_INVOKING=1
FOR /F ""delims="" %%i in ('cygpath.exe -u ""%LIBRARY_PREFIX%""') DO set ""PREFIX=%%i""
FOR /F ""delims="" %%i in ('cygpath.exe -u ""%BUILD_PREFIX%""') DO set ""BUILD_PREFIX=%%i""
FOR /F ""delims="" %%i in ('cygpath.exe -u ""%SRC_DIR%""') DO set ""SRC_DIR=%%i""
FOR /F ""delims="" %%i in ('cygpath.exe -u ""%RECIPE_DIR%""') DO set ""RECIPE_DIR=%%i""
bash -lce ""./conda_build_wrapper.sh %BUILDSCRIPT%""
if %ERRORLEVEL% neq 0 exit 1
",38.9444444444,85,0.6747503566
219446,d2e9e74d49b2d8d175bcdcf6b9b9e70fa790e84f,961,bat,Batchfile,django/Scripts/activate.bat,TakashiNishii/BlogDjango,2f835958885b9d23fac419a67c0c6980e36728c6,['MIT'],1.0,2021-01-28T22:14:36.000Z,2021-01-28T22:14:36.000Z,django/Scripts/activate.bat,TakashiNishii/BlogDjango,2f835958885b9d23fac419a67c0c6980e36728c6,['MIT'],,,,django/Scripts/activate.bat,TakashiNishii/BlogDjango,2f835958885b9d23fac419a67c0c6980e36728c6,['MIT'],,,,"@echo off
rem This file is UTF-8 encoded, so we need to update the current code page while executing it
for /f ""tokens=2 delims=:."" %%a in ('""%SystemRoot%\System32\chcp.com""') do (
set _OLD_CODEPAGE=%%a
)
if defined _OLD_CODEPAGE (
""%SystemRoot%\System32\chcp.com"" 65001 > nul
)
set VIRTUAL_ENV=C:\Users\Ygor Takashi\Desktop\Cursos\CursoDjango\django
if not defined PROMPT set PROMPT=$P$G
if defined _OLD_VIRTUAL_PROMPT set PROMPT=%_OLD_VIRTUAL_PROMPT%
if defined _OLD_VIRTUAL_PYTHONHOME set PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%
set _OLD_VIRTUAL_PROMPT=%PROMPT%
set PROMPT=(django) %PROMPT%
if defined PYTHONHOME set _OLD_VIRTUAL_PYTHONHOME=%PYTHONHOME%
set PYTHONHOME=
if defined _OLD_VIRTUAL_PATH set PATH=%_OLD_VIRTUAL_PATH%
if not defined _OLD_VIRTUAL_PATH set _OLD_VIRTUAL_PATH=%PATH%
set PATH=%VIRTUAL_ENV%\Scripts;%PATH%
:END
if defined _OLD_CODEPAGE (
""%SystemRoot%\System32\chcp.com"" %_OLD_CODEPAGE% > nul
set _OLD_CODEPAGE=
)
",28.2647058824,93,0.7752341311