text
stringlengths
0
834k
upx --best --force -o ..\Sc1.exe bin\Sc1.exe
",20.6666666667,44,0.6129032258
219756,f314f47905032caa6be33929d4de7c25438c55c8,144,bat,Batchfile,examples/mnist/train_lenet.bat,Coderx7/Old_Caffe_Windows_Branch,7a5cc1fd6b410c0ffd989582c24647f69e7c737e,['BSD-2-Clause'],1.0,2020-07-21T14:57:54.000Z,2020-07-21T14:57:54.000Z,examples/mnist/train_lenet.bat,Coderx7/Old_Caffe_Windows_Branch,7a5cc1fd6b410c0ffd989582c24647f69e7c737e,['BSD-2-Clause'],,,,examples/mnist/train_lenet.bat,Coderx7/Old_Caffe_Windows_Branch,7a5cc1fd6b410c0ffd989582c24647f69e7c737e,['BSD-2-Clause'],1.0,2020-03-08T04:16:18.000Z,2020-03-08T04:16:18.000Z,"REM going to the caffe root
CD ../../
SET TOOLS=Build/x64/Release
""%TOOLS%/caffe.exe"" train --solver=examples/mnist/lenet_solver.prototxt
pause",24.0,71,0.7569444444
219757,f3151305a558460f77a5bedb118e94e94a2e8617,78,bat,Batchfile,examples/build/ma_build_examples_emscripten.bat,fidergo-stephane-gourichon/miniaudio,e184644700c04e71f7f19530b7899489c791dbb5,['Unlicense'],,,,examples/build/ma_build_examples_emscripten.bat,fidergo-stephane-gourichon/miniaudio,e184644700c04e71f7f19530b7899489c791dbb5,['Unlicense'],,,,examples/build/ma_build_examples_emscripten.bat,fidergo-stephane-gourichon/miniaudio,e184644700c04e71f7f19530b7899489c791dbb5,['Unlicense'],,,,emcc ../simple_playback_emscripten.c -o ../bin/simple_playback_emscripten.html,78.0,78,0.8333333333
219758,f3154087a58f28e3e576b2b77353eee7a5fc605f,2742,cmd,Batchfile,examples/boards/dk-tm4c123g/usb_dev_keyboard/usb_dev_keyboard_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/dk-tm4c123g/usb_dev_keyboard/usb_dev_keyboard_ccs.cmd,nguyenvuhung/TivaWare_C_Series-2.1.2.111,0bf98523de662645823f4cf060efb7014639f81a,['BSD-3-Clause'],,,,examples/boards/dk-tm4c123g/usb_dev_keyboard/usb_dev_keyboard_ccs.cmd,nguyenvuhung/TivaWare_C_Series-2.1.2.111,0bf98523de662645823f4cf060efb7014639f81a,['BSD-3-Clause'],2.0,2019-06-11T08:04:09.000Z,2019-08-13T02:04:11.000Z,"/******************************************************************************
*
* usb_dev_keyboard_ccs.cmd - CCS linker configuration file for usb_dev_keyboard.
*
* Copyright (c) 2011-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 DK-TM4C123G 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
/* System memory map */
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 = 0x00008000
}
/* 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 + 1024;
",38.6197183099,81,0.5878920496
219759,f31559efb9cd4fb789c95cd918fb7bf771b72120,402,bat,Batchfile,scripts/build-headers.bat,indigames/pyimgui,09f28ba837aad03de5de2e43427885c8a922a6b1,['BSD-3-Clause'],,,,scripts/build-headers.bat,indigames/pyimgui,09f28ba837aad03de5de2e43427885c8a922a6b1,['BSD-3-Clause'],,,,scripts/build-headers.bat,indigames/pyimgui,09f28ba837aad03de5de2e43427885c8a922a6b1,['BSD-3-Clause'],,,,"@echo off
SET LIB_NAME=imgui
SET CALL_DIR=%CD%
SET PROJECT_DIR=%~dp0..
SET OUTPUT_HEADER=%IGE_LIBS%\%LIB_NAME%
echo Fetching %LIB_NAME% headers...
if exist ""%OUTPUT_HEADER%\include"" (
rmdir /s /q %OUTPUT_HEADER%\include
)
if not exist ""%OUTPUT_HEADER%"" (
mkdir %OUTPUT_HEADER%
)
xcopy /q /s /y %PROJECT_DIR%\*.h?? %OUTPUT_HEADER%\include\
cd %CALL_DIR%