text
stringlengths
0
834k
-d|--docs)
_git_docs
break
;;
--docsopen)
_git_docs -o
break
;;
*)
_git_show_help
break
;;
esac
shift
done
}
function _git_aliases() {
information ""git: everything""
alias | grep 'git'
information ""git: fgit""
alias | grep 'fgit'
information "" branch""
alias | grep 'git branch'
information ""git: configuration""
git aliases | grep config
}
function _git_docs() {
local toOpen=""$1""
declare -a docs=(
""https://docs.github.com/en""
""https://hub.github.com""
)
for el in ""${docs[@]}"" ; do
KEY=""${el%%}""
printf ""doc > %s\n"" ""${KEY}""
if [[ ${toOpen} ]]; then
open ""${KEY}""
fi
done
}
",20.1333333333,58,0.4642384106
219237,d2c8a49b58b08149ed9bdf4053a4d5bfe8e4ddd1,256,bat,Batchfile,src/FindText/version_debug.bat,isuhao/xylsxyls-xueyelingshuang,7a2c732863aecb7ad2b1af0016b129c5041ad54b,['MIT'],1.0,2020-06-03T03:27:26.000Z,2020-06-03T03:27:26.000Z,src/FindText/version_debug.bat,isuhao/xylsxyls-xueyelingshuang,7a2c732863aecb7ad2b1af001...
call ""%CLOUD_REBUILD%"" CCharset 32 dll debug same
call ""%CLOUD_REBUILD%"" CGetPath 32 dll debug same
call ""%CLOUD_REBUILD%"" CDump 32 dll debug same
call ""%CLOUD_REBUILD%"" CTaskThreadManager 32 dll debug same",51.2,59,0.7734375
219238,d2c8e108a85e17472448bddaa912cfe7044a154c,261,bat,Batchfile,video2pic.bat,wangkun19930608/BadAppleCollection,721d7110817a032e3efa574b618149ff1816f559,['PHP-3.0' 'IJG' 'PHP-3.01' 'Zend-2.0'],,,,video2pic.bat,wangkun19930608/BadAppleCollection,721d7110817a032e3efa574b618149ff1816f559,['PHP-3.0' 'IJG' 'PHP-3.01' 'Ze...
set video_src=c:\users\yyd\documents\badapple-html\video
set pic_dst=c:\users\yyd\documents\badapple-html\jpeg
set fps=20
%ffmpeg_folder%\ffmpeg -i ""%video_src%\Bad Apple!.mp4"" -vf fps=%fps% %pic_dst%\%%d.jpg",43.5,86,0.7701149425
219239,d2c911a57de0187d2750ce857dcfa3266add0032,896,bat,Batchfile,Labs/04-segment/Vivado projects/display/display.sim/sim_1/behav/xsim/simulate.bat,xruine00/Digital-electronics-1,f0e1b507009efda6476c138df6bf79c03f1ac733,['MIT'],,,,Labs/04-segment/Vivado projects/display/display.sim/sim_1/behav/xsim/simulate.bat,xruine0...
REM ****************************************************************************
REM Vivado (TM) v2020.2 (64-bit)
REM
REM Filename : simulate.bat
REM Simulator : Xilinx Vivado Simulator
REM Description : Script for simulating the design by launching the simulator
REM
REM Generated by Vivado on Sun Mar 07 14:52:20 +0100 2021
REM SW Build 3064766 on Wed Nov 18 09:12:45 MST 2020
REM
REM Copyright 1986-2020 Xilinx, Inc. All Rights Reserved.
REM
REM usage: simulate.bat
REM
REM ****************************************************************************
REM simulate design
echo ""xsim tb_top_behav -key {Behavioral:sim_1:Functional:tb_top} -tclbatch tb_top.tcl -log simulate.log""
call xsim tb_top_behav -key {Behavioral:sim_1:Functional:tb_top} -tclbatch tb_top.tcl -log simulate.log
if ""%errorlevel%""==""0"" goto SUCCESS
if ""%errorlevel%""==""1"" goto END
:END
exit 1
:SUCCESS
exit 0
",34.4615384615,105,0.6361607143
219240,d2c945593ab53167f7cf77d4041afcfbdfa09819,2383,bat,Batchfile,bin/nuget/prepare_daal_nuget_osx_with_redist.bat,zjf2012/daal,1d53cb3d71fb8f49fc7d79e50ca3c503c40a2b04,['Apache-2.0'],,,,bin/nuget/prepare_daal_nuget_osx_with_redist.bat,zjf2012/daal,1d53cb3d71fb8f49fc7d79e50ca3c503c40a2b04,['Apache-2.0'],,,,bin/nuget/p...
rem ============================================================================
rem Copyright 2013-2019 Intel Corporation
rem
rem Licensed under the Apache License, Version 2.0 (the ""License"");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an ""AS IS"" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem ============================================================================
set VER=2019.3.0