text
stringlengths
0
834k
""C:/Program Files/Python37/python.exe"" -m PyInstaller main.py --noconfirm --name=""valorant-skin-manager"" --onefile
pause",35.3888888889,116,0.6318681319
381,d039bf3dcd507ad1506320f8e89d4daee16fd5e5,1378,cmd,Batchfile,windows/app-config.cmd,OpenWaterAnalytics/ci-tools,6b62197745c9566b55eaa3a9747eb88ae480b2ca,['CC0-1.0'],1.0,2020-07-07T19:24:09.000Z,2020-07-07T19:24:09.000Z,windows/app-config.cmd,OpenWaterAnalytics/ci-tools,6b62197745c9566b55eaa3a9747eb88ae480b2ca,['CC0-...
:: app-config.cmd - Generates nrtest app configuration file for SUT executable
::
:: Date Created: 10/16/2019
:: Date Modified: 10/17/2019
::
:: Author: See AUTHORS
::
:: Requires:
:: git
::
:: Environment Variables:
:: PROJECT
::
:: Arguments:
:: 1 - absolute path to test executable (valid path seperator for nrtest is ""/"")
:: 2 - (platform)
:: 3 - (build identifier for SUT)
::
@echo off
setlocal
:: check requirements
where git > nul
if %ERRORLEVEL% NEQ 0 ( echo ""ERROR: git not installed"" & exit /B 1 )
:: check environment
if not defined PROJECT ( echo ""ERROR: PROJECT must be defined"" & exit /B 1 )
:: CLE target created by the cmake build script
set TEST_CMD=run%PROJECT%.exe
:: remove quotes from path and convert backward to forward slash
set ABS_BUILD_PATH=%~1
set ABS_BUILD_PATH=%ABS_BUILD_PATH:\=/%
if [%2]==[] ( set ""PLATFORM=unknown""
) else ( set ""PLATFORM=%~2"" )
if [%3]==[] ( set ""BUILD_ID=unknown""
) else ( set ""BUILD_ID=%~3"" )
:: determine version
for /F ""tokens=1"" %%v in ( 'git rev-parse --short HEAD' ) do ( set ""VERSION=%%v"" )
if not defined VERSION ( echo ""ERROR: VERSION could not be determined"" & exit /B 1 )
echo {
echo ""name"" : ""%PROJECT%"",
echo ""version"" : ""%VERSION%"",
echo ""description"" : ""%PLATFORM% %BUILD_ID%"",
echo ""setup_script"" : """",
echo ""exe"" : ""%ABS_BUILD_PATH%/%TEST_CMD%""
echo }
",23.7586206897,84,0.6458635704
382,d039e346333a8fd571eeded684a726580a68162d,2742,cmd,Batchfile,examples/boards/ek-tm4c123gxl/usb_dev_gamepad/usb_dev_gamepad_ccs.cmd,nguyenvuhung/TivaWare_C_Series-2.1.2.111,0bf98523de662645823f4cf060efb7014639f81a,['BSD-3-Clause'],2.0,2018-07-06T12:56:54.000Z,2021-06-06T04:07:57.000Z,examples/boards/ek-tm4c123gxl/usb...
*
* usb_dev_gamepad_ccs.cmd - CCS linker configuration file for usb_dev_gamepad.
*
* Copyright (c) 2013-2015 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with ""viral"" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED ""AS IS"" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.2.111 of the EK-TM4C123GXL Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000