text stringlengths 0 834k |
|---|
python resolve_similar.py -o ""%FCLS_RESULT%"" |
if errorlevel 1 exit |
:6 make html. |
python make_html.py -s ""%FCLS_TARGET%"" -o ""%FCLS_RESULT%"" |
if errorlevel 1 exit |
echo successful. |
endlocal |
",19.9565217391,61,0.6899055919 |
219906,f32c51e553dec5565839c7b17899c402c3472749,2253,bat,Batchfile,_app/win/build/build_app.bat,peoplerelay/peoplerelay,e1014b9d9b665817a05e65649abdad1d9d3dfb9b,['Apache-2.0'],1.0,2020-08-29T02:57:49.000Z,2020-08-29T02:57:49.000Z,_app/win/build/build_app.bat,CloudDelphi/Blockchain-Software-System,e1014b9d9b665817a05e65649abdad1d9d3dfb9b,['Apache-2.0'],,,,_app/win/build/build_app.bat,CloudDelphi/Blockchain-Software-System,e1014b9d9b665817a05e65649abdad1d9d3dfb9b,['Apache-2.0'],1.0,2020-08-29T02:57:51.000Z,2020-08-29T02:57:51.000Z,"@echo off |
Rem ======================================================================== Rem |
Rem PeopleRelay: build_app.bat Version: 0.4.3.6 Rem |
Rem Rem |
Rem Copyright 2017-2018 Aleksei Ilin & Igor Ilin Rem |
Rem Rem |
Rem Licensed under the Apache License, Version 2.0 (the ""License""); Rem |
Rem you may not use this file except in compliance with the License. Rem |
Rem You may obtain a copy of the License at Rem |
Rem Rem |
Rem http://www.apache.org/licenses/LICENSE-2.0 Rem |
Rem Rem |
Rem Unless required by applicable law or agreed to in writing, software Rem |
Rem distributed under the License is distributed on an ""AS IS"" BASIS, Rem |
Rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Rem |
Rem See the License for the specific language governing permissions and Rem |
Rem limitations under the License. Rem |
Rem ======================================================================== Rem |
@echo on |
Rem cls |
@echo off |
set dt=%time% |
set std=%cd% |
set prm=.\build.conf |
set go_sql=%~dp0..\tmp\app_tmp.sql |
set log=%~dp0..\tmp\app_log.txt |
cd %~dp0 |
if not exist %prm% goto :err |
for /f ""delims== tokens=1,2"" %%G in (%prm%) do set %%G=%%H |
if exist %log% del %log% |
@echo SET SQL DIALECT 3; > %go_sql% |
@echo SET NAMES %charset%; >> %go_sql% |
@echo SET AUTODDL ON; >> %go_sql% |
@echo CONNECT '%ip%/%ip_port%:%db_path%%db_file%'; >> %go_sql% |
@echo input %pr_path%\sql\make_app.sql; >> %go_sql% |
@echo input %pr_path%\sql\drop_constr.sql; >> %go_sql% |
cd ..\..\sql |
@echo on |
%util_path%%util_isql% -u sysdba -p %password% -e -b -q -i %go_sql% -m -o %log% |
@echo off |
@echo %dt% - %time% >> %log% |
start notepad.exe %log% |
goto :end |
:err |
Rem cls |
@echo on |
@echo Could not find file ""%prm%"" |
@echo ----------------------- |
@echo off |
pause |
:end |
cd %std% |
",34.1363636364,81,0.4962272526 |
219907,f32c7c9cb437a3837de7517aa97570184a0949a7,62,cmd,Batchfile,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/lib/librte_lpm/.librte_lpm.a.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],2.0,2021-08-13T08:09:20.000Z,2021-11-02T09:13:36.000Z,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/lib/librte_lpm/.librte_lpm.a.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],1.0,2018-01-11T00:11:41.000Z,2018-01-11T17:21:47.000Z,compile-ovs-centos-dpdk/build_tarball/dpdk/dpdk-2.2.0/x86_64-ivshmem-linuxapp-gcc/build/lib/librte_lpm/.librte_lpm.a.cmd,mgkwill/docker-openvswitch-dpdk,20ff063dc14c47813accdacc70e3a6a263035b66,['Apache-2.0'],,,,"cmd_librte_lpm.a = ar crDs librte_lpm.a rte_lpm.o rte_lpm6.o |
",31.0,61,0.7903225806 |
219908,f32caab4fd0936c06494e53ce3b9a876d7d92166,825,cmd,Batchfile,src/frontend/src/pages/Chapters/Reason/ChapterFA12/exercise.cmd,chrc/tezos-academy,1929ed95e7c12869853ebaebf160e35f0175e8d5,['MIT'],,,,src/frontend/src/pages/Chapters/Reason/ChapterFA12/exercise.cmd,chrc/tezos-academy,1929ed95e7c12869853ebaebf160e35f0175e8d5,['MIT'],,,,src/frontend/src/pages/Chapters/Reason/ChapterFA12/exercise.cmd,chrc/tezos-academy,1929ed95e7c12869853ebaebf160e35f0175e8d5,['MIT'],,,,"// Modify the code below |
ligo compile-storage fa12.religo main '' |
// Modify the code below |
ligo compile-parameter fa12.religo main '' |
// Modify the code below |
ligo dry-run --sender=tz1SdT62G8tQp9fdHh4f2m4VtL8aGG6NUcmJ fa12.religo main '<parameter_expression>' '<storage_expression>' |
// Modify the code below |
tezos-client transfer <amount> from <user> to <contract_name> --arg '<entrypoint_invocation>' --dry-run |
// Modify the code below |
ligo compile-parameter refa12.religo main '' |
// Modify the code below |
ligo compile-storage fa12.religo main '' |
// Modify the code below |
ligo dry-run --sender=tz1SdT62G8tQp9fdHh4f2m4VtL8aGG6NUcmJ fa12.religo main '<parameter_expression>' '<storage_expression>' |
// Modify the code below |
tezos-client transfer <amount> from <user> to <contract_name> --arg '<entrypoint_invocation>' --dry-run",51.5625,123,0.7781818182 |
219909,f32cabbd9334a270bc9a5c1c76a42ed4b85ce5b0,7760,bat,Batchfile,docs/make.bat,ohtomi/aws-cfn-gen,bcb68d11daa46412501283ba14e4ba5d9aa11111,['MIT'],3.0,2016-04-26T05:26:37.000Z,2016-05-04T08:31:46.000Z,docs/make.bat,ohtomi/aws-cloudformation-generator,bcb68d11daa46412501283ba14e4ba5d9aa11111,['MIT'],3.0,2021-05-05T09:10:13.000Z,2021-05-05T09:10:14.000Z,docs/make.bat,ohtomi/aws-cloudformation-generator,bcb68d11daa46412501283ba14e4ba5d9aa11111,['MIT'],,,,"@ECHO OFF |
REM Command file for Sphinx documentation |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.