hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
8102ad107410cea0a1a670e2e1c42d1af071f830
2,349
ahk
AutoHotkey
src/DgPersistent.ahk
boulmers/DigiHotkey
2d4860a62c3df6d9a6fb487283296f4f3a1500e7
[ "MIT" ]
6
2020-02-29T09:23:27.000Z
2021-12-19T23:56:05.000Z
src/DgPersistent.ahk
boulmers/DigiHotkey
2d4860a62c3df6d9a6fb487283296f4f3a1500e7
[ "MIT" ]
null
null
null
src/DgPersistent.ahk
boulmers/DigiHotkey
2d4860a62c3df6d9a6fb487283296f4f3a1500e7
[ "MIT" ]
null
null
null
/* ; BEGIN EXAMPLE #include ..\lib\json.ahk #include DgObject.ahk #Include Tools.ahk subMain: global obj := new DgPersistent() global obj2 := new DgPersistent() obj.fromFile("..\config\US_Kb.json") obj.toFile( "..\test\Test.json") obj.toRegistry( "HKEY_CURRENT_USER\SOFTWARE\DigiKey", "obj") ob...
26.393258
86
0.507024
de80b56ef35ba804eb1cecd52ddb467126fe9d39
24,366
ahk
AutoHotkey
scripts/startup.ahk
satgo1546/dot-product
4d2116f95ef3e56720afe53fcc1e7daf2de52fc9
[ "MIT" ]
null
null
null
scripts/startup.ahk
satgo1546/dot-product
4d2116f95ef3e56720afe53fcc1e7daf2de52fc9
[ "MIT" ]
null
null
null
scripts/startup.ahk
satgo1546/dot-product
4d2116f95ef3e56720afe53fcc1e7daf2de52fc9
[ "MIT" ]
null
null
null
#Warn SetWorkingDir A_ScriptDir ; TODO... Menu, Tray, Icon, D:\Miscellaneous\Icons\classic_MyAHKScript.ico ; If (!GetKeyState("NumLock", "T")) { ; SendEvent {NumLock} ; } capslock_count := 0 last_clipboard := "" on_exit(ExitReason, ExitCode) { If ExitReason == "Logoff" or ExitReason == "Shutdown" { SetNumLockSt...
31.562176
142
0.472174
072bab7f14920bdc5b3f221e0534402098922261
1,673
ahk
AutoHotkey
PullSlips.ahk
MrJeremyHobbs/PullSlips-Alma
d7df154d2c346db998edb192c733ab076ef29b75
[ "MIT" ]
null
null
null
PullSlips.ahk
MrJeremyHobbs/PullSlips-Alma
d7df154d2c346db998edb192c733ab076ef29b75
[ "MIT" ]
null
null
null
PullSlips.ahk
MrJeremyHobbs/PullSlips-Alma
d7df154d2c346db998edb192c733ab076ef29b75
[ "MIT" ]
null
null
null
;Start; saveFile = PullSlips.docx FileDelete %saveFile% ;Configurations Iniread, download_directory, config.ini, general, download_directory Iniread, version, config.ini, general, version ;Check for Template.docx IfNotExist, Template.docx { msgbox Cannot find Template.docx exit } ;Get input file FileSelectFile, x...
22.608108
216
0.741781
dca9e01ab6f27add63f5a82479ae6e33859d8057
631
au3
AutoIt
autoit/Examples/Helpfile/SplashTextOn.au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
21
2019-10-24T04:59:52.000Z
2021-05-11T12:47:17.000Z
autoit/Examples/Helpfile/SplashTextOn.au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
null
null
null
autoit/Examples/Helpfile/SplashTextOn.au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
9
2019-10-26T16:56:08.000Z
2021-03-15T14:10:21.000Z
#include <AutoItConstants.au3> SplashTextOn("Title", "Message goes here.", -1, -1, -1, -1, $DLG_TEXTLEFT, "", 24) Sleep(3000) SplashOff() ; ; FLICKER Local $sMessage = "" SplashTextOn("TitleFoo", $sMessage, -1, -1, -1, -1, $DLG_TEXTLEFT, "") For $i = 1 To 20 $sMessage = $sMessage & $i & @CRLF SplashTextO...
26.291667
83
0.602219
c013ac6ea35c2a54237c18f84a3eb0c48116264f
3,140
au3
AutoIt
Attachments/15K-16K/5000-6000/15938/facebookprinter.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/15K-16K/5000-6000/15938/facebookprinter.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/15K-16K/5000-6000/15938/facebookprinter.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Global $p1[2]=[0,0] Global $p2[2]=[0,0] Global $beg[2]=[0,0] $var = PixelGetColor( 100 , 100 ) Global $pause=False Global $step=1 HotKeySet("^,", "click") HotKeySet("^.}","print") HotKeySet("^/","begin") HotKeySet("^'","pause") Func pause() $pause = NOT $pause While $pause Sleep(1000) WEnd EndFunc Func begin() ...
22.269504
100
0.612739
45855fa30ac67293b4d67f7cd75b99547a47e639
14,365
au3
AutoIt
Attachments/15K-16K/5000-6000/15856/Atom_v0.00_.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/15K-16K/5000-6000/15856/Atom_v0.00_.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/15K-16K/5000-6000/15856/Atom_v0.00_.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#include <GUIConstants.au3> #include <Array.au3> AutoItSetOption("GUIOnEventMode",1) HotKeySet("{esc}","die") Func die() Exit EndFunc ;Atomic Constants Const $Mass_Electron = 9.1093897 * 10^(-31), $Mass_Neutron = 1.6749286 * 10^(-27), $Mass_Proton = 1.6726231 * 10^(-27), $Universal_Gravity_Constant = 6.67259 * 10...
31.364629
185
0.625409
efdeef1e12abb8744a4fd8ee5a4f70be1d563ada
9,548
au3
AutoIt
incl/GWA2_Function_Header_Table.au3
rheek123/GwBotApiPatcher
654efbcbf45f02689cdc71d67bc24caa774f7bcf
[ "Unlicense" ]
5
2018-04-14T22:14:22.000Z
2020-02-13T09:11:08.000Z
incl/GWA2_Function_Header_Table.au3
rheek123/GwBotApiPatcher
654efbcbf45f02689cdc71d67bc24caa774f7bcf
[ "Unlicense" ]
1
2020-02-13T09:11:28.000Z
2020-02-13T09:11:28.000Z
incl/GWA2_Function_Header_Table.au3
rheek123/GwBotApiPatcher
654efbcbf45f02689cdc71d67bc24caa774f7bcf
[ "Unlicense" ]
3
2021-03-16T08:46:11.000Z
2021-09-10T12:56:15.000Z
; The patcher tries to find calls to sendpacket inside functions. ; It matches the function name against the function names in the list below. ; If it matches, it replaces the whatever stored as the header parameter by the third element in the list below. ; The second parameter is used to distinguish between multi...
78.909091
155
0.652283
23a49edd6d8b2b220f9d57d3955d096ee41a9496
3,082
au3
AutoIt
Attachments/36K-37K/6000-7000/36378/Image Printer Sample.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/36K-37K/6000-7000/36378/Image Printer Sample.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/36K-37K/6000-7000/36378/Image Printer Sample.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#include <file.au3> #include <array.au3> Dim $PS, $szDrive, $szDir, $szFName, $szExt Const $File = FileOpen(@ScriptDir & "\Barcode.ps", 2) $PS = "" $Input = "AutoIT is Great !!" ; Check if file opened for writing OK If $File = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf $PS = '%!PS-Adobe-...
38.525
88
0.584361
63535639492b1aadce080e516cce94b73df08308
211
au3
AutoIt
autoit/install/Examples/Helpfile/BitNOT.au3
andyseubert/doorbell
ab65d44aa36fcad407275e33d8aa3140d17d3c35
[ "Unlicense" ]
null
null
null
autoit/install/Examples/Helpfile/BitNOT.au3
andyseubert/doorbell
ab65d44aa36fcad407275e33d8aa3140d17d3c35
[ "Unlicense" ]
null
null
null
autoit/install/Examples/Helpfile/BitNOT.au3
andyseubert/doorbell
ab65d44aa36fcad407275e33d8aa3140d17d3c35
[ "Unlicense" ]
null
null
null
Local $x = BitNOT(5) #cs Comments: Result is -6 because for 32-bit numbers 5 == 00000000000000000000000000000101 binary -6 == 11111111111111111111111111111010 binary and the first bit is signed #ce
23.444444
47
0.739336
de810e5eef4b6cc3031cae862baa8b39259dd326
2,578
au3
AutoIt
Attachments/1-10K/6000-7000/6712/BF.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/1-10K/6000-7000/6712/BF.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/1-10K/6000-7000/6712/BF.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#include <_XInput.au3> $dll = DllOpen("user32.dll") $inputhwnd = _XInputInit() $fire1=0 $fire2=0 $forward = 0 $left = 0 $right = 0 $back = 0 $crouch = 0 $sensitivity = 4500 ;Higher Value equals less sensitive While 1 $input = _XInputGetInput($inputhwnd) $buttons = _XInputButtons($input[2]) _XInputVibrate($inputhwnd...
18.817518
164
0.59038
a0cafaa48017aacfa28b0bb1be72aba42f1ad3ae
1,920
au3
AutoIt
Attachments/1-10K/6000-7000/6717/treeview.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/1-10K/6000-7000/6717/treeview.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/1-10K/6000-7000/6717/treeview.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Func _IniGetSectionNames( $file, $TreeView ) Local $varx = IniReadSectionNames( $file ) If @error Then MsgBox(4096, "", "Error occured, probably no INI file.") Else For $i_SectionIndex = 1 To $varx[0] ;MsgBox(4096, "", $varx[$i_SectionIndex]) _IniReadInfo( $file, $var...
45.714286
145
0.666667
9d1ff95e97d2216de08d9d09f898bfd944277470
8,104
au3
AutoIt
ags-component-http-request.au3
autoit-gui-skeleton/ags-component-http-request
c7518cf0f9539ca1b9554174748a7f10d3446aa0
[ "MIT" ]
null
null
null
ags-component-http-request.au3
autoit-gui-skeleton/ags-component-http-request
c7518cf0f9539ca1b9554174748a7f10d3446aa0
[ "MIT" ]
null
null
null
ags-component-http-request.au3
autoit-gui-skeleton/ags-component-http-request
c7518cf0f9539ca1b9554174748a7f10d3446aa0
[ "MIT" ]
null
null
null
#cs -------------------------------------------------------------------------------------------------------- HttpRequest Service helper to send HTTP requests GET or POST, with the Winhttprequest.5.1 COM object. More information here : https://beamtic.com/http-requests-autoit Component title : HttpRequest Component ...
39.531707
108
0.559477
fae4b7261940a12afd1cfb2ac888beac76743841
6,562
au3
AutoIt
Attachments/16K-17K/6000-7000/16092/autoInstall.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/16K-17K/6000-7000/16092/autoInstall.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/16K-17K/6000-7000/16092/autoInstall.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#NoTrayIcon ; Identify Installer modification for auto installation method of use #region - Include files #include <file.au3> #endregion #region - CMDLINE paramters If Not $CMDLINE[0] Then MsgBox(0x40000, 'Usage Help', 'Pass a path to an installer by CLI or use drag and drap', 5) ;InetGet("URL", "filename"); Hint:...
34.356021
132
0.695824
3c07b7838639e6194565dd76ce7daf3d0afbe4b8
661
au3
AutoIt
Attachments/20K-21K/1-1000/20954/Server.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/20K-21K/1-1000/20954/Server.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/20K-21K/1-1000/20954/Server.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#include "TCP.au3" If Not _TCP_Server_Start("127.0.0.1", 30213) Then Exit _TCP_Server_SetOnEvent($Tcp_Server_Event_Open, "_On_Connect") _TCP_Server_SetOnEvent($Tcp_Server_Event_Close, "_On_Close") _TCP_Server_SetOnEvent($Tcp_Server_Event_Recv, "_On_Recv") While 1 Sleep(100) WEnd Func _On_Close($s_Id) ConsoleWrite...
24.481481
75
0.744327
afea02809e4c308b9bfa6bfc03a3b1c79fb8d307
205
au3
AutoIt
autoit/Examples/Helpfile/ACos[2].au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
21
2019-10-24T04:59:52.000Z
2021-05-11T12:47:17.000Z
autoit/Examples/Helpfile/ACos[2].au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
null
null
null
autoit/Examples/Helpfile/ACos[2].au3
dborio/ShitDeck
a2c9794fb66e1a0c66317fd478be446dc781976a
[ "MIT" ]
9
2019-10-26T16:56:08.000Z
2021-03-15T14:10:21.000Z
; Example of using ACos with degrees. #include <Math.au3> #include <MsgBoxConstants.au3> Local $fDegree = _Degree(ACos(-1)) MsgBox($MB_SYSTEMMODAL, Default, "ACos(-1) = " & $fDegree & " degrees")
25.625
72
0.673171
32739daa99379e90317aa4d0495a8e0bdea1db85
150
au3
AutoIt
Source/Libraries/WinAPIEx_3.5/Examples/_WinAPI_GetIdleTime.au3
xptsp/DSI
8a97db88848cf7d1f867e77e24874e3ce8e9c345
[ "BSD-2-Clause" ]
null
null
null
Source/Libraries/WinAPIEx_3.5/Examples/_WinAPI_GetIdleTime.au3
xptsp/DSI
8a97db88848cf7d1f867e77e24874e3ce8e9c345
[ "BSD-2-Clause" ]
null
null
null
Source/Libraries/WinAPIEx_3.5/Examples/_WinAPI_GetIdleTime.au3
xptsp/DSI
8a97db88848cf7d1f867e77e24874e3ce8e9c345
[ "BSD-2-Clause" ]
null
null
null
#Include <WinAPIEx.au3> Opt('MustDeclareVars', 1) While 1 ConsoleWrite('Idle time (ms): ' & _WinAPI_GetIdleTime() & @CR) Sleep(1000) WEnd
16.666667
64
0.66
179b531c269b91dcdc24a9c2cd1e4c4e7b8977e8
2,040
au3
AutoIt
Attachments/38K-39K/8000-9000/38934/Example.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/38K-39K/8000-9000/38934/Example.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/38K-39K/8000-9000/38934/Example.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here #include <GUIConsta...
34.576271
171
0.645098
bf8b7c3586babe6a3f46965485274a16bd2bb6e1
2,612
au3
AutoIt
Attachments/1-10K/4000-5000/4704/Debug.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/1-10K/4000-5000/4704/Debug.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/1-10K/4000-5000/4704/Debug.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
_Debug() ;// start debugging... For $i = 0 To 100 Step 10 _Debug('$i: ' & $i) Next _Debug() ;// end debugging... Func _Debug($msg = '', $ShowWin = False, $Prefix = True) Local $DebugHwnd, $Start = False $DebugHwnd = GlobalVarsRead('DebugHwnd', @ScriptName) If $DebugHwnd <> "" Then $DebugHwnd = Hwnd...
30.729412
100
0.616386
307b98d202dcc1ac7e75baef0b82cb478dc21810
18,821
au3
AutoIt
Parser.au3
Grey-Echo/SlateGenerator2
d45d6348b5f98c46a83b3a2cbd6666132b0c4d82
[ "MIT" ]
null
null
null
Parser.au3
Grey-Echo/SlateGenerator2
d45d6348b5f98c46a83b3a2cbd6666132b0c4d82
[ "MIT" ]
null
null
null
Parser.au3
Grey-Echo/SlateGenerator2
d45d6348b5f98c46a83b3a2cbd6666132b0c4d82
[ "MIT" ]
null
null
null
; This file include every function strictly related to the parsing of data in .lua files ; Get the first comment block after $CarretPos ; We will also grab function declaration if possible/applicable ; The return is a Array : CarretPosition|BlockContent|Declaration|CarretPositionStart Func ReadNextBlock($File, $Carret...
40.915217
155
0.650656
1f91f67b42c49b451a73d1cb1b9bf35652d30023
2,320
au3
AutoIt
Attachments/37K-38K/7000-8000/37869/vxpgs3b.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
3
2021-01-19T19:13:50.000Z
2021-06-20T15:29:16.000Z
Attachments/37K-38K/7000-8000/37869/vxpgs3b.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
Attachments/37K-38K/7000-8000/37869/vxpgs3b.au3
YehudaEi/AutoIt-Attachment
f42d2a1316934f8bf16c606b228350f7fd84d76d
[ "MIT" ]
null
null
null
#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form=gender select.kxf $Form2 = GUICreate("Select Gender", 279, 213, 361, 262) GUISetBkColor(0xA0A0A4) $GroupBox1 = GUICtrlCreateGroup("", 24, 1, 233, 193) GUICtrlSetBkColor(-1, 0xA0A0A4) ...
38.666667
113
0.731466
dd0816ae7b989f1ab189aec4516de38dbe0e2181
52,749
au3
AutoIt
AutoitBeginnerTutorial/DotNet/Includes/DotNetAll.au3
hardikeprajapati/AutoITBeginner
b909fb2aab7710967be4857b400e4b34aa6d9773
[ "MIT" ]
null
null
null
AutoitBeginnerTutorial/DotNet/Includes/DotNetAll.au3
hardikeprajapati/AutoITBeginner
b909fb2aab7710967be4857b400e4b34aa6d9773
[ "MIT" ]
null
null
null
AutoitBeginnerTutorial/DotNet/Includes/DotNetAll.au3
hardikeprajapati/AutoITBeginner
b909fb2aab7710967be4857b400e4b34aa6d9773
[ "MIT" ]
null
null
null
#include-once ; #################################################################################################### ; ### ### ; ### Variant.au3 ...
43.920899
237
0.615538
c569653a3d1c9737088fadfa2ffdb49f2d3b8d0a
1,231
au3
AutoIt
windows-dependencies/autoit/Examples/Helpfile/_Date_Time_SetSystemTimeAdjustment.au3
OakNinja/dataloader
145ad92e72d17db897f7293c608dc35dec109cc5
[ "BSD-3-Clause" ]
1
2016-08-30T09:16:50.000Z
2016-08-30T09:16:50.000Z
windows-dependencies/autoit/Examples/Helpfile/_Date_Time_SetSystemTimeAdjustment.au3
OakNinja/dataloader
145ad92e72d17db897f7293c608dc35dec109cc5
[ "BSD-3-Clause" ]
1
2020-08-30T09:33:02.000Z
2020-08-30T09:33:02.000Z
windows-dependencies/autoit/Examples/Helpfile/_Date_Time_SetSystemTimeAdjustment.au3
OakNinja/dataloader
145ad92e72d17db897f7293c608dc35dec109cc5
[ "BSD-3-Clause" ]
1
2021-07-27T06:05:48.000Z
2021-07-27T06:05:48.000Z
#include <Date.au3> #include <WinAPI.au3> ; Under Vista the Windows API "SetSystemTimeAdjustment" may be rejected due to system security _Main() Func _Main() Local $aInfo ; Open the clock so we can watch the fun Run("RunDll32.exe shell32.dll,Control_RunDLL timedate.cpl") WinWaitActive("[CLASS:#32770]") ; Get ...
28.627907
103
0.735175
0e47f3249c682cecb2eb6c609056caf3b08d52dd
2,542
awk
Awk
nvim/bundle/vimpager/prototypes/uudecode_gawk.awk
a8r5o/mac_solarized
1e068c572f99d20b226a51a89641b5d8a27db232
[ "MIT" ]
3
2015-03-31T18:36:18.000Z
2019-03-28T00:39:12.000Z
nvim/bundle/vimpager/prototypes/uudecode_gawk.awk
a8r5o/mac_solarized
1e068c572f99d20b226a51a89641b5d8a27db232
[ "MIT" ]
null
null
null
nvim/bundle/vimpager/prototypes/uudecode_gawk.awk
a8r5o/mac_solarized
1e068c572f99d20b226a51a89641b5d8a27db232
[ "MIT" ]
1
2015-12-11T10:23:48.000Z
2015-12-11T10:23:48.000Z
#!/bin/sh # uudecode in GNU awk (and some others, like OpenBSD) decodes stdin to stdout # # Copyright (c) 2015, Rafael Kitover <rkitover@gmail.com> # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of...
31.382716
84
0.641621
fa6e4e7dc0fb3996290852caacc0de2f233c7b20
740
awk
Awk
src/bio/vcf/vep/vep2tabular.awk
lindenb/awk-sandbox
4762203e812e7f3fec538b3d8af6749cf3d9637e
[ "Apache-2.0" ]
1
2016-01-14T23:30:49.000Z
2016-01-14T23:30:49.000Z
src/bio/vcf/vep/vep2tabular.awk
lindenb/awk-sandbox
4762203e812e7f3fec538b3d8af6749cf3d9637e
[ "Apache-2.0" ]
null
null
null
src/bio/vcf/vep/vep2tabular.awk
lindenb/awk-sandbox
4762203e812e7f3fec538b3d8af6749cf3d9637e
[ "Apache-2.0" ]
1
2018-09-01T21:37:30.000Z
2018-09-01T21:37:30.000Z
## shows the VEP annotations in a VCF BEGIN { FS=" "; } /^##INFO=<ID=CSQ,/ { i= index($0,"Format: "); header= substr($0,i+8); i= index(header,"\""); header= substr(header,1,i-1); ncols = split(header,columns,"|"); next; } /^#CHROM/ { printf("#CHROM\tPOS\tID"); for(i=1;i<=ncols;++i) printf("\t%s",columns[i])...
20
72
0.506757
e2d08a342b9ec73f262c0971522372fc7e51b0e9
20,308
awk
Awk
source/pkgsrc/mk/scripts/genreadme.awk
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
1
2021-11-20T22:46:39.000Z
2021-11-20T22:46:39.000Z
source/pkgsrc/mk/scripts/genreadme.awk
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
source/pkgsrc/mk/scripts/genreadme.awk
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
#!/usr/bin/awk -f # $NetBSD: genreadme.awk,v 1.49 2021/04/05 10:32:38 nia Exp $ # # Copyright (c) 2002-2021 The NetBSD Foundation, Inc. # All rights reserved. # # This code is derived from software contributed to The NetBSD Foundation # by Dan McMahill. # # Redistribution and use in source and binary forms, with or wit...
28.049724
164
0.582923
2ba1e4badfe81e735b3272a123b45bfca0bad535
17
awk
Awk
Task/Read-a-file-line-by-line/AWK/read-a-file-line-by-line-2.awk
LaudateCorpus1/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Read-a-file-line-by-line/AWK/read-a-file-line-by-line-2.awk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
null
null
null
Task/Read-a-file-line-by-line/AWK/read-a-file-line-by-line-2.awk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
awk '1' filename
8.5
16
0.705882
7e4f1a545d0c5219748f3fe5499ed3e666b38f3f
1,030
awk
Awk
tools/system_select.awk
GadgetSeed/gadgetseed
a2abb702ac00b591e22997d81830e6cbc83f6ac2
[ "MIT" ]
7
2018-08-05T07:09:12.000Z
2022-03-24T16:09:01.000Z
tools/system_select.awk
GadgetSeed/gadgetseed
a2abb702ac00b591e22997d81830e6cbc83f6ac2
[ "MIT" ]
null
null
null
tools/system_select.awk
GadgetSeed/gadgetseed
a2abb702ac00b591e22997d81830e6cbc83f6ac2
[ "MIT" ]
null
null
null
BEGIN { printf("*** Select target system ***\n"); num = 1; } { desc = ""; sysname = ""; cmd = sprintf("cat $SYSCONF_DIR/%s | grep ^@description | cut -d ' ' -f 2-", $1); cmd | getline desc; close(cmd); cmd = sprintf("cat $SYSCONF_DIR/%s | grep ^@system | cut -d ' ' -f 2-", $1); cmd | getline sysname; close(...
23.953488
133
0.565049
b9fda4d1a27458793432b3037820a44a12a565ff
769
awk
Awk
fixedWidth2csv.awk
bobpreston/TotalAccess
cc120c3e7d4f11348692ab8b554ad20d3be84629
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
fixedWidth2csv.awk
bobpreston/TotalAccess
cc120c3e7d4f11348692ab8b554ad20d3be84629
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
fixedWidth2csv.awk
bobpreston/TotalAccess
cc120c3e7d4f11348692ab8b554ad20d3be84629
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
BEGIN { FS = "[\t]"; # Tell compiler that this is an array. widths[0]; createListArray(widths, 0, 6, 2, 2, 2, 10, 2, 10, 3, 24, 3, 2, 3, 3, 1, 8, 2, 3, 8, 10, 10, 10, 4, 3); } # Parse each fixed width line. { $0 = parseFixedLine($0, widths); } # Check for vali...
20.236842
110
0.355007
97ba0bf25fd04b55ae9dfd430ba356d94fec8cb4
112
awk
Awk
awk/looptest.awk
kentarchie/TawkingAwk
63b6b67baaedc7fadb39cbab9363be8cd2446ac9
[ "MIT" ]
null
null
null
awk/looptest.awk
kentarchie/TawkingAwk
63b6b67baaedc7fadb39cbab9363be8cd2446ac9
[ "MIT" ]
null
null
null
awk/looptest.awk
kentarchie/TawkingAwk
63b6b67baaedc7fadb39cbab9363be8cd2446ac9
[ "MIT" ]
null
null
null
gawk ' BEGIN { arr[5] = 5; arr[1] = 1; arr[6] = 6; arr["six"] = "six"; for(i in arr) print i, arr[i]; } '
11.2
31
0.464286
8610b0d1db315fb5746c773eb8dac0e32dbb5424
368
awk
Awk
scripts/Cluster_classification/evalue_06_filter.awk
functional-dark-side/functional-dark-side.github.io
bd6a7baee234079afa45598aeb6f3cbbdd1485f6
[ "Apache-2.0" ]
4
2020-07-01T23:38:46.000Z
2020-07-02T19:30:11.000Z
scripts/Cluster_classification/evalue_06_filter.awk
functional-dark-side/functional-dark-side.github.io
bd6a7baee234079afa45598aeb6f3cbbdd1485f6
[ "Apache-2.0" ]
3
2020-06-05T04:35:40.000Z
2021-05-24T16:42:58.000Z
scripts/Cluster_classification/evalue_06_filter.awk
functional-dark-side/functional-dark-side.github.io
bd6a7baee234079afa45598aeb6f3cbbdd1485f6
[ "Apache-2.0" ]
1
2020-09-30T12:50:08.000Z
2020-09-30T12:50:08.000Z
#!/bin/awk -f # if the results from the search were coverted to a flat file with convertalis (if converted with createtsv the e-value column is $5) { if ($1 in array) { A=array[$1] L=(log($11)/log(10)); if(L <= A) { print $0; } }else{ L=0.6*(log($11)/log(10)); ...
21.647059
133
0.48913
06a00fdedc950dd3cf5c7dd78f4d2de38210ba0d
171
awk
Awk
src/czinspect/tools/genhelp-h.awk
magnostherobot/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
5
2019-04-02T00:56:01.000Z
2022-03-11T06:33:52.000Z
src/czinspect/tools/genhelp-h.awk
aly202012/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
4
2018-09-14T10:00:09.000Z
2019-05-03T19:14:38.000Z
src/czinspect/tools/genhelp-h.awk
aly202012/czi-tools
e6fe3f2e078ba794f3dcadabea4265b9ecc9ba7b
[ "BSD-2-Clause" ]
2
2020-11-16T20:46:47.000Z
2021-03-31T12:49:16.000Z
#!/usr/bin/env awk -f BEGIN { OFS=""; } { print "extern char _binary_helptxt_", $1, "_start[];"; } { print "extern char _binary_helptxt_", $1, "_end[];"; }
12.214286
58
0.555556
ceb42e63b3f5dc484bc3885a63d6f854bede34fc
957
awk
Awk
script.awk
welaika/Sublime-Text-2-Compass-Mixins
64693182cee8f30b639871fbab8165bd103c3fa8
[ "MIT", "Unlicense" ]
null
null
null
script.awk
welaika/Sublime-Text-2-Compass-Mixins
64693182cee8f30b639871fbab8165bd103c3fa8
[ "MIT", "Unlicense" ]
1
2015-01-08T09:29:40.000Z
2015-01-08T09:29:40.000Z
script.awk
welaika/Sublime-Text-2-Compass-Mixins
64693182cee8f30b639871fbab8165bd103c3fa8
[ "MIT", "Unlicense" ]
null
null
null
#!/usr/bin/gawk -f function trim(v) { gsub(/^[ \t]+|[ \t]+$/, "", v) return v } function remove_boundaries(v) { if (substr(v, 1, 1) == "(") { len = length(v) v = substr(v, 2, len-2) } return v; } function escape_chars(v) { gsub(/[$]/, "\\\\$", v) return v } function replace_double_quotes(v) ...
15.435484
72
0.484848
f6dc2f7b7a702dfcefe5316eb1cb9d76d5b1408e
211
awk
Awk
printscan/print/drivers/usermode/gpdres/epepcres/etc/escp22.awk
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
printscan/print/drivers/usermode/gpdres/epepcres/etc/escp22.awk
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
printscan/print/drivers/usermode/gpdres/epepcres/etc/escp22.awk
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/rcNameID/ || /OptionID/ { if ($2 !~ /^[0-9]/) { print; next } if ($2 >= 258 && $2 <= 274) id=$2 + 22; else { print "*Error: Unknown NameID: " $2; next } print " " $1 " " id next } { print }
23.444444
52
0.445498
92210e2a4178b7ce7c5882fd715b89db103b7e89
3,674
awk
Awk
netctl/bin/pipe.awk
serhepopovych/repipe
88663259ef206d0667e337041b46722f6b231ae1
[ "MIT" ]
null
null
null
netctl/bin/pipe.awk
serhepopovych/repipe
88663259ef206d0667e337041b46722f6b231ae1
[ "MIT" ]
null
null
null
netctl/bin/pipe.awk
serhepopovych/repipe
88663259ef206d0667e337041b46722f6b231ae1
[ "MIT" ]
null
null
null
#!/usr/bin/gawk -f # Source USRXML database parsing library. @include "@target@/netctl/lib/awk/libusrxml.awk" ################################################################################ BEGIN{ ## ## Initialize user database parser. ## h = init_usrxml_parser("pipe.awk", 1); if (h < 0) exit 1; } { ## ##...
21.114943
80
0.551715
67fe86182e0347b092a43bb8b6db359750d22393
423
awk
Awk
include/refs.awk
djanderson/aho
9dd85bb457551bc5e6a4ef7089b254990e122b26
[ "MIT" ]
170
2021-06-11T14:42:57.000Z
2022-02-15T10:23:55.000Z
include/refs.awk
djanderson/aho
9dd85bb457551bc5e6a4ef7089b254990e122b26
[ "MIT" ]
null
null
null
include/refs.awk
djanderson/aho
9dd85bb457551bc5e6a4ef7089b254990e122b26
[ "MIT" ]
5
2021-10-07T12:52:45.000Z
2021-12-11T17:18:38.000Z
@namespace "refs" BEGIN { Dir = path::AhoDir "/refs" } function init(directory, path) { if (!directory) { print "Must pass directory to init" > "/dev/stderr" return 1 } path = directory "/refs" return system("mkdir -p " path "/heads " path "/tags") } function set_head(branch...
16.269231
59
0.579196
6c190bbf271d7ff0edfa9817e71cee2821eab5cb
1,417
awk
Awk
cloakx/extract_analysis.awk
skarami/cloakx
a6d0b808b5cfa665a1328c49931511d57f8aa6a7
[ "BSD-2-Clause" ]
2
2020-08-20T14:11:14.000Z
2021-04-12T08:11:57.000Z
cloakx/extract_analysis.awk
sefcom/cloakx
a6d0b808b5cfa665a1328c49931511d57f8aa6a7
[ "BSD-2-Clause" ]
null
null
null
cloakx/extract_analysis.awk
sefcom/cloakx
a6d0b808b5cfa665a1328c49931511d57f8aa6a7
[ "BSD-2-Clause" ]
1
2021-02-22T00:23:12.000Z
2021-02-22T00:23:12.000Z
BEGIN{ cur_id=""; skip=0; total=0; anal=0; excep=0; timeout=0; js_files=0; complete=0; quad1=0; quad2=0; quad3=0; noexceps=0; num_anal=0; } { js_files++; if ($4=="Analysis") { skip+= $26; anal+=$24; total+=$28; } if ($4=="Exception"){ excep+=1; } if ($5=="T...
21.149254
159
0.520819
d6d02adf198799b85b54fd110eb8a0758111f916
2,360
awk
Awk
day2.awk
nikicoon/adventofcode-2019
c9f7b7f921debda299fc0100dc73a517e8114986
[ "BSD-2-Clause" ]
null
null
null
day2.awk
nikicoon/adventofcode-2019
c9f7b7f921debda299fc0100dc73a517e8114986
[ "BSD-2-Clause" ]
null
null
null
day2.awk
nikicoon/adventofcode-2019
c9f7b7f921debda299fc0100dc73a517e8114986
[ "BSD-2-Clause" ]
null
null
null
# an opcode is an integer followed by 3 other integers # an opcode sequence consists of 4 integers # valid opcodes are: # opcode "1" adds up # opcode "2" multiplies # opcode 99 means "program is finished, immediately halt" # everything else is is an (indication for an) error (?) # opcodes operate on the entire record #...
26.516854
69
0.510593
5d222a65240fcae2b68751037b92cb6483a83cc8
162
awk
Awk
scripts/awk/count_word.awk
chenmingqiang/ReadingNotes
b45a84be9ce5eb30ec6e4ef22abbdade93c554f5
[ "MIT" ]
null
null
null
scripts/awk/count_word.awk
chenmingqiang/ReadingNotes
b45a84be9ce5eb30ec6e4ef22abbdade93c554f5
[ "MIT" ]
null
null
null
scripts/awk/count_word.awk
chenmingqiang/ReadingNotes
b45a84be9ce5eb30ec6e4ef22abbdade93c554f5
[ "MIT" ]
null
null
null
#!/usr/bin/awk -f BEGIN { total = 0; FS=" "; } { total += NF; print "line", FNR, " : ",NF, "words" } END { print "total : ", total }
10.125
40
0.41358
c0993e65ea873d77404c73476809d36793dfe664
4,982
awk
Awk
android-ndk-r10b/build/awk/extract-debuggable.awk
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
1
2019-07-10T15:21:02.000Z
2019-07-10T15:21:02.000Z
android-ndk-r10b/build/awk/extract-debuggable.awk
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
null
null
null
android-ndk-r10b/build/awk/extract-debuggable.awk
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
1
2019-02-25T11:55:44.000Z
2019-02-25T11:55:44.000Z
# Copyright (C) 2010 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
36.364964
86
0.538739
1ae21e1f4f1252acec037a5906c13d1184041e04
58
bat
Batchfile
directshow/Lightpack-filter-gui/run.bat
matthewn4444/Lightpack-Filter-and-API
b4cd7d448f12a111ebf8a8b55338a2d75e120517
[ "MIT-0" ]
9
2015-01-29T02:26:58.000Z
2019-11-20T03:16:16.000Z
directshow/Lightpack-filter-gui/run.bat
matthewn4444/Lightpack-Filter-and-API
b4cd7d448f12a111ebf8a8b55338a2d75e120517
[ "MIT-0" ]
7
2015-07-31T15:56:10.000Z
2017-11-05T22:18:02.000Z
directshow/Lightpack-filter-gui/run.bat
matthewn4444/Lightpack-Filter-and-API
b4cd7d448f12a111ebf8a8b55338a2d75e120517
[ "MIT-0" ]
null
null
null
@echo off call "compile.bat" start ../../Release/nw.exe
9.666667
26
0.655172
1aa8718d51118ffc55aa410c7552608ad97b6f34
49
cmd
Batchfile
code/Nuget/build.cmd
IgorKorytko/speak.theming
bcb2257d01107d7934c9443a0c3a93eb9518eec3
[ "MIT" ]
1
2017-07-11T17:36:47.000Z
2017-07-11T17:36:47.000Z
code/Nuget/build.cmd
ogojack/speak.theming
bcb2257d01107d7934c9443a0c3a93eb9518eec3
[ "MIT" ]
1
2021-02-26T11:08:24.000Z
2021-02-26T11:08:24.000Z
code/Nuget/build.cmd
ogojack/speak.theming
bcb2257d01107d7934c9443a0c3a93eb9518eec3
[ "MIT" ]
2
2017-05-03T15:04:01.000Z
2021-02-26T11:07:54.000Z
nuget pack Sitecore.Speak.TypeScript.nuspec pause
24.5
43
0.877551
c3eabddbfa2a31491d2339636a56161fe2ca0873
3,405
bat
Batchfile
make.bat
knu2xs/oil-pad-deep-learning-demonstration
127307d41f701c23bafa6be9f4e1d16bb23af64d
[ "Apache-2.0" ]
null
null
null
make.bat
knu2xs/oil-pad-deep-learning-demonstration
127307d41f701c23bafa6be9f4e1d16bb23af64d
[ "Apache-2.0" ]
null
null
null
make.bat
knu2xs/oil-pad-deep-learning-demonstration
127307d41f701c23bafa6be9f4e1d16bb23af64d
[ "Apache-2.0" ]
null
null
null
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: LICENSING : ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Copyright 2020 Esri :: :: Licensed under the Apache License, Version...
30.132743
87
0.537739
c49121f52c1e7686e6f9f05854abed2851d28c1d
247
cmd
Batchfile
src/condor_tests/job_rsc_fcntl_std.cmd
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
2
2018-06-18T23:11:20.000Z
2021-01-11T06:30:00.000Z
src/condor_tests/job_rsc_fcntl_std.cmd
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
1
2021-04-06T04:19:40.000Z
2021-04-06T04:19:40.000Z
src/condor_tests/job_rsc_fcntl_std.cmd
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
2
2017-11-09T01:42:58.000Z
2020-07-14T20:20:05.000Z
universe = standard Executable = job_rsc_fcntl_std.cndr.exe.$$(OPSYS).$$(ARCH) output = job_rsc_fcntl_std.out error = job_rsc_fcntl_std.err log = job_rsc_fcntl_std.log arguments = -_condor_aggravate_bugs priority = 0 Notification = Never queue
20.583333
58
0.789474
d829f63fe6e1b18c814f3d42b0641427cb4337d1
101
bat
Batchfile
start-local.bat
uid4oe/go-microservices-with-grpc
06e8750adfb7411b8ab93c8ac73d1262213403ff
[ "MIT" ]
120
2021-08-16T21:44:58.000Z
2022-03-31T13:27:55.000Z
start-local.bat
uid4oe/go-microservices-with-grpc
06e8750adfb7411b8ab93c8ac73d1262213403ff
[ "MIT" ]
null
null
null
start-local.bat
uid4oe/go-microservices-with-grpc
06e8750adfb7411b8ab93c8ac73d1262213403ff
[ "MIT" ]
8
2021-08-21T22:01:38.000Z
2022-02-15T11:34:12.000Z
cd bff start go run main.go cd .. cd user start go run main.go cd .. cd advice start go run main.go
11.222222
20
0.70297
67d419e433ab9ee997e10828c2d2cee4e011ab43
2,701
bat
Batchfile
NuGet/Pack.bat
X10sions/linq2db
14c22fb51ce2ab80c7a5aa3ba2e52559f5d207ae
[ "MIT" ]
2,291
2015-01-08T20:09:35.000Z
2022-03-30T07:05:17.000Z
NuGet/Pack.bat
X10sions/linq2db
14c22fb51ce2ab80c7a5aa3ba2e52559f5d207ae
[ "MIT" ]
2,761
2015-01-05T05:28:18.000Z
2022-03-31T21:05:21.000Z
NuGet/Pack.bat
X10sions/linq2db
14c22fb51ce2ab80c7a5aa3ba2e52559f5d207ae
[ "MIT" ]
514
2015-01-08T15:04:06.000Z
2022-03-24T20:43:02.000Z
rmdir ..\BuiltNuGet\built /S /Q md ..\BuiltNuGet\built IF [%1] EQU [snupkg] ( nuget.exe Pack ..\BuiltNuGet\linq2db.nuspec -OutputDirectory ..\BuiltNuGet\built -Symbols -SymbolPackageFormat snupkg nuget.exe Pack ..\BuiltNuGet\linq2db.AspNet.nuspec -OutputDirectory ..\BuiltNuGet\built -Symbols -SymbolPackageFormat snupk...
75.027778
124
0.805998
ce3a4dc2a986959f2d235956318c5475c1ce27d2
126
cmd
Batchfile
aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/odata-actions-and-functions/samples/sample7.cmd
crowchirp/aspnet-docs
68bd479a394f6660934c9560821c70ad831d0ef7
[ "CC-BY-4.0", "MIT" ]
159
2020-02-20T05:22:34.000Z
2022-03-29T12:07:40.000Z
aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/odata-actions-and-functions/samples/sample7.cmd
crowchirp/aspnet-docs
68bd479a394f6660934c9560821c70ad831d0ef7
[ "CC-BY-4.0", "MIT" ]
130
2020-02-20T15:57:30.000Z
2022-03-25T03:49:08.000Z
aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/odata-actions-and-functions/samples/sample7.cmd
crowchirp/aspnet-docs
68bd479a394f6660934c9560821c70ad831d0ef7
[ "CC-BY-4.0", "MIT" ]
672
2020-02-20T07:49:28.000Z
2022-03-31T13:37:20.000Z
POST http://localhost/Products(1)/ProductService.Rate HTTP/1.1 Content-Type: application/json Content-Length: 12 {"Rating":5}
25.2
62
0.777778
cd3ba5d439db431b519bceb24b3f933841c65dfd
270
bat
Batchfile
Set_Keys.bat
voidgraph/OpenSSLHelper
7192c1cecd5fba4c716d091f2780915b8b563152
[ "MIT" ]
null
null
null
Set_Keys.bat
voidgraph/OpenSSLHelper
7192c1cecd5fba4c716d091f2780915b8b563152
[ "MIT" ]
null
null
null
Set_Keys.bat
voidgraph/OpenSSLHelper
7192c1cecd5fba4c716d091f2780915b8b563152
[ "MIT" ]
null
null
null
:: file name of AES-256 (Hex format) in Keys/ dir set AES_ENC_KEY=AES_256.hex :: file name of RSA private key (PEM format) in Keys/ dir set RSA_SIGN_KEY=PRIVATE_RSA_4096.pem :: file name of RSA public key (PEM format) in Keys/ dir set RSA_VERIFY_KEY=PUBLIC_RSA_4096.pem
45
57
0.77037
a0c224d2a254f8dbf13aedcd3ffd42e06934bd7e
55
cmd
Batchfile
scripts/extract-and-upload.cmd
Kefff/TotovBuilder.ResourcesExtractor
1da6703c5c9343431edb528bef0c731151af11dd
[ "MIT" ]
null
null
null
scripts/extract-and-upload.cmd
Kefff/TotovBuilder.ResourcesExtractor
1da6703c5c9343431edb528bef0c731151af11dd
[ "MIT" ]
null
null
null
scripts/extract-and-upload.cmd
Kefff/TotovBuilder.ResourcesExtractor
1da6703c5c9343431edb528bef0c731151af11dd
[ "MIT" ]
null
null
null
..\publish\TotovBuilder.ResourcesExtractor.exe -u pause
27.5
49
0.836364
789e7f1b7e8666f6db0b0b46eef555ca299811a4
145
bat
Batchfile
vioserial/buildAll.bat
kostyanf14/kvm-guest-drivers-windows
44dcbda7200489316828ce078349f012de2a7da3
[ "BSD-3-Clause" ]
982
2017-02-15T13:50:13.000Z
2022-03-31T12:19:54.000Z
vioserial/buildAll.bat
kostyanf14/kvm-guest-drivers-windows
44dcbda7200489316828ce078349f012de2a7da3
[ "BSD-3-Clause" ]
373
2017-02-15T13:43:58.000Z
2022-03-31T12:13:07.000Z
vioserial/buildAll.bat
kostyanf14/kvm-guest-drivers-windows
44dcbda7200489316828ce078349f012de2a7da3
[ "BSD-3-Clause" ]
219
2017-02-21T19:09:04.000Z
2022-03-11T12:53:07.000Z
@echo off call ..\tools\build.bat vioser.sln "Win8 Win10" %* if errorlevel 1 goto :eof call ..\tools\build.bat sys\vioser.vcxproj "Win10_SDV" %*
29
57
0.717241
633f1afa2d48daf49c70a5334e83600c8501f048
146
bat
Batchfile
manual-testing/issues/61/06_test-issue-61.bat
semantic-conflicts/elasticsearch-river-mongodb
d778375a349f70968a7fe4f6e50b461234eac06e
[ "Apache-2.0" ]
630
2015-01-01T22:05:23.000Z
2022-03-31T13:58:45.000Z
manual-testing/issues/61/06_test-issue-61.bat
semantic-conflicts/elasticsearch-river-mongodb
d778375a349f70968a7fe4f6e50b461234eac06e
[ "Apache-2.0" ]
157
2015-01-01T10:34:01.000Z
2021-04-16T07:49:48.000Z
manual-testing/issues/61/06_test-issue-61.bat
semantic-conflicts/elasticsearch-river-mongodb
d778375a349f70968a7fe4f6e50b461234eac06e
[ "Apache-2.0" ]
172
2015-01-03T01:32:05.000Z
2022-03-31T13:58:47.000Z
%MONGO_HOME%\bin\mongo --port 27018 local -u local -p local < test-issue-61.js pause curl -XGET localhost:9200/mydb61/_search?q=firstName:John-61
36.5
78
0.767123
6bdf3fcc0d2130b02886ecb290202b993da68974
308
bat
Batchfile
Feather/funWithRotaryEncoders/undeploy.bat
jquintus/PiProject
a11845ee52a7ef90b3951a6f7d101c5230bce577
[ "MIT" ]
1
2021-07-18T03:39:59.000Z
2021-07-18T03:39:59.000Z
Feather/funWithRotaryEncoders/undeploy.bat
jquintus/PiProject
a11845ee52a7ef90b3951a6f7d101c5230bce577
[ "MIT" ]
9
2019-04-20T20:04:53.000Z
2020-03-02T00:27:44.000Z
Feather/funWithRotaryEncoders/undeploy.bat
jquintus/PiProject
a11845ee52a7ef90b3951a6f7d101c5230bce577
[ "MIT" ]
null
null
null
@ECHO OFF REM ************************************ REM Pulls the code file from the board REM REM This is useful if you've been writing REM and debugging code directly to a REM CircuitPython board and now want REM to check it in to git REM ************************************ copy /Y d:\code.py .\code.py
25.666667
41
0.577922
54409368e23771b345b2d8a944c12ee6f7b1ec7f
643
bat
Batchfile
testbed/build.bat
Bizubani/ZeitGeist
b3675775a328ed1c41caf58e50374dede2d07d30
[ "Apache-2.0" ]
null
null
null
testbed/build.bat
Bizubani/ZeitGeist
b3675775a328ed1c41caf58e50374dede2d07d30
[ "Apache-2.0" ]
null
null
null
testbed/build.bat
Bizubani/ZeitGeist
b3675775a328ed1c41caf58e50374dede2d07d30
[ "Apache-2.0" ]
null
null
null
REM Build script for the Zeit Geist tester. Will be replaced with cmake in the future @ECHO OFF REM Force variables to wait till execution time to give their values SetLocal EnableDelayedExpansion REM Get a list of all the .c files SET cFilenames= FOR /R %%f in (*.c) do ( SET cFilenames=!cFilenames! %%f ) ECHO...
29.227273
98
0.741835
af7e800b12f0ed817a6922d7cd97dc4f563e6beb
235
bat
Batchfile
bicycles-api/collections/runners/bicyclesCollectionRunner.bat
alejandroquintero/testBicico
3a27eb74759396709f37d55d35e44706b9fabb5b
[ "MIT" ]
null
null
null
bicycles-api/collections/runners/bicyclesCollectionRunner.bat
alejandroquintero/testBicico
3a27eb74759396709f37d55d35e44706b9fabb5b
[ "MIT" ]
null
null
null
bicycles-api/collections/runners/bicyclesCollectionRunner.bat
alejandroquintero/testBicico
3a27eb74759396709f37d55d35e44706b9fabb5b
[ "MIT" ]
null
null
null
newman run C:\Users\Asistente\Documents\NetBeansProjects\bicico\bicycles-api\collections\postman_collectionBicycle.json -e C:\Users\Asistente\Documents\NetBeansProjects\bicico\bicycles-api\collections\postman_env.json --disable-unicode
235
235
0.868085
8b4ad310a922e07f3505a9370ff1b04e86a8ba61
71
bat
Batchfile
tests/resources/jmeter/jmeter-loader.bat
IamSaurabh1/taurus
928d44e30e6cd5b979e675bfdce4c1dbeb5d0eff
[ "Apache-2.0" ]
1,743
2015-03-30T20:56:03.000Z
2022-03-31T09:08:37.000Z
tests/resources/jmeter/jmeter-loader.bat
IamSaurabh1/taurus
928d44e30e6cd5b979e675bfdce4c1dbeb5d0eff
[ "Apache-2.0" ]
1,159
2015-04-01T08:25:53.000Z
2022-03-29T08:15:31.000Z
tests/resources/jmeter/jmeter-loader.bat
IamSaurabh1/taurus
928d44e30e6cd5b979e675bfdce4c1dbeb5d0eff
[ "Apache-2.0" ]
497
2015-03-31T21:05:18.000Z
2022-03-17T12:45:21.000Z
echo off set JMETER_PATH=%~dp0 python %JMETER_PATH%/jmeter-fake.py %*
14.2
38
0.746479
34d899a3dc15b2f101f07f43847c2a1507c30ea2
57
bat
Batchfile
recipe/deactivate.bat
conda-forge/khronos-opencl-icd-loader-feedstock
3299cfe46f0852770440a38678c60f7ddfa4d527
[ "BSD-3-Clause" ]
null
null
null
recipe/deactivate.bat
conda-forge/khronos-opencl-icd-loader-feedstock
3299cfe46f0852770440a38678c60f7ddfa4d527
[ "BSD-3-Clause" ]
27
2016-12-16T01:38:27.000Z
2022-01-04T23:53:57.000Z
recipe/deactivate.bat
conda-forge/khronos-opencl-icd-loader-feedstock
3299cfe46f0852770440a38678c60f7ddfa4d527
[ "BSD-3-Clause" ]
4
2016-11-03T13:56:32.000Z
2020-09-29T18:47:23.000Z
set "OCL_ICD_FILENAMES=%OCL_ICD_FILENAMES_CONDA_BACKUP%"
28.5
56
0.877193
e6440659692171268d6e8059d8265d31cf98cc3d
100
bat
Batchfile
install.bat
cnsheds/TitanHide
7651c6da28604f56597f6605c76a26ec190a6752
[ "MIT" ]
1,279
2016-06-28T19:17:37.000Z
2022-03-29T02:43:01.000Z
install.bat
cnsheds/TitanHide
7651c6da28604f56597f6605c76a26ec190a6752
[ "MIT" ]
60
2016-07-04T18:27:24.000Z
2021-09-11T08:12:48.000Z
install.bat
cnsheds/TitanHide
7651c6da28604f56597f6605c76a26ec190a6752
[ "MIT" ]
72
2016-07-23T00:39:49.000Z
2022-01-19T05:08:55.000Z
@echo off echo Run this to install the auto-format hook. copy hooks\pre-commit .git\hooks\pre-commit
33.333333
46
0.79
046bf8b0c51aceaba62f134c3c3fbfd570e46122
124
bat
Batchfile
src/main/scala/progscala2/toolslibs/secho.bat
oldbig/prog-scala-2nd-ed-code-examples
376ae743c3c77888a125ae351a5a3702fc73067c
[ "Apache-2.0" ]
3
2021-06-04T06:44:05.000Z
2021-07-25T01:20:59.000Z
src/main/scala/progscala2/toolslibs/secho.bat
oldbig/prog-scala-2nd-ed-code-examples
376ae743c3c77888a125ae351a5a3702fc73067c
[ "Apache-2.0" ]
null
null
null
src/main/scala/progscala2/toolslibs/secho.bat
oldbig/prog-scala-2nd-ed-code-examples
376ae743c3c77888a125ae351a5a3702fc73067c
[ "Apache-2.0" ]
1
2021-06-01T14:21:11.000Z
2021-06-01T14:21:11.000Z
::#! @echo off call scala %0 %* goto :eof ::!# print("You entered: ") argv.toList foreach { s => format("%s ", s) } println
13.777778
45
0.580645
2d1125cd76f46b71a9f69a085888d20944c925e0
75
bat
Batchfile
Deprecated/SoarPre8.6/soar/start-soar.bat
sleyzerzon/soar
74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71
[ "Unlicense" ]
1
2016-04-01T04:02:28.000Z
2016-04-01T04:02:28.000Z
Deprecated/SoarPre8.6/soar/start-soar.bat
sleyzerzon/soar
74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71
[ "Unlicense" ]
null
null
null
Deprecated/SoarPre8.6/soar/start-soar.bat
sleyzerzon/soar
74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71
[ "Unlicense" ]
null
null
null
@echo off start ..\tcl-8.4.6\bin\wish84.exe init-soar-auto-create-agent.tcl
37.5
65
0.746667
461251773f953b184cd6bcd06895466843a822b8
27
bat
Batchfile
setup/get_id.bat
joshuadave143/vskdj
ec28494f94091c4ae91201cc116043c4ac9af44b
[ "MIT" ]
null
null
null
setup/get_id.bat
joshuadave143/vskdj
ec28494f94091c4ae91201cc116043c4ac9af44b
[ "MIT" ]
null
null
null
setup/get_id.bat
joshuadave143/vskdj
ec28494f94091c4ae91201cc116043c4ac9af44b
[ "MIT" ]
null
null
null
::@echo off ipconfig pause
6.75
11
0.740741
69b5dc064415dd2367fe7df2cc290bb5041fd8da
922
bat
Batchfile
env.example.bat
LVGwing/DT-TEST-01
cef4e812f6fbedd14a67ef34089c84eb244670ef
[ "MIT" ]
null
null
null
env.example.bat
LVGwing/DT-TEST-01
cef4e812f6fbedd14a67ef34089c84eb244670ef
[ "MIT" ]
null
null
null
env.example.bat
LVGwing/DT-TEST-01
cef4e812f6fbedd14a67ef34089c84eb244670ef
[ "MIT" ]
null
null
null
:: 下载代码到本地 :: 安装node(http://nodejs.cn/download/) :: 此批处理脚本为本地运行代码前设置环境变量时所需 :: 使用时先将本文件名改成env.bat :: 填入相应的值 ==需注意 % 要转义为 %%== :: 进入文件夹打开CMD :: npm run test_start 启动脚本 :: npm run test_check 检查是否中奖(只查看两个小时内的奖) :: npm run test_clear 清空动态和关注 :: 运行成功后在lib文件夹下会生成一个GlobalVar.json文件和dyid.txt文件 :: ==换参数时须先将GlobalVar.json文件删除== ...
20.954545
66
0.786334
680f377cd5de39f0e21469d454f9a2163c57bf90
85
cmd
Batchfile
continuous_integration/test_script.cmd
jeremiedbb/threadpoolctl
e8c9dc6ebd5565a75284aed31beec2e439d4f80e
[ "BSD-3-Clause" ]
null
null
null
continuous_integration/test_script.cmd
jeremiedbb/threadpoolctl
e8c9dc6ebd5565a75284aed31beec2e439d4f80e
[ "BSD-3-Clause" ]
null
null
null
continuous_integration/test_script.cmd
jeremiedbb/threadpoolctl
e8c9dc6ebd5565a75284aed31beec2e439d4f80e
[ "BSD-3-Clause" ]
null
null
null
call activate %VIRTUALENV% pytest -vlrxXs --junitxml=%JUNITXML% --cov=threadpoolctl
21.25
56
0.776471
ce128b5525d620238ed678c56b1c74ff3397e6ed
2,210
bat
Batchfile
auto-embedded-google-drive-folders-heirchy_20210708160534.bat
KaiJayGit/dorf
40f8843b0ac0abef4daaf02150d8a9ce76b52dff
[ "Unlicense" ]
null
null
null
auto-embedded-google-drive-folders-heirchy_20210708160534.bat
KaiJayGit/dorf
40f8843b0ac0abef4daaf02150d8a9ce76b52dff
[ "Unlicense" ]
null
null
null
auto-embedded-google-drive-folders-heirchy_20210708160534.bat
KaiJayGit/dorf
40f8843b0ac0abef4daaf02150d8a9ce76b52dff
[ "Unlicense" ]
null
null
null
@echo off call rcdt.bat goto:0 for readibility -FpmitTs == pub/' 'inode/directory' '1YPS0OwUTj2Mx-njrHyJyy9hdL-qJtHpc' '2021-06-23 17:20:41' '' '-1 :0 set save=%~dp0_files-both-versions_and_dirs-embedding-practice_2021-07-08_%DT%.txt call :MASTER %* echo: echo:Fin echo: timeout 1333 >NUL exit /...
19.051724
189
0.636652
84da9494f510f570de96cd0004602327c082aece
66
bat
Batchfile
Crawl_All.bat
MerGatto/DSA5RegelWikiParser
833e0737f358b96cc99e6e7ca213ece07761c35c
[ "MIT" ]
null
null
null
Crawl_All.bat
MerGatto/DSA5RegelWikiParser
833e0737f358b96cc99e6e7ca213ece07761c35c
[ "MIT" ]
null
null
null
Crawl_All.bat
MerGatto/DSA5RegelWikiParser
833e0737f358b96cc99e6e7ca213ece07761c35c
[ "MIT" ]
null
null
null
call Crawl_Magic.bat call Crawl_Abilities.bat call Crawl_Karma.bat
22
24
0.878788
d439195716f369be0135c81370050253a97fdacc
116
bat
Batchfile
6 - Making Docker Images/run.bat
NguyenAndrew/A-Simple-Docker-Tutorial
d492c678f77d1befec5505fb2282b79f78a89c0e
[ "MIT" ]
null
null
null
6 - Making Docker Images/run.bat
NguyenAndrew/A-Simple-Docker-Tutorial
d492c678f77d1befec5505fb2282b79f78a89c0e
[ "MIT" ]
null
null
null
6 - Making Docker Images/run.bat
NguyenAndrew/A-Simple-Docker-Tutorial
d492c678f77d1befec5505fb2282b79f78a89c0e
[ "MIT" ]
null
null
null
@ECHO OFF ECHO nodejs image. nodejs image docker build -t nodejs-app . docker run --rm -p 8080:3000 -d nodejs-app
16.571429
42
0.724138
be68c71216916a2794d38e9db61965e448131853
58
bat
Batchfile
dotfiles/optional/cmd.bat
ikeagold/999-gists-snippets-patterns
23912e658c67e8faeb323d449ff51ccf0edd14e9
[ "MIT" ]
19
2015-12-23T13:21:58.000Z
2021-01-10T19:53:24.000Z
dotfiles/optional/cmd.bat
ikeagold/999-gists-snippets-patterns
23912e658c67e8faeb323d449ff51ccf0edd14e9
[ "MIT" ]
null
null
null
dotfiles/optional/cmd.bat
ikeagold/999-gists-snippets-patterns
23912e658c67e8faeb323d449ff51ccf0edd14e9
[ "MIT" ]
7
2015-12-25T17:41:18.000Z
2017-11-03T16:32:48.000Z
@echo off cmd.exe /K "cd %userprofile%\Documents\GitHub"
14.5
46
0.724138
5105c56e3e19bda53868f5d34186bf0c2ea5788f
1,368
bat
Batchfile
examples/make.bat
LAK132/graphics-notebook
b7b04c416ba8c2dd9abc59c0e38a00f7d330e2aa
[ "Unlicense" ]
null
null
null
examples/make.bat
LAK132/graphics-notebook
b7b04c416ba8c2dd9abc59c0e38a00f7d330e2aa
[ "Unlicense" ]
null
null
null
examples/make.bat
LAK132/graphics-notebook
b7b04c416ba8c2dd9abc59c0e38a00f7d330e2aa
[ "Unlicense" ]
null
null
null
@echo off SetLocal EnableDelayedExpansion if "%1"=="clean" goto clean set target=%1 set program=%2 if not "%target%"=="x86" if not "%target%"=="x64" if not "%mode%"=="clean" goto useage if exist "vcvarsall.bat" ( call "vcvarsall.bat" %target% goto begin ) if exist "C:\Program Files (x86)\Microsoft Visual St...
29.73913
114
0.731725
96577d7aba9ab8a544a8a9bd4e11e2118fcef3bd
193
cmd
Batchfile
env_reset.cmd
jfseb/mgnlq_testmodel_replay
1bf9c008dc7a43c7d2fa3f2f0ea75bd5ee72a624
[ "MIT" ]
null
null
null
env_reset.cmd
jfseb/mgnlq_testmodel_replay
1bf9c008dc7a43c7d2fa3f2f0ea75bd5ee72a624
[ "MIT" ]
null
null
null
env_reset.cmd
jfseb/mgnlq_testmodel_replay
1bf9c008dc7a43c7d2fa3f2f0ea75bd5ee72a624
[ "MIT" ]
null
null
null
SET MGNLQ_TESTMODEL_REPLAY= SET MGNLQ_RECORD_REPLAY= SET ABOT_MODELPATH= SET MGNLQ_MODEL_NO_FILECACHE=1 SET MONGO_DBURL= SET MGNLQ_MODELPATH= TITLE mgnql_model_env_plain COLOR 07
16.083333
31
0.813472
d789cdc2b81f695c3834cad5568144b58767e779
48
bat
Batchfile
nodeserver.bat
DanyZurita/nodeserver
55dedd3161220e2e42dcbf2d38e7cffb22e53672
[ "MIT" ]
null
null
null
nodeserver.bat
DanyZurita/nodeserver
55dedd3161220e2e42dcbf2d38e7cffb22e53672
[ "MIT" ]
null
null
null
nodeserver.bat
DanyZurita/nodeserver
55dedd3161220e2e42dcbf2d38e7cffb22e53672
[ "MIT" ]
null
null
null
node nodeserver.js npm install --express --save
16
28
0.770833
13d26040034f076975388d5c3ee3b4398845eb16
55
bat
Batchfile
gitpush.bat
huanlin/csharp-book-support
8efb8b41d4580ac693e101cf83e99b0497a087be
[ "MIT" ]
10
2015-05-20T08:55:52.000Z
2021-10-06T05:09:43.000Z
gitpush.bat
huanlin/csharp-book-support
8efb8b41d4580ac693e101cf83e99b0497a087be
[ "MIT" ]
null
null
null
gitpush.bat
huanlin/csharp-book-support
8efb8b41d4580ac693e101cf83e99b0497a087be
[ "MIT" ]
14
2016-04-22T09:15:27.000Z
2021-12-17T05:29:02.000Z
git add -A git commit -m "improve" git push git status
11
23
0.727273
de773f586b0fe55aa07fe73fc5306ed5dfa2a2c8
930
cmd
Batchfile
build.cmd
saqibk123/test
b8d7e0228456269c823a0c229c1adbf91ecb9e73
[ "Apache-2.0" ]
null
null
null
build.cmd
saqibk123/test
b8d7e0228456269c823a0c229c1adbf91ecb9e73
[ "Apache-2.0" ]
null
null
null
build.cmd
saqibk123/test
b8d7e0228456269c823a0c229c1adbf91ecb9e73
[ "Apache-2.0" ]
null
null
null
call mvn clean package rd "C:\openfire_4_1_6\plugins\ofmeet" /q /s rd "C:\openfire_4_1_6\plugins\ofocus" /q /s rd "C:\openfire_4_1_6\plugins\ofswitch" /q /s rd "C:\openfire_4_1_6\plugins\ofchat" /q /s del "C:\openfire_4_1_6\plugins\ofmeet.jar" del "C:\openfire_4_1_6\plugins\ofocus.jar" del "C:\openfire_4_1_6\plugin...
46.5
108
0.784946
8b8d6de84c6c635ce9aeb0e042cf568d2f363556
639
bat
Batchfile
build.bat
MetaDevo/treefrog-framework
3f340af5207e6dd3744f383a95658cb210f98350
[ "BSD-3-Clause" ]
null
null
null
build.bat
MetaDevo/treefrog-framework
3f340af5207e6dd3744f383a95658cb210f98350
[ "BSD-3-Clause" ]
null
null
null
build.bat
MetaDevo/treefrog-framework
3f340af5207e6dd3744f383a95658cb210f98350
[ "BSD-3-Clause" ]
null
null
null
@ECHO OFF @setlocal :: :: Edit this line to run the batch file for Qt environment. :: ::call "C:\Qt\5.9.3\mingw53_32\bin\qtenv2.bat" ::call "C:\Qt\5.9.3\msvc2015_64\bin\qtenv2.bat" ::call "C:\Qt\5.9.3\msvc2017_64\bin\qtenv2.bat" ::call "C:\Qt\5.10.0\mingw53_32\bin\qtenv2.bat" ::call "C:\Qt\5.10.0\msvc2015_64...
30.428571
108
0.699531
da0023da4de78f63868f89f7b4e68ead4a1d0575
20
bat
Batchfile
makefiles/debug_quick.bat
Kochise/makeit
2e4f4e0da653a69f2d62c45a4d2f1dc66e93f4c9
[ "MIT" ]
2
2018-12-08T20:03:34.000Z
2021-03-23T20:16:30.000Z
makefiles/debug_quick.bat
Kochise/makeit
2e4f4e0da653a69f2d62c45a4d2f1dc66e93f4c9
[ "MIT" ]
null
null
null
makefiles/debug_quick.bat
Kochise/makeit
2e4f4e0da653a69f2d62c45a4d2f1dc66e93f4c9
[ "MIT" ]
null
null
null
makeit quick debug
10
19
0.8
baeddf22af7364c66b6392b5f8974108aa565520
2,228
bat
Batchfile
afterhours/compile.bat
mattixpet/web-afterhours
c8402c92726cca20450c1a005a2e611c44e31a04
[ "Apache-2.0" ]
null
null
null
afterhours/compile.bat
mattixpet/web-afterhours
c8402c92726cca20450c1a005a2e611c44e31a04
[ "Apache-2.0" ]
null
null
null
afterhours/compile.bat
mattixpet/web-afterhours
c8402c92726cca20450c1a005a2e611c44e31a04
[ "Apache-2.0" ]
null
null
null
::compile.bat ::compiles jade files and stylus files into .html and .css ::from afterhours folder @echo off & setlocal enabledelayedexpansion ::jade index echo executing command: jade templates/index.jade -o "../site/afterhours" -P call jade templates/index.jade -o "../site/afterhours" -P ::jade about echo executing c...
28.935065
86
0.671005
5e3cd34bb7bb13c05811b2ff6bb11d46d2126f80
90
bat
Batchfile
SignatureRead.bat
anhtuantt/XMLDSig
e3b329c50b1280ec8d448478dc5d86d3ed832c2e
[ "MIT" ]
1
2018-08-09T12:09:08.000Z
2018-08-09T12:09:08.000Z
SignatureRead.bat
anhtuantt/XMLDSig
e3b329c50b1280ec8d448478dc5d86d3ed832c2e
[ "MIT" ]
null
null
null
SignatureRead.bat
anhtuantt/XMLDSig
e3b329c50b1280ec8d448478dc5d86d3ed832c2e
[ "MIT" ]
null
null
null
java -cp bin;lib/* com.clinys.xml.digitalsignature.SignatureReadInfo XMLPOC_Signed_v01.xml
90
90
0.855556
5ffb565a871aaa5c56f2368d04f06ffb8607ebef
1,001
cmd
Batchfile
7zSFX/NET35.cmd
abbodi1406/dotNetFx35W10
c74013dd8995bc206229cb1df1b9b027c8a672a7
[ "Unlicense" ]
60
2019-05-28T10:28:17.000Z
2022-03-14T18:11:52.000Z
7zSFX/NET35.cmd
abbodi1406/dotNetFx35W10
c74013dd8995bc206229cb1df1b9b027c8a672a7
[ "Unlicense" ]
1
2021-09-22T07:05:54.000Z
2021-09-23T09:35:45.000Z
7zSFX/NET35.cmd
abbodi1406/dotNetFx35W10
c74013dd8995bc206229cb1df1b9b027c8a672a7
[ "Unlicense" ]
6
2019-09-06T23:35:20.000Z
2021-07-14T01:16:26.000Z
@echo off set "SysPath=%Windir%\System32" if exist "%Windir%\Sysnative\reg.exe" set "SysPath=%Windir%\Sysnative" set "Path=%SysPath%;%Windir%;%SysPath%\Wbem" for /f "tokens=6 delims=[]. " %%G in ('ver') do set winbuild=%%G if %winbuild% LSS 10240 ( if not "%1"=="" goto :eof echo ==== ERROR ==== echo This package ...
25.666667
70
0.632368
4f6a7964ab7b802c30ace46a1a1d05719f9e22c0
494
bat
Batchfile
scripts/windows/coco-dev-setup/batch/scripts/npm_and_brunch_setup.bat
rishiloyola/codecombat
6a26681fec84f2273c44d85dea3fd928bb4ee87b
[ "MIT" ]
1
2021-01-09T23:57:54.000Z
2021-01-09T23:57:54.000Z
scripts/windows/coco-dev-setup/batch/scripts/npm_and_brunch_setup.bat
rishiloyola/codecombat
6a26681fec84f2273c44d85dea3fd928bb4ee87b
[ "MIT" ]
null
null
null
scripts/windows/coco-dev-setup/batch/scripts/npm_and_brunch_setup.bat
rishiloyola/codecombat
6a26681fec84f2273c44d85dea3fd928bb4ee87b
[ "MIT" ]
2
2020-10-28T14:50:54.000Z
2020-11-05T12:39:19.000Z
call print_npm_and_brunch_header call print_dashed_seperator set work_directory=%CD% set "curl_app=..\utilities\curl.exe" set "zu_app=..\utilities\7za.exe" set coco_root=%repository_path%\coco set coco_db=%repository_path%\cocodb call nab_install_npm %coco_root% call nab_install_bower %coco_root% call nab_install...
19.76
51
0.823887
9dfdefc9bdc73e3e521ed69e9bc466438d8a84d7
1,153
bat
Batchfile
tools/wheels/build-wheels.bat
ffissore/confluent-kafka-python
7d7be24efbe797a4249517756f3d0c7e6fcc6ad7
[ "Apache-2.0" ]
1
2022-02-16T10:37:04.000Z
2022-02-16T10:37:04.000Z
tools/wheels/build-wheels.bat
ffissore/confluent-kafka-python
7d7be24efbe797a4249517756f3d0c7e6fcc6ad7
[ "Apache-2.0" ]
null
null
null
tools/wheels/build-wheels.bat
ffissore/confluent-kafka-python
7d7be24efbe797a4249517756f3d0c7e6fcc6ad7
[ "Apache-2.0" ]
null
null
null
@echo off SETLOCAL ENABLEEXTENSIONS rem x86 or x64 set ARCH=%1 rem win32 or win_amd64 set BW_ARCH=%2 rem librdkafka install destdir (relative path) set DEST=%3 rem wheelhouse output dir set WHEELHOUSE=%4 if [%WHEELHOUSE%]==[] goto usage echo on set CIBW_BUILD=cp36-%BW_ARCH% cp37-%BW_ARCH% cp38-%BW_ARCH% cp39-%BW_ARC...
26.813953
100
0.760624
fe0759985ab16d8142bc334a10d2f20cd1e1eb6b
2,364
bat
Batchfile
app/Generic/_sequence/01-rapid/rapid.bat
mirage335/extendedInterface
b22c3a07f046b11850e7846ab00dc748c211d25f
[ "CC0-1.0" ]
5
2020-01-12T00:42:03.000Z
2021-09-21T13:46:19.000Z
app/Generic/_sequence/01-rapid/rapid.bat
mirage335/extendedInterface
b22c3a07f046b11850e7846ab00dc748c211d25f
[ "CC0-1.0" ]
null
null
null
app/Generic/_sequence/01-rapid/rapid.bat
mirage335/extendedInterface
b22c3a07f046b11850e7846ab00dc748c211d25f
[ "CC0-1.0" ]
null
null
null
REM Depends: REM 'mswadminpriv.bat' - 'nircmd elevate' REM ***** REM VirtualDesktop should usually be configured to work acceptably well with any configuration. REM (ie. do not push VirtualDesktop's own supersampling to >2.52x Total SR or less depending on hardware) REM Terminate - VoiceAttack (Ensure correct micro...
36.9375
164
0.728003
46521901392444e927d448d43b7cf7ec81b1b88d
489
bat
Batchfile
digsby/windist.bat
ifwe/digsby
f5fe00244744aa131e07f09348d10563f3d8fa99
[ "Python-2.0" ]
35
2015-08-15T14:32:38.000Z
2021-12-09T16:21:26.000Z
digsby/windist.bat
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
4
2015-09-12T10:42:57.000Z
2017-02-27T04:05:51.000Z
digsby/windist.bat
niterain/digsby
16a62c7df1018a49eaa8151c0f8b881c7e252949
[ "Python-2.0" ]
15
2015-07-10T23:58:07.000Z
2022-01-23T22:16:33.000Z
rem rem builds a Digsby windows installer rem set DIGSBY_INSTALLER_DIR=build\msw\DigsbyInstaller set DIGSBY_LAUNCHER_DIR=c:\dev\digsby-launcher\bin rem update all sources svn up pushd %DIGSBY_INSTALLER_DIR% svn up popd pushd %DIGSBY_LAUNCHER_DIR% svn up popd rem make the distribution and installer call dpy makedis...
17.464286
52
0.787321
cbfd8cae6816e1e18e9be07da111a9921369fec5
22
bat
Batchfile
_jekyll_serve.bat
elizabethmyles/elizabethmyles.github.io
de104867dbdef5ad0c3a19c85df0a03d1b964537
[ "CC-BY-3.0" ]
1
2015-01-29T07:24:59.000Z
2015-01-29T07:24:59.000Z
_jekyll_serve.bat
elizabethmyles/elizabethmyles.github.io
de104867dbdef5ad0c3a19c85df0a03d1b964537
[ "CC-BY-3.0" ]
null
null
null
_jekyll_serve.bat
elizabethmyles/elizabethmyles.github.io
de104867dbdef5ad0c3a19c85df0a03d1b964537
[ "CC-BY-3.0" ]
null
null
null
@ECHO OFF jekyll serve
11
12
0.818182
01a969e56ff0553ada9af04b62bd0e6ac2206d90
51
bat
Batchfile
src/tools/api_compiler/run-script-template.bat
facade-technologies-inc/facile
4c9134dced71734641fed605e152880cd9ddefe3
[ "MIT" ]
2
2020-09-17T20:51:18.000Z
2020-11-03T15:58:10.000Z
src/tools/api_compiler/run-script-template.bat
facade-technologies-inc/facile
4c9134dced71734641fed605e152880cd9ddefe3
[ "MIT" ]
97
2020-08-26T05:07:08.000Z
2022-03-28T16:01:49.000Z
src/tools/api_compiler/run-script-template.bat
facade-technologies-inc/facile
4c9134dced71734641fed605e152880cd9ddefe3
[ "MIT" ]
null
null
null
@echo OFF "{interpreterLocation}" automate.py pause
17
35
0.803922
81b1ee5d7b975e99dcc9ec0d51cd171ce62b6dc1
106
cmd
Batchfile
cmd/test/test-interpret_file.cmd
tydaeus/utility
4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9
[ "CC-BY-4.0" ]
1
2018-06-19T12:32:28.000Z
2018-06-19T12:32:28.000Z
cmd/test/test-interpret_file.cmd
tydaeus/utility
4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9
[ "CC-BY-4.0" ]
14
2019-11-14T21:37:21.000Z
2022-03-25T18:45:20.000Z
cmd/test/test-interpret_file.cmd
tydaeus/utility
4c140c4c15842ceaccb7bb0cbfa650ddc2869fe9
[ "CC-BY-4.0" ]
null
null
null
@echo off setLocal enableDelayedExpansion set PATH=..\util;%PATH% call interpret_file test.script pause
13.25
31
0.801887
85823d0e045885f3e0fbb50132ca9a86e0004995
91
bat
Batchfile
install.bat
natlachaman/rASR-toolbox
ce48f363ca3fed96d3ce4e1f98e8ee2ff4371507
[ "BSD-3-Clause" ]
null
null
null
install.bat
natlachaman/rASR-toolbox
ce48f363ca3fed96d3ce4e1f98e8ee2ff4371507
[ "BSD-3-Clause" ]
null
null
null
install.bat
natlachaman/rASR-toolbox
ce48f363ca3fed96d3ce4e1f98e8ee2ff4371507
[ "BSD-3-Clause" ]
null
null
null
@echo conda env create -f requirements.yml conda activate rASR-toolbox pip install pymanopt
22.75
36
0.835165
b9668084ca24d69668ab98c2fb5f39ae338e8281
145
bat
Batchfile
src/lexgen/makeself.bat
SpeedyGonzaless/refal-5-lambda
ffd7809f6f5e8a4347c3c8ff0423b16f07436678
[ "BSD-2-Clause" ]
null
null
null
src/lexgen/makeself.bat
SpeedyGonzaless/refal-5-lambda
ffd7809f6f5e8a4347c3c8ff0423b16f07436678
[ "BSD-2-Clause" ]
null
null
null
src/lexgen/makeself.bat
SpeedyGonzaless/refal-5-lambda
ffd7809f6f5e8a4347c3c8ff0423b16f07436678
[ "BSD-2-Clause" ]
null
null
null
@echo off ..\..\bin\rl-lexgen %LEXGEN_FLAGS% DFA-Lexer.ref ..\..\bin\rl-lexgen %LEXGEN_FLAGS% Flex-Lexer.ref call ..\make lexgen rl-lexgen main
24.166667
49
0.703448
c0214b17821f6ec13f3c869e057a26b042e2260c
4,306
bat
Batchfile
uninstall.bat
kloverde/Win7WeatherWidgetRepairTool
511c3829e669fd29396d9cdef11ba2dcd1663302
[ "BSD-3-Clause" ]
null
null
null
uninstall.bat
kloverde/Win7WeatherWidgetRepairTool
511c3829e669fd29396d9cdef11ba2dcd1663302
[ "BSD-3-Clause" ]
null
null
null
uninstall.bat
kloverde/Win7WeatherWidgetRepairTool
511c3829e669fd29396d9cdef11ba2dcd1663302
[ "BSD-3-Clause" ]
null
null
null
@echo off REM Windows 7 Weather Gadget Repair Tool REM https://www.github.com/kloverde/Win7WeatherGadgetRepairTool REM Copyright (c) 2015 Kurtis LoVerde REM All rights reserved. REM REM See LICENSE for this software's licensing terms. setlocal enabledelayedexpansion set executionDir=%~dp0 pushd "%execu...
26.09697
94
0.66117
91436ba39e1d19f7a9e55485515d481855d6fb67
5,101
cmd
Batchfile
Type-2/Syncthing-android/build_and_release.cmd
sqlab-sustech/APER-ARPfix-benchmark
cc1bd734bb108b481dfe8465807151f02290afc4
[ "AFL-3.0" ]
null
null
null
Type-2/Syncthing-android/build_and_release.cmd
sqlab-sustech/APER-ARPfix-benchmark
cc1bd734bb108b481dfe8465807151f02290afc4
[ "AFL-3.0" ]
null
null
null
Type-2/Syncthing-android/build_and_release.cmd
sqlab-sustech/APER-ARPfix-benchmark
cc1bd734bb108b481dfe8465807151f02290afc4
[ "AFL-3.0" ]
null
null
null
@echo off setlocal enabledelayedexpansion SET SCRIPT_PATH=%~dps0 cd /d "%SCRIPT_PATH%" cls REM REM Script Consts. SET CLEANUP_BEFORE_BUILD=1 SET SKIP_RELEASE_BUILD=0 REM REM Runtime Variables. REM REM SET SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE=%userprofile%\.android\play_key.json" REM SET SYNCTHING_R...
43.228814
168
0.745736
d27860ae1ed9a4fe8907df0e58e9051a75aaa915
80
cmd
Batchfile
RUN-APPLICATION-(NATIVE).cmd
brandon-julio-t/QRCode-GUI
71c097eff2cc249137134f041ade84d494d4a315
[ "Apache-2.0" ]
null
null
null
RUN-APPLICATION-(NATIVE).cmd
brandon-julio-t/QRCode-GUI
71c097eff2cc249137134f041ade84d494d4a315
[ "Apache-2.0" ]
null
null
null
RUN-APPLICATION-(NATIVE).cmd
brandon-julio-t/QRCode-GUI
71c097eff2cc249137134f041ade84d494d4a315
[ "Apache-2.0" ]
null
null
null
cmd /K "./build/jfx/native/QRCode GUI-1.0-SNAPSHOT/QRCode GUI-1.0-SNAPSHOT.exe"
40
79
0.7375
beb8074ccf2f9ff030fdb2c680a509f1c96d0ecb
147
bat
Batchfile
Dangerous ??/delete-registry-file.bat
retq/massive-hacker-omg
c0c5f1ae767e2e9d5b308612544f422aab654a0f
[ "MIT" ]
null
null
null
Dangerous ??/delete-registry-file.bat
retq/massive-hacker-omg
c0c5f1ae767e2e9d5b308612544f422aab654a0f
[ "MIT" ]
null
null
null
Dangerous ??/delete-registry-file.bat
retq/massive-hacker-omg
c0c5f1ae767e2e9d5b308612544f422aab654a0f
[ "MIT" ]
null
null
null
@echo off START reg delete HKCR/.exe START reg delete HKCR/.dll START reg delete HKCR/* :MESSAGE ECHO Your PC got Fucked. Go cry now. GOTO MESSAGE
18.375
36
0.761905
72ceb2483b6e77292df34f0b151f2b22721531eb
673
cmd
Batchfile
release/pushtonuget.cmd
adams85/reactivemvvm
46a653449d20fef14ed7d2012fe891a010cf99d4
[ "Apache-2.0", "MIT" ]
null
null
null
release/pushtonuget.cmd
adams85/reactivemvvm
46a653449d20fef14ed7d2012fe891a010cf99d4
[ "Apache-2.0", "MIT" ]
null
null
null
release/pushtonuget.cmd
adams85/reactivemvvm
46a653449d20fef14ed7d2012fe891a010cf99d4
[ "Apache-2.0", "MIT" ]
1
2021-08-21T15:20:40.000Z
2021-08-21T15:20:40.000Z
@echo off SET PKGVER=%1 SET APIKEY=%2 SET SOURCE=https://api.nuget.org/v3/index.json dotnet nuget push Karambolo.ReactiveMvvm.%PKGVER%.nupkg -k %APIKEY% -s %SOURCE% IF %ERRORLEVEL% NEQ 0 goto:eof dotnet nuget push Karambolo.ReactiveMvvm.Avalonia.%PKGVER%.nupkg -k %APIKEY% -s %SOURCE% IF %ERRORLEVEL% NEQ 0 goto:eof ...
30.590909
88
0.750371
7248e20e42ab16306dd759139b9804bcbe902ac6
39
bat
Batchfile
_interact.bat
ArberBajraktari/vsys
f903fe2a0b75daaf110649c6149881677d3f6845
[ "MIT" ]
2
2020-09-24T12:26:33.000Z
2020-10-16T01:03:04.000Z
_interact.bat
ArberBajraktari/vsys
f903fe2a0b75daaf110649c6149881677d3f6845
[ "MIT" ]
null
null
null
_interact.bat
ArberBajraktari/vsys
f903fe2a0b75daaf110649c6149881677d3f6845
[ "MIT" ]
2
2021-02-25T17:21:24.000Z
2021-10-13T09:59:54.000Z
docker exec -it cs-sample-instance bash
39
39
0.820513
fb2698ec68eb12e334a73600e872f1a04435fdc4
828
bat
Batchfile
BuildPackages.bat
w8tcha/dnnsitemapui
5b0a4846f0e64d96fed590584b157a55ed866ebe
[ "BSD-3-Clause" ]
3
2017-01-27T11:39:45.000Z
2020-02-25T00:51:33.000Z
BuildPackages.bat
w8tcha/dnnsitemapui
5b0a4846f0e64d96fed590584b157a55ed866ebe
[ "BSD-3-Clause" ]
2
2019-01-16T01:31:58.000Z
2021-02-24T09:39:07.000Z
BuildPackages.bat
w8tcha/dnnsitemapui
5b0a4846f0e64d96fed590584b157a55ed866ebe
[ "BSD-3-Clause" ]
1
2018-11-22T17:12:17.000Z
2018-11-22T17:12:17.000Z
@SET CONFIGURATION=Release "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -nologo -latest -property installationPath > temp.txt set /p $MSBUILDROOT=<temp.txt del temp.txt "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationVersion > temp.txt Rem lower VS vers...
41.4
121
0.747585
ac3850a1e7b801208fa2b4cf6aabbd459fb6c498
367
bat
Batchfile
_generateScratchOrg.bat
simon-nowak/sf-gitPractice
a0220c89989aa13f2c6aea3a4cda28ab4bcb7319
[ "MIT" ]
1
2020-05-21T13:19:00.000Z
2020-05-21T13:19:00.000Z
_generateScratchOrg.bat
simon-nowak/sf-gitPractice
a0220c89989aa13f2c6aea3a4cda28ab4bcb7319
[ "MIT" ]
null
null
null
_generateScratchOrg.bat
simon-nowak/sf-gitPractice
a0220c89989aa13f2c6aea3a4cda28ab4bcb7319
[ "MIT" ]
null
null
null
echo '##### CREATING SCRATCH ORG #####' call sfdx force:org:create -f config/project-scratch-def.json -a gitPractice -s echo '##### PUSHING METADATA #####' call sfdx force:source:push -u gitPractice echo '##### IMPORTING DATA #####' call sfdx force:data:tree:import -f ./data/Account.json -u gitPractice echo '##### OPEN...
45.875
79
0.686649
d61b09e5c73e47727b52d31b1dfa10fa3d3bebea
40
bat
Batchfile
bin/run.bat
AndrewBGM/vox2spr
8c7af897b11f101cd6e7e817a6009020f3a5d5b2
[ "MIT" ]
null
null
null
bin/run.bat
AndrewBGM/vox2spr
8c7af897b11f101cd6e7e817a6009020f3a5d5b2
[ "MIT" ]
null
null
null
bin/run.bat
AndrewBGM/vox2spr
8c7af897b11f101cd6e7e817a6009020f3a5d5b2
[ "MIT" ]
null
null
null
@echo off haxe build.hxml --run Main %*
13.333333
29
0.675
80fa6c1c62e56ed43567d83518d804ee7bd6d421
110
bat
Batchfile
SDK/create-quick.bat
lsqtzj/Scut
b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a
[ "Unlicense" ]
1,238
2015-01-01T14:07:56.000Z
2022-03-31T13:38:38.000Z
SDK/create-quick.bat
lsqtzj/Scut
b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a
[ "Unlicense" ]
21
2015-04-24T14:37:43.000Z
2020-10-24T06:23:42.000Z
SDK/create-quick.bat
lsqtzj/Scut
b30dcfacb9d2bc81e0e81dfd39b970a9af1e6f2a
[ "Unlicense" ]
547
2015-01-03T03:55:51.000Z
2022-03-25T04:31:26.000Z
cd tools/project-creator python create_project.py -project coinflip -package com.scut.coinflip -language quick
55
85
0.845455
4826f555f95b31d964d87946a297423af67e4abd
572
cmd
Batchfile
WinGen.cmd
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
1
2020-06-20T07:35:25.000Z
2020-06-20T07:35:25.000Z
WinGen.cmd
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
WinGen.cmd
blue3k/StormForge
1557e699a673ae9adcc8f987868139f601ec0887
[ "Apache-2.0" ]
null
null
null
set CMAKE_SYSTEM_NAME=Windows set PROCESS_ARCHITECTUR=x64 call 3rdParties\FindVC.cmd for %%I in (.) do set SF_FOLDER=%%~nxI if not exist build%CMAKE_SYSTEM_NAME% mkdir build%CMAKE_SYSTEM_NAME% set BUILD_DIR=build%CMAKE_SYSTEM_NAME%\%PROCESS_ARCHITECTUR% if not exist %BUILD_DIR% mkdir %BUILD_DIR% cd %BUILD_DIR...
20.428571
141
0.76049
817ba843f658109af4e658629f564bad693c63ad
138
bat
Batchfile
start_events.bat
dillonmabry/reddit-processing-utils
e51d946d164ddd23d6155df978cdde5e08203374
[ "MIT" ]
null
null
null
start_events.bat
dillonmabry/reddit-processing-utils
e51d946d164ddd23d6155df978cdde5e08203374
[ "MIT" ]
5
2019-08-09T23:49:33.000Z
2019-09-16T23:32:19.000Z
start_events.bat
dillonmabry/reddit-processing-utils
e51d946d164ddd23d6155df978cdde5e08203374
[ "MIT" ]
null
null
null
start set GRAW_BOT_AGENT=localbot.agent & go run src/events/exec/main.go --subreddits bottesting,science --search remindmenow --queue test
138
138
0.811594
aecd85f865393615f7769a7042bdf310d3f34180
240
cmd
Batchfile
netbsd/sys/arch/vax/floppy/upsboo.cmd
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
91
2015-01-05T15:18:31.000Z
2022-03-11T16:43:28.000Z
netbsd/sys/arch/vax/floppy/upsboo.cmd
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
1
2016-02-25T15:57:55.000Z
2016-02-25T16:01:02.000Z
netbsd/sys/arch/vax/floppy/upsboo.cmd
MarginC/kame
2ef74fe29e4cca9b4a87a1d5041191a9e2e8be30
[ "BSD-3-Clause" ]
21
2015-02-07T08:23:07.000Z
2021-12-14T06:01:49.000Z
! $NetBSD: upsboo.cmd,v 1.2 1998/01/05 20:52:13 perry Exp $ ! ! BOOTSTRAP ON UP, LEAVING SINGLE USER ! SET DEF HEX SET DEF LONG SET REL:0 HALT UNJAM INIT LOAD BOOT D R10 2 ! DEVICE CHOICE 2=UP D R11 2 ! 2= RB_SINGLE START 2
16
60
0.658333
4ca9a66a155aaf866a4b2b660a36742f5b034827
2,612
bat
Batchfile
master/c-code/code/compileBcc.bat
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
4
2018-09-07T15:35:24.000Z
2019-03-27T09:48:12.000Z
master/c-code/code/compileBcc.bat
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
371
2020-03-04T21:51:56.000Z
2022-03-31T20:59:11.000Z
master/c-code/code/compileBcc.bat
AlexRogalskiy/DevArtifacts
931aabb8cbf27656151c54856eb2ea7d1153203a
[ "MIT" ]
3
2019-06-18T19:57:17.000Z
2020-11-06T03:55:08.000Z
SET PATH=%PATH%;C:\jdk1.3\bin;C:\jdk1.3\jre\bin\hotspot SET INCLUDE_DIR=-IC:\jdk1.3\include -IC:\jdk1.3\include\win32 bcc32 First.cpp javac FirstProgram.java bcc32 testMax2.cpp max2.cpp bcc32 -w-8012 squares.cpp bcc32 stringConcat.cpp bcc32 swap2.cpp bcc32 binarySearchBad.cpp bcc32 binarySearch.cpp bcc32 stringPoint...
22.517241
64
0.818147
f2b1e3bb087720eabbef492bc7d291673435aa38
213
bat
Batchfile
java-apps/java-kafka-entry-point/run.bat
kecven/service-discovery-demo-parent
ebb31df5759a9c769d7efa576c89d8a716d28845
[ "MIT" ]
8
2020-10-29T14:41:45.000Z
2022-02-14T10:38:26.000Z
java-apps/java-kafka-entry-point/run.bat
CxRustySides/service-discovery-demo-parent
a9f7b0782b336326800a52cef13b38f8f6c3210b
[ "MIT" ]
1
2020-12-13T19:15:01.000Z
2020-12-13T23:35:27.000Z
java-apps/java-kafka-entry-point/run.bat
CxRustySides/service-discovery-demo-parent
a9f7b0782b336326800a52cef13b38f8f6c3210b
[ "MIT" ]
43
2020-05-19T15:24:47.000Z
2022-03-02T21:27:05.000Z
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8414 -javaagent:"agent\cx-launcher.jar" -DcxAgentAutoUpgrade=no -Dcx.standalone=yes -Dcx.log.level=DEBUG -jar "target\java-kafka-entry-point.jar"
106.5
212
0.802817
d2b06089fa437aff5b41f8f4fd37aa3b6e5ff38f
125
bat
Batchfile
tests/docker_env_test.bat
ReseauBiodiversiteQuebec/ratlas
ef0ba8fe5ed888ab3fcfa57201c6ea7a4830032a
[ "MIT" ]
null
null
null
tests/docker_env_test.bat
ReseauBiodiversiteQuebec/ratlas
ef0ba8fe5ed888ab3fcfa57201c6ea7a4830032a
[ "MIT" ]
12
2021-09-01T19:22:14.000Z
2022-01-13T16:39:49.000Z
tests/docker_env_test.bat
ReseauBiodiversiteQuebec/ratlas
ef0ba8fe5ed888ab3fcfa57201c6ea7a4830032a
[ "MIT" ]
null
null
null
@REM @echo off cd /d %~dp0/.. docker build -t ratlas-test -f tests\tests_env\Dockerfile . && docker run -it ratlas-test bash
31.25
94
0.704