text
stringlengths
0
834k
set B2_SOURCES=%B2_SOURCES% debug.cpp debugger.cpp
set B2_SOURCES=%B2_SOURCES% execcmd.cpp execnt.cpp execunix.cpp filent.cpp filesys.cpp fileunix.cpp frames.cpp function.cpp
set B2_SOURCES=%B2_SOURCES% glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam.cpp
set B2_SOURCES=%B2_SOURCES% jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp
set B2_SOURCES=%B2_SOURCES% native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp
set B2_SOURCES=%B2_SOURCES% pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp jam_strings.cpp
set B2_SOURCES=%B2_SOURCES% startup.cpp subst.cpp sysinfo.cpp
set B2_SOURCES=%B2_SOURCES% timestamp.cpp variable.cpp w32_getreg.cpp
set B2_SOURCES=%B2_SOURCES% modules/order.cpp
set B2_SOURCES=%B2_SOURCES% modules/path.cpp
set B2_SOURCES=%B2_SOURCES% modules/property-set.cpp
set B2_SOURCES=%B2_SOURCES% modules/regex.cpp
set B2_SOURCES=%B2_SOURCES% modules/sequence.cpp
set B2_SOURCES=%B2_SOURCES% modules/set.cpp
set B2_CXXFLAGS=%B2_CXXFLAGS% -DNDEBUG
@echo ON
%B2_CXX% %CXXFLAGS% %B2_CXXFLAGS% %B2_SOURCES% %B2_CXX_LINK%
dir *.exe
copy /b .\b2.exe .\bjam.exe
:Finish
@exit /b %ERRORLEVEL%
",27.556122449,124,0.7239400111
219317,d2d639f5a5c9716adbce0069eedd551af2474c1d,173,cmd,Batchfile,code-checker/phpcheckstyle/phpcheckstyle.cmd,rachit011/Travel-Mate,1ce8a1a66fc73fbe6ccc2dfce85b571eab5a25a3,['MIT'],1.0,2018-11-22T03:45:48.000Z,2018-11-22T03:45:48.000Z,code-checker/phpcheckstyle/phpcheckstyle.cmd,rachit011/Travel-Mate,1ce8a1a66fc73fbe6ccc2dfce85b571eab5a25a3,['MIT'],1.0,2018-02-26T14:25:45.000Z,2018-02-26T14:25:45.000Z,code-checker/phpcheckstyle/phpcheckstyle.cmd,rachit011/Travel-Mate,1ce8a1a66fc73fbe6ccc2dfce85b571eab5a25a3,['MIT'],1.0,2018-07-16T06:12:43.000Z,2018-07-16T06:12:43.000Z,"echo ""PHP Checkstyle script""
php -c C:\ms4w\Apache\cgi-bin\php.ini run.php --src ./test/issue56.php --outdir ./checkstyle_result --format html,xml --linecount --debug
pause
",43.25,137,0.7398843931
219318,d2d68c144d68b31284d7f089c394e42790709675,26,bat,Batchfile,build.bat,s-h-a-d-o-w/alfc-cli,f571fea60e88fb8b341c2ee583680a2315e19acf,['MIT'],,,,build.bat,s-h-a-d-o-w/alfc-cli,f571fea60e88fb8b341c2ee583680a2315e19acf,['MIT'],,,,build.bat,s-h-a-d-o-w/alfc-cli,f571fea60e88fb8b341c2ee583680a2315e19acf,['MIT'],,,,"csc /out:alfc.exe main.cs
",13.0,25,0.7307692308
219319,d2d68dec3d42540ac8fbc889ac39751765edef93,2422,cmd,Batchfile,ti_simplelink_sdk/source/ti/boards/CC3235S_LAUNCHXL/CC3235S_LAUNCHXL_NoRTOS.cmd,intrepidcs/OBD2LC_WIFI_CC32XX,c4ba5f7c6751e7ead204bbdd8d272c6ceb64f4ce,['Unlicense'],,,,ti_simplelink_sdk/source/ti/boards/CC3235S_LAUNCHXL/CC3235S_LAUNCHXL_NoRTOS.cmd,intrepidcs/OBD2LC_WIFI_CC32XX,c4ba5f7c6751e7ead204bbdd8d272c6ceb64f4ce,['Unlicense'],1.0,2022-02-07T22:05:30.000Z,2022-02-08T14:23:04.000Z,ti_simplelink_sdk/source/ti/boards/CC3235S_LAUNCHXL/CC3235S_LAUNCHXL_NoRTOS.cmd,intrepidcs/OBD2LC_WIFI_CC32XX,c4ba5f7c6751e7ead204bbdd8d272c6ceb64f4ce,['Unlicense'],1.0,2022-01-31T22:21:50.000Z,2022-01-31T22:21:50.000Z,"/*
* Copyright (c) 2018, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* * Neither the name of Texas Instruments Incorporated nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ""AS IS""
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
* OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* ======== CC3235S_LAUNCHXL.cmd ========
*/
--stack_size=0x1000
--heap_size=0x8000
/*
* The starting address of the application. Normally the interrupt vectors
* must be located at the beginning of the application.
*/
#define SRAM_BASE 0x20004000
#define SRAM2_BASE 0x20000000
MEMORY
{
SRAM (RWX) : origin = 0x20004000, length = 0x00040000 - 0x4000
SRAM2 (RWX) : origin = 0x20000000, length = 0x4000
}
/* Section allocation in memory */
SECTIONS
{
.text : > SRAM
.TI.ramfunc : > SRAM
.const : > SRAM
.cinit : > SRAM
.pinit : > SRAM
.init_array : > SRAM
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM2(HIGH)
.resetVecs : > SRAM_BASE