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
5d3f6f6a60170e3c28c153220a0d3f4b18384115
350
vim
VimL
vim/plugin/airline.vim
hueftl/dotfiles
8705f77956cd581623c6de3eaa9f88366953097a
[ "MIT" ]
null
null
null
vim/plugin/airline.vim
hueftl/dotfiles
8705f77956cd581623c6de3eaa9f88366953097a
[ "MIT" ]
null
null
null
vim/plugin/airline.vim
hueftl/dotfiles
8705f77956cd581623c6de3eaa9f88366953097a
[ "MIT" ]
null
null
null
" file: airline.vim " author: hueftl (Alexander Menne) let g:airline_solarized_bg = 'dark' let g:airline_powerline_fonts = 1 let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#coc#enabled = 1 let g:airline#extensions#coc#error_symbol = '✗ ' let g:airline#extensions#coc#warning_symbol = '⚠ ' let g:bu...
31.818182
50
0.771429
30c995c5c3b8aee4501ff85e00f5c3bc486bf8e6
1,928
vim
VimL
autoload/lightline/colorscheme/wal.vim
BodneyC/wal.vim
875f34d0f6088754e41fefefec23bbdfbaafe70b
[ "MIT" ]
null
null
null
autoload/lightline/colorscheme/wal.vim
BodneyC/wal.vim
875f34d0f6088754e41fefefec23bbdfbaafe70b
[ "MIT" ]
null
null
null
autoload/lightline/colorscheme/wal.vim
BodneyC/wal.vim
875f34d0f6088754e41fefefec23bbdfbaafe70b
[ "MIT" ]
null
null
null
" ============================================================================= " Filename: autoload/lightline/colorscheme/wal.vim " Author: Dylan Araps " License: MIT License " Last Change: 2017/10/28 12:21:04. " ============================================================================= if (! exists('g:wal_colors'...
41.913043
98
0.555498
fe4a3e276a4805a87f2869da511a8cb0d6b967bb
302
vim
VimL
scripts/cust_ftplugin/wikipedia.vim
sukima/vimrc
599ba0d0abf6274c73ec9b2753d60739ccf7d6da
[ "Vim", "CC-BY-3.0" ]
3
2015-12-17T19:43:21.000Z
2017-09-01T13:07:53.000Z
scripts/cust_ftplugin/wikipedia.vim
sukima/vimrc
599ba0d0abf6274c73ec9b2753d60739ccf7d6da
[ "Vim", "CC-BY-3.0" ]
null
null
null
scripts/cust_ftplugin/wikipedia.vim
sukima/vimrc
599ba0d0abf6274c73ec9b2753d60739ccf7d6da
[ "Vim", "CC-BY-3.0" ]
2
2017-03-02T09:36:48.000Z
2018-02-18T18:14:49.000Z
" these settings may also be put in ~/.vim/ftplugin/Wikipedia.vim setlocal textwidth=0 setlocal linebreak setlocal matchpairs+=<:> setlocal encoding=utf8 if exists ("*SetWrapNavigation") setlocal nowrap " Force function to turn on wrapping call SetWrapNavigation() else setlocal wrap endif
25.166667
65
0.771523
32de85c84d274d912cd723fbb32646edc81d53a3
2,473
vim
VimL
autoload/shellnote.vim
aokiyuya/shellnote
7045a7e3bbddeb1a80a67d29a7f88d1d1895a3c2
[ "MIT" ]
null
null
null
autoload/shellnote.vim
aokiyuya/shellnote
7045a7e3bbddeb1a80a67d29a7f88d1d1895a3c2
[ "MIT" ]
null
null
null
autoload/shellnote.vim
aokiyuya/shellnote
7045a7e3bbddeb1a80a67d29a7f88d1d1895a3c2
[ "MIT" ]
null
null
null
" shellnote " Author: Yuya Aoki " scriptencoding utf-8 let s:shellnote_server = expand('<sfile>:p:h').'/shellnotelib.py' let s:shellnotelib_dir = expand('<sfile>:p:h').'' function! shellnote#bash_out() abort let a:cmd = getline('.') if a:cmd[0] == '>' let a:cmd = a:cmd[1:] endif if matchstr(a:cmd, '[a-z]') == ...
26.308511
104
0.695916
4e4eea14509615fc7dd373461275e775f9f35db0
475
vim
VimL
.config/nvim/plugins/ultisnips.vim
artificial-equation/.dotfiles
f33cc5459a3c532155daa93a0091ddfe3470499c
[ "MIT" ]
null
null
null
.config/nvim/plugins/ultisnips.vim
artificial-equation/.dotfiles
f33cc5459a3c532155daa93a0091ddfe3470499c
[ "MIT" ]
null
null
null
.config/nvim/plugins/ultisnips.vim
artificial-equation/.dotfiles
f33cc5459a3c532155daa93a0091ddfe3470499c
[ "MIT" ]
null
null
null
let g:UltiSnipsExpandTrigger="<tab>" let g:UltiSnipsJumpForwardTrigger="<c-b>" let g:UltiSnipsJumpBackwardTrigger="<c-z>" " If you want :UltiSnipsEdit to split your window. let g:UltiSnipsEditSplit="vertical" function! s:JbzRemoveDebugPrints() let save_cursor = getcurpos() :g/\/\/\ prdbg$/d call setpos('.', sav...
29.6875
71
0.770526
eecf1bb0114d2912f84cc93ec1cf30357ae14b59
198
vim
VimL
dotfiles/.vim/ftplugin/go.vim
brians1123/dotfiles
8629062a7cba53bf2b2b5c2ff46c68f76b457cbf
[ "MIT" ]
null
null
null
dotfiles/.vim/ftplugin/go.vim
brians1123/dotfiles
8629062a7cba53bf2b2b5c2ff46c68f76b457cbf
[ "MIT" ]
null
null
null
dotfiles/.vim/ftplugin/go.vim
brians1123/dotfiles
8629062a7cba53bf2b2b5c2ff46c68f76b457cbf
[ "MIT" ]
null
null
null
set shiftwidth=8 set noexpandtab nnoremap ]] :<c-u>call search('^func')<CR> nnoremap [[ :<c-u>call search('^func', 'b')<CR> xnoremap ]] /^func<CR> xnoremap [[ ?^func<CR> setlocal formatprg=gofmt
18
47
0.661616
2aed4652a1771227aaa333f8684953cb27d63ab0
120
vim
VimL
files/usr/share/workspace/.vimplugins/vim-polyglot/indent/jsonc.vim
blackmou5e/workspace
c2d0dedd6a9917c1ca48da2d5a2f07b494f0c94b
[ "BSD-3-Clause" ]
92
2016-06-06T09:11:57.000Z
2022-03-27T00:44:01.000Z
files/usr/share/workspace/.vimplugins/vim-polyglot/indent/jsonc.vim
blackmou5e/workspace
c2d0dedd6a9917c1ca48da2d5a2f07b494f0c94b
[ "BSD-3-Clause" ]
91
2015-05-06T09:20:00.000Z
2021-08-06T19:39:10.000Z
my_plugins/vim-polyglot/indent/jsonc.vim
HATTER-LONG/vimrc
0d8d13b34f1d81200f6175b3d9a1f1aef089177e
[ "MIT" ]
22
2015-11-21T07:58:42.000Z
2021-05-02T05:25:05.000Z
if polyglot#init#is_disabled(expand('<sfile>:p'), 'jsonc', 'indent/jsonc.vim') finish endif runtime! indent/json.vim
20
78
0.725
52bd964a6e2976a34a20b8cba082f9dbd7412a01
2,648
vim
VimL
syntax/tsl.vim
v-yadli/vim-tsl
a4c33dc361cfc185d5770a8ad5f272cd88bdbd66
[ "MIT" ]
null
null
null
syntax/tsl.vim
v-yadli/vim-tsl
a4c33dc361cfc185d5770a8ad5f272cd88bdbd66
[ "MIT" ]
null
null
null
syntax/tsl.vim
v-yadli/vim-tsl
a4c33dc361cfc185d5770a8ad5f272cd88bdbd66
[ "MIT" ]
null
null
null
" Vim syntax file " Language: Trinity Specification Language " Maintainer: Yatao Li " Latest Revision: 21 July 2015 if exists("b:current_syntax") finish endif let s:cs_cpo_save = &cpo set cpo&vim " type syn keyword tslType bool byte char decimal double float int long object sbyte short string uint ulong ushor...
32.691358
122
0.723565
6844c2bf6524fa91fe8c0b32dd1b59559d302af6
259
bas
Visual Basic
examples/interval_turbo/turbo_time.bas
plattysoft/MSX
7fe2d073d9deb567b62ea8147551426e01e14805
[ "Apache-2.0" ]
15
2020-09-15T10:28:29.000Z
2021-11-11T22:13:30.000Z
examples/interval_turbo/turbo_time.bas
plattysoft/MSX
7fe2d073d9deb567b62ea8147551426e01e14805
[ "Apache-2.0" ]
null
null
null
examples/interval_turbo/turbo_time.bas
plattysoft/MSX
7fe2d073d9deb567b62ea8147551426e01e14805
[ "Apache-2.0" ]
1
2021-06-17T13:11:10.000Z
2021-06-17T13:11:10.000Z
1 screen 2 3 SPRITE$(1) = "DDDDDDDD" 5 DEFINT x,y 6 x=0:y=0 7 call turbo on 110 t=time+2 111 s=stick(0) 120 if s=1 THEN y=y-1 130 if s=3 THEN x=x+1 140 if s=5 THEN y=y+1 150 if s=7 THEN x=x-1 160 put sprite 0, (x,y), 1, 1 170 if time<T GOTO 170 400 GOTO 110
16.1875
29
0.65251
d055a3c122ffa28ea7752989d194b6acb7bf574d
1,107
bas
Visual Basic
tests/pointers/casting1.bas
ktan2020/fbc
6cd5f799593875c7212ce3109bdf7e759fb95524
[ "MIT" ]
1
2021-01-23T04:11:09.000Z
2021-01-23T04:11:09.000Z
tests/pointers/casting1.bas
ktan2020/fbc
6cd5f799593875c7212ce3109bdf7e759fb95524
[ "MIT" ]
null
null
null
tests/pointers/casting1.bas
ktan2020/fbc
6cd5f799593875c7212ce3109bdf7e759fb95524
[ "MIT" ]
null
null
null
# include "fbcu.bi" namespace fbc_tests.pointers.casting1 const TEST_VAL = &hDeadC0de type fluff as udttype type funcudt field as integer end type type functype as function( ) as funcudt ptr type udttype fparray as functype ptr end type type DerivedClass extends object as integer abc end type function realf...
18.45
90
0.718157
d0dd3f9460fd5aac0c8cd6cfe8e26121d9a130ce
109,297
vb
Visual Basic
SWMC/OrthographicTransparencyCalculations.vb
sprakbankental/data-swmc
f072b75d83fcae5c0754a6413daf32d3abd53f51
[ "Apache-2.0" ]
null
null
null
SWMC/OrthographicTransparencyCalculations.vb
sprakbankental/data-swmc
f072b75d83fcae5c0754a6413daf32d3abd53f51
[ "Apache-2.0" ]
null
null
null
SWMC/OrthographicTransparencyCalculations.vb
sprakbankental/data-swmc
f072b75d83fcae5c0754a6413daf32d3abd53f51
[ "Apache-2.0" ]
null
null
null
'This software is available under the following license: 'MIT/X11 License ' 'Copyright (c) 2021 Erik Witte ' 'Permission is hereby granted, free of charge, to any person obtaining a copy 'of this software and associated documentation files (the ''Software''), to deal 'in the Software without restriction, including wit...
48.858739
415
0.58535
309440f50732315339b5baecfc4d2b6fe6cc6d94
657
bas
Visual Basic
test/tracton/coordinate_translation/data/coordinate_translation.bas
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
3
2017-08-30T15:23:53.000Z
2021-07-30T03:29:04.000Z
test/tracton/coordinate_translation/data/coordinate_translation.bas
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
null
null
null
test/tracton/coordinate_translation/data/coordinate_translation.bas
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
1
2021-07-30T03:29:05.000Z
2021-07-30T03:29:05.000Z
10 REM THIS PROGRAM COMPUTES RECTANGULAR COORDINATE 20 REM TRANSLATION AND/OR ROTATION 30 PRINT "ANGLE OF ROTATION IN DEGREES = "; 40 INPUT A 50 LET B = (A*3.14159)/180 60 PRINT "COORDINATES OF NEW ORIGIN (X0,Y0) ="; 70 INPUT X,Y 80 PRINT "OLD COORDINATES OF DATA POINT (X1,Y1) ="; 90 INPUT F,C 100 LET Z = F - X 110 LET...
24.333333
51
0.681887
0fa9c7e19ebfd1144ca119878db276c4a74ddba6
172
vb
Visual Basic
OpenGoose/ImageForm.vb
electroduck/opengoose
4f2c235c972b7c2164c275bfc7981cb76188fb18
[ "BSD-3-Clause" ]
4
2020-02-01T22:42:11.000Z
2020-07-24T17:16:55.000Z
OpenGoose/ImageForm.vb
electroduck/opengoose
4f2c235c972b7c2164c275bfc7981cb76188fb18
[ "BSD-3-Clause" ]
null
null
null
OpenGoose/ImageForm.vb
electroduck/opengoose
4f2c235c972b7c2164c275bfc7981cb76188fb18
[ "BSD-3-Clause" ]
null
null
null
Public Class ImageForm Private Sub ImageForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load Icon = My.Resources.ImageFile End Sub End Class
34.4
85
0.726744
176a3ace43202e8bc37b8bcd299c590fef51ab28
116
bas
Visual Basic
tests/qb/type-default-redim-shared.bas
zai1208/fbc
02cc78513c9e9d2aeab93dd41994f7593fceff48
[ "MIT" ]
521
2015-01-13T20:42:25.000Z
2022-03-24T19:13:18.000Z
tests/qb/type-default-redim-shared.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
196
2015-02-06T14:01:07.000Z
2022-03-30T18:10:33.000Z
tests/qb/type-default-redim-shared.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
142
2015-02-04T03:59:44.000Z
2022-03-09T07:33:33.000Z
' TEST_MODE : COMPILE_ONLY_OK #lang "qb" redim shared array(0 to 1) #assert __typeof( array ) = __typeof( single )
19.333333
46
0.715517
8142a3c130a65a7f9ad9ccdbb232ef7ede87053e
5,807
vb
Visual Basic
Source/Apskaita5/Apskaita5/Assets/LongTermAssetCustomGroup.vb
Min2kasd/Apskaita5
ef6ee7d69465dae26d5207540cda99d1ca632d01
[ "MS-PL" ]
43
2017-12-25T17:55:28.000Z
2022-01-10T15:39:13.000Z
Source/Apskaita5/Apskaita5/Assets/LongTermAssetCustomGroup.vb
Min2kasd/Apskaita5
ef6ee7d69465dae26d5207540cda99d1ca632d01
[ "MS-PL" ]
5
2019-02-28T13:25:27.000Z
2022-02-05T13:58:07.000Z
Source/Apskaita5/Apskaita5/Assets/LongTermAssetCustomGroup.vb
Min2kasd/Apskaita5
ef6ee7d69465dae26d5207540cda99d1ca632d01
[ "MS-PL" ]
22
2017-06-13T21:49:50.000Z
2022-02-12T23:47:25.000Z
Imports ApskaitaObjects.Attributes Namespace Assets ''' <summary> ''' Represents a user defined long term asset group. ''' </summary> ''' <remarks>Values are stored in the database table longtermassetcustomgroups.</remarks> <Serializable()> _ Public NotInheritable Class LongTermAssetCustomGroup ...
30.563158
122
0.628724
3600c74e6e08f593fcb740bef4dc91b43b41b44b
591
vb
Visual Basic
Dates.vb
iitjee/SteppinsVisualBasic
10ffef645637e6a1abe58fbcfb2e653464f9c92e
[ "Apache-2.0" ]
null
null
null
Dates.vb
iitjee/SteppinsVisualBasic
10ffef645637e6a1abe58fbcfb2e653464f9c92e
[ "Apache-2.0" ]
null
null
null
Dates.vb
iitjee/SteppinsVisualBasic
10ffef645637e6a1abe58fbcfb2e653464f9c92e
[ "Apache-2.0" ]
null
null
null
' Date(belongs to VB) is an alias for DateTime object(belongs to .NET) Dim d1 As Date = new Date(2012, 1, 13) 'click arrows in drop-down auto completion Dim d2 As Date = #11/28/1974# 'Date literal method Dim d3 As Date = Date.parse("11/28/1913") or Date.parse("11/28/13") 'using this we can write 1913 as 13 as well ...
29.55
111
0.722504
4a0bd4d3b5e55dbd89635c0229276ec4229a6939
1,425
vb
Visual Basic
Assignments/FP Freelance Time Tracker/FP Freelance Time Tracker/AddEditJobForm.vb
winny-/CPS-240
255e38b3cb3f60a7387aef14ae32194745557be2
[ "MIT" ]
1
2015-06-08T17:44:37.000Z
2015-06-08T17:44:37.000Z
Assignments/FP Freelance Time Tracker/FP Freelance Time Tracker/AddEditJobForm.vb
winny-/CPS-240
255e38b3cb3f60a7387aef14ae32194745557be2
[ "MIT" ]
null
null
null
Assignments/FP Freelance Time Tracker/FP Freelance Time Tracker/AddEditJobForm.vb
winny-/CPS-240
255e38b3cb3f60a7387aef14ae32194745557be2
[ "MIT" ]
null
null
null
Option Strict On Public Class AddEditJobForm Public Shared Function ShowDialogForNewJob() As Tuple(Of Job, Boolean) Dim f As New AddEditJobForm f.Text = "Add new job" f.ContinueButton.Text = "&Add" If f.ShowDialog() = Windows.Forms.DialogResult.OK Then Return Tuple.Cre...
34.756098
101
0.655439
3dfb48f6e01f6c8dda298a0df638bf37d6f44d02
729
vb
Visual Basic
tests/Simple/mono/VB/Mono/ImpConversionDatetoStringA.vb
GrapeCity/pagefx
0ab027edb818fa0913f203c9771b2aaa88fb166e
[ "MIT" ]
18
2019-08-03T09:55:53.000Z
2021-12-11T20:32:30.000Z
tests/Simple/mono/VB/Mono/ImpConversionDatetoStringA.vb
GrapeCity/pagefx
0ab027edb818fa0913f203c9771b2aaa88fb166e
[ "MIT" ]
1
2021-11-22T21:39:07.000Z
2021-11-23T04:52:41.000Z
tests/Simple/mono/VB/Mono/ImpConversionDatetoStringA.vb
GrapeCity/pagefx
0ab027edb818fa0913f203c9771b2aaa88fb166e
[ "MIT" ]
2
2019-07-31T09:50:21.000Z
2021-11-24T16:30:12.000Z
'Author: ' V. Sudharsan (vsudharsan@novell.com) ' ' (C) 2005 Novell, Inc. Option Strict Off Imports System.Threading Imports System.Globalization Imports System Module ImpConversionDatetoStringA Function _Main() As Integer Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US") ...
25.137931
127
0.636488
2e5a0ec50b7b4d1b2b8b89b027974758c6e6a149
3,689
vb
Visual Basic
UI/HelpForm.vb
wybb/staxrip
c924cd6907fad3bfdd8fa6675dc557b6d1c3b334
[ "MIT" ]
161
2018-06-07T16:12:45.000Z
2021-07-16T15:41:47.000Z
UI/HelpForm.vb
wybb/staxrip
c924cd6907fad3bfdd8fa6675dc557b6d1c3b334
[ "MIT" ]
104
2018-06-10T08:13:32.000Z
2020-09-11T17:20:14.000Z
UI/HelpForm.vb
wybb/staxrip
c924cd6907fad3bfdd8fa6675dc557b6d1c3b334
[ "MIT" ]
35
2018-08-06T03:43:07.000Z
2020-09-11T16:54:05.000Z
Imports StaxRip.UI Public Class HelpForm Inherits FormBase #Region " Designer " <System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBa...
31.262712
136
0.650583
0202c62243bf089dfad754600fe3899380e8b77a
790
vb
Visual Basic
Vb.Net/Skolenie2/Scraper/Form1.vb
jakubjenis/lecture.net
f7ff5eb4918b4f3b7c7ef02d271657d0c0583f18
[ "MIT" ]
null
null
null
Vb.Net/Skolenie2/Scraper/Form1.vb
jakubjenis/lecture.net
f7ff5eb4918b4f3b7c7ef02d271657d0c0583f18
[ "MIT" ]
null
null
null
Vb.Net/Skolenie2/Scraper/Form1.vb
jakubjenis/lecture.net
f7ff5eb4918b4f3b7c7ef02d271657d0c0583f18
[ "MIT" ]
null
null
null
Public Class Form1 'DEFINICIA EVENTU 'V ramci triedy Button, definicia Eventu Click Public Delegate Sub Btn_Click(Sender As Object, E As EventArgs) Public Event ClickMe As Btn_Click 'Jednoduchsie Public Event VytvorItem() Public Sub New() InitializeComponent() 'AddHandler...
28.214286
113
0.71519
d03b741e8cef82235c56c4ac16cbd314364eba86
3,507
vb
Visual Basic
Official Windows Platform Sample/Windows 8 app samples/[VB]-Windows 8 app samples/VB/Windows 8 app samples/XAML FlipView control sample (Windows 8)/VB/DataModel/SampleDataSource.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
2
2022-01-21T01:40:58.000Z
2022-01-21T01:41:10.000Z
Official Windows Platform Sample/Windows 8 app samples/[VB]-Windows 8 app samples/VB/Windows 8 app samples/XAML FlipView control sample (Windows 8)/VB/DataModel/SampleDataSource.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
1
2022-03-15T04:21:41.000Z
2022-03-15T04:21:41.000Z
Official Windows Platform Sample/Windows 8 app samples/[VB]-Windows 8 app samples/VB/Windows 8 app samples/XAML FlipView control sample (Windows 8)/VB/DataModel/SampleDataSource.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
null
null
null
Imports System Imports System.Linq Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.ComponentModel Imports System.Runtime.CompilerServices Imports Windows.ApplicationModel.Resources.Core Imports Windows.Foundation Imports Windows.Foundation.Collections Imports Windows.UI.Xaml.Da...
34.048544
97
0.639578
41a6b239afcc0e4108a4bfc278700757c65b1757
610
vbs
Visual Basic
VBScript1/Insert Text Into a Specific Column of a Text File.vbs
mrnettek/VBScript0
4b29334be673c71e00079de215239e3c4680b6e2
[ "MIT" ]
1
2021-01-07T10:48:52.000Z
2021-01-07T10:48:52.000Z
VBScript1/Insert Text Into a Specific Column of a Text File.vbs
mrnettek/VBScript0
4b29334be673c71e00079de215239e3c4680b6e2
[ "MIT" ]
null
null
null
VBScript1/Insert Text Into a Specific Column of a Text File.vbs
mrnettek/VBScript0
4b29334be673c71e00079de215239e3c4680b6e2
[ "MIT" ]
null
null
null
Const ForReading = 1 Const ForWriting = 2 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile("C:\Scripts\Test.txt", ForReading) Do Until objFile.AtEndOfStream strLine = objFile.ReadLine intRight = Len(strLine) - 10 strRight = Right(strLine, intRight) strLeft = Le...
23.461538
68
0.736066
da8a2207881945f82003d4eb3bd5be84ff5ca8fa
279
vb
Visual Basic
KMAudioPlayer-Fix/KMAudioPlayer-Fix/classes/Main.vb
AonaSuzutsuki/KMAudioPlayer
e54b5702b505b70575f5be67ab51386e806e1d01
[ "MIT" ]
null
null
null
KMAudioPlayer-Fix/KMAudioPlayer-Fix/classes/Main.vb
AonaSuzutsuki/KMAudioPlayer
e54b5702b505b70575f5be67ab51386e806e1d01
[ "MIT" ]
null
null
null
KMAudioPlayer-Fix/KMAudioPlayer-Fix/classes/Main.vb
AonaSuzutsuki/KMAudioPlayer
e54b5702b505b70575f5be67ab51386e806e1d01
[ "MIT" ]
null
null
null
Public Class Main Public Shared Sub Main(ByVal CmdArgs() As String) Dim frm As New MainForm frm.MusicList.Items.AddRange(CmdArgs) 'Dim cmd As String 'For Each cmd In CmdArgs 'Next Application.Run(frm) End Sub End Class
19.928571
53
0.620072
dd6093cc070aefc9831f31557c9fb612731bd28f
5,978
vb
Visual Basic
Traschar/ChatDB.vb
kouta-kun/Traschar
7596c45cddf00af43e7107cdb3c82be0c21fb8a1
[ "MIT" ]
null
null
null
Traschar/ChatDB.vb
kouta-kun/Traschar
7596c45cddf00af43e7107cdb3c82be0c21fb8a1
[ "MIT" ]
null
null
null
Traschar/ChatDB.vb
kouta-kun/Traschar
7596c45cddf00af43e7107cdb3c82be0c21fb8a1
[ "MIT" ]
null
null
null
Imports MySql.Data.MySqlClient Public Class ChatDB Public uname As String Public pwd As String Public logged As Boolean = False Private dbCon As MySqlConnection Private Shared cdb As ChatDB Public Shared Function GetInstance() As ChatDB If cdb Is Nothing Then cdb = New ChatD...
40.666667
204
0.59468
0323c5e4452565906ca1358598d31e2f37b5aac2
2,638
vb
Visual Basic
snippets/visualbasic/VS_Snippets_CLR/Process_StandardInput/VB/process_standardinput.vb
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
1
2019-12-06T21:52:55.000Z
2019-12-06T21:52:55.000Z
snippets/visualbasic/VS_Snippets_CLR/Process_StandardInput/VB/process_standardinput.vb
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
null
null
null
snippets/visualbasic/VS_Snippets_CLR/Process_StandardInput/VB/process_standardinput.vb
ericmutta/samples
89b09af6287f8151c36d6219281f2ff170321f0e
[ "CC-BY-4.0", "MIT" ]
null
null
null
' System.Diagnostics.Process.StandardInput ' ' ' The following example illustrates how to redirect the StandardInput ' stream of a process. The example starts the sort command with ' redirected input. It then prompts the user for text, and passes ' that to the sort command by means of the redirected input stream. '...
34.25974
95
0.584534
ebcf77770322df07703a862fa14219ca8081042b
1,137
vb
Visual Basic
snippets/visualbasic/VS_Snippets_CLR/Type_GetProperty2/VB/type_getproperty2.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
2
2020-02-22T09:30:21.000Z
2021-08-02T23:44:31.000Z
snippets/visualbasic/VS_Snippets_CLR/Type_GetProperty2/VB/type_getproperty2.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
1
2020-01-05T16:56:27.000Z
2020-01-05T16:56:27.000Z
snippets/visualbasic/VS_Snippets_CLR/Type_GetProperty2/VB/type_getproperty2.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
1
2022-03-07T20:09:25.000Z
2022-03-07T20:09:25.000Z
' <Snippet1> Imports System.Reflection Module Module1 Public Class MyClass1 Private myProperty1 As Integer ' Declare MyProperty. Public Property MyProperty() As Integer Get Return myProperty1 End Get Set(ByVal Value As Integer) ...
37.9
127
0.598945
8a77e61d0a91ea001776c57db6f5bf921066c3ad
2,045
vb
Visual Basic
src/BookstoreManagement.DTO/Comparer.vb
NearHuscarl/Bookstore
10fd95a4130ede2fe491edbe048b7a52516ad9f0
[ "RSA-MD" ]
null
null
null
src/BookstoreManagement.DTO/Comparer.vb
NearHuscarl/Bookstore
10fd95a4130ede2fe491edbe048b7a52516ad9f0
[ "RSA-MD" ]
null
null
null
src/BookstoreManagement.DTO/Comparer.vb
NearHuscarl/Bookstore
10fd95a4130ede2fe491edbe048b7a52516ad9f0
[ "RSA-MD" ]
null
null
null
Imports BookstoreManagement.DTO Public Class BookComparer Implements IComparer(Of BookDTO) Public Function Compare(x As BookDTO, y As BookDTO) As Integer Implements IComparer(Of BookDTO).Compare If (x.ID = y.ID) Then Return 0 End If Return -1 End Function Public Shared ReadOnly Property Instance() As ...
22.472527
131
0.773594
3bd88e06cebfee30f6cd034294f08c7f2083d268
4,450
vb
Visual Basic
samples/StringBuilder-Test-Sample.vb
jordanrobot/SpeedTest
2b1aee2324d687cf35bdde4774f135c9b028037c
[ "MIT" ]
3
2020-04-01T21:32:35.000Z
2020-10-09T17:06:40.000Z
samples/StringBuilder-Test-Sample.vb
jordanrobot/SpeedTest
2b1aee2324d687cf35bdde4774f135c9b028037c
[ "MIT" ]
1
2020-04-10T12:30:41.000Z
2020-04-10T12:30:41.000Z
samples/StringBuilder-Test-Sample.vb
jordanrobot/SpeedTest
2b1aee2324d687cf35bdde4774f135c9b028037c
[ "MIT" ]
null
null
null
'### SpeedTest ### ' 'https://github.com/jordanrobot/SpeedTest 'MIT license 'SpeedTest Sample ' 'This sample tests the performance difference between appending a string ' and using the StringBuilder class. I've added comments to help explain ' how this works... 'This imports is only added because we're using the Str...
28.709677
152
0.657753
12da83243fd5a8082f5350930f1060bd1689ec11
200
vb
Visual Basic
Builder/Logic/PluginExtensibility/ResourceNameEventArgs.vb
stichting-cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
3
2019-01-03T10:00:58.000Z
2019-02-13T14:13:02.000Z
Builder/Logic/PluginExtensibility/ResourceNameEventArgs.vb
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
1
2021-09-15T12:54:16.000Z
2021-09-15T12:54:16.000Z
Builder/Logic/PluginExtensibility/ResourceNameEventArgs.vb
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
null
null
null
Public Class ResourceNameEventArgs Inherits EventArgs Public ReadOnly Property ResourceName() As String Public Sub New(name As String) ResourceName = name End Sub End Class
18.181818
53
0.725
f99ab46705a9df0a9de47d14c84983190bb9e15a
479
vb
Visual Basic
SaWindows/Forms/SaRangeValueChangeEventArgs.vb
sporting/SportingAppFW
c087f45a9fa3bb4295eb142f0eaf3326a0123074
[ "Apache-2.0" ]
null
null
null
SaWindows/Forms/SaRangeValueChangeEventArgs.vb
sporting/SportingAppFW
c087f45a9fa3bb4295eb142f0eaf3326a0123074
[ "Apache-2.0" ]
null
null
null
SaWindows/Forms/SaRangeValueChangeEventArgs.vb
sporting/SportingAppFW
c087f45a9fa3bb4295eb142f0eaf3326a0123074
[ "Apache-2.0" ]
null
null
null
' Author: Nick Shih ' 2018/2/27 Imports System.ComponentModel Namespace SaWindows.Forms <Description("SaBarIndicator ValueChanged Event Arguments")> Public Class SaRangeValueChangeEventArgs Inherits EventArgs Public RangeValue As Integer Public DefineValue As String S...
29.9375
65
0.670146
fbfc506b2e5b2044bd7e0114576e18b7f40dfbde
359
vb
Visual Basic
PCAxis.Core/Enums/CompleteInfoType.vb
statisticsnorway/PCAxis.Core
4ad47f8621a08b6b299c687411ca976551cfef42
[ "Apache-2.0" ]
1
2020-01-21T12:10:37.000Z
2020-01-21T12:10:37.000Z
PCAxis.Core/Enums/CompleteInfoType.vb
statisticsnorway/PCAxis.Core
4ad47f8621a08b6b299c687411ca976551cfef42
[ "Apache-2.0" ]
7
2020-08-25T06:08:43.000Z
2021-06-25T15:32:48.000Z
PCAxis.Core/Enums/CompleteInfoType.vb
statisticsnorway/PCAxis.Core
4ad47f8621a08b6b299c687411ca976551cfef42
[ "Apache-2.0" ]
2
2020-04-06T18:32:06.000Z
2021-05-03T12:03:56.000Z
Namespace PCAxis.Paxiom ''' <summary> ''' Representation of which information that should be displayed ''' </summary> ''' <remarks></remarks> <Serializable()> _ Public Enum CompleteInfoType NoFootnotes = 0 MandatoryFootnotes = 1 AllFootnotes = 2 AllFootnotes...
23.933333
68
0.623955
6f494f7ce8c93d2a8faaca9c3de8c97fd83646d8
9,744
bas
Visual Basic
CMC030/ad/source/ad_outp_fixhistory.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
1
2018-10-17T08:53:17.000Z
2018-10-17T08:53:17.000Z
CMC030/ad/source/ad_outp_fixhistory.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
null
null
null
CMC030/ad/source/ad_outp_fixhistory.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
null
null
null
1 %TITLE "Asset Depreciation History Report" %SBTTL "AD_OUTP_FIXHISTORY" %IDENT "V3.6a Calico" FUNCTION LONG AD_OUTP_FIXHISTORY(AD_35ASSET_CDD AD_35ASSET) ! ! COPYRIGHT (C) 1986, 1988 BY ! ! Computer Management Center, Inc. ! Idaho Falls, Idaho. ! ! This software is furnished under a license and may be used...
24.118812
73
0.610119
e538209fe6f58641a9fd6f6805b2acc4d7ae4f16
12,030
vb
Visual Basic
VirtualDesktop/VirtualDesktop/Virtual Desktops/SwitchForm.vb
zhuman/VirtualDesktops
408b559fb6b096ad48d7dcf28aa80800945997a1
[ "MS-PL" ]
5
2020-05-27T11:36:19.000Z
2022-02-18T06:13:56.000Z
VirtualDesktop/VirtualDesktop/Virtual Desktops/SwitchForm.vb
zhuman/VirtualDesktops
408b559fb6b096ad48d7dcf28aa80800945997a1
[ "MS-PL" ]
null
null
null
VirtualDesktop/VirtualDesktop/Virtual Desktops/SwitchForm.vb
zhuman/VirtualDesktops
408b559fb6b096ad48d7dcf28aa80800945997a1
[ "MS-PL" ]
1
2020-08-02T18:05:37.000Z
2020-08-02T18:05:37.000Z
Imports System.Drawing, System.Drawing.Drawing2D ''' <summary> ''' Provides an "indicator window" whenever the user switches desktops. ''' The window simply shows a small desktop preview with an arrow indicating ''' what desktop is being switched to and from what desktop you are moving. ''' </summary> ''' <remarks></r...
49.506173
380
0.762261
174e4cf2dea48b73a58fdef498c644393c7c056d
425
vb
Visual Basic
Builder/Packaging/Managers/ResourceManifestMetadataSingleValueDefinition.vb
stichting-cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
3
2019-01-03T10:00:58.000Z
2019-02-13T14:13:02.000Z
Builder/Packaging/Managers/ResourceManifestMetadataSingleValueDefinition.vb
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
1
2021-09-15T12:54:16.000Z
2021-09-15T12:54:16.000Z
Builder/Packaging/Managers/ResourceManifestMetadataSingleValueDefinition.vb
ST-Cito/QuestifyBuilder
714a11bd3c9b68448e544e6919a467ec704ee8be
[ "MS-PL" ]
null
null
null
Imports System.Xml.Serialization Public Class ResourceManifestMetadataSingleValueDefinition Inherits ResourceManifestMetadataDefinitionBase Private _richText As Boolean = False <XmlAttribute("richText")> _ Public Property RichText() As Boolean Get Return _richText End Get...
21.25
58
0.689412
206f1867f39e42027316dc957651fd0558cf5040
31,695
vb
Visual Basic
KeyInsert.Designer.vb
Walkman100/KeyInsert
695ae8e95817444e48c51683e0dd430e07f86d7d
[ "MIT" ]
1
2015-12-10T11:25:14.000Z
2015-12-10T11:25:14.000Z
KeyInsert.Designer.vb
Walkman100/KeyInsert
695ae8e95817444e48c51683e0dd430e07f86d7d
[ "MIT" ]
1
2020-02-07T07:28:27.000Z
2020-02-13T09:04:26.000Z
KeyInsert.Designer.vb
Walkman100/KeyInsert
695ae8e95817444e48c51683e0dd430e07f86d7d
[ "MIT" ]
null
null
null
Partial Class KeyInsert Inherits System.Windows.Forms.Form ''' <summary> ''' Designer variable used to keep track of non-visual components. ''' </summary> Private components As System.ComponentModel.IContainer ''' <summary> ''' Disposes resources used by the form. ''' </summary...
49.913386
361
0.691402
c8658dcd3e52766ae83520983e84a64d184fa21f
7,500
vb
Visual Basic
CLS/baUtil.vb
knuth-konrad/libBAUtil
730f482998e8a17e01780e8c138a32ec416f4f22
[ "MIT" ]
null
null
null
CLS/baUtil.vb
knuth-konrad/libBAUtil
730f482998e8a17e01780e8c138a32ec416f4f22
[ "MIT" ]
null
null
null
CLS/baUtil.vb
knuth-konrad/libBAUtil
730f482998e8a17e01780e8c138a32ec416f4f22
[ "MIT" ]
null
null
null
Imports System.ComponentModel ''' <summary> ''' General multipurpose utility library. ''' </summary> ''' <remarks> ''' Generates an XML comments for namespaces for SandCastle. ''' See https://stackoverflow.com/questions/793210/xml-documentation-for-a-namespace ''' </remarks> <System.Runtime.CompilerServices.CompilerGe...
29.880478
120
0.5916
20e83ebee1df12daf910174d775bd3e81db41492
1,327
vb
Visual Basic
snippets/visualbasic/VS_Snippets_CLR_System/System.Type.Equals/vb/EqualsEx1.vb
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
2
2020-03-12T19:26:36.000Z
2022-01-10T21:45:33.000Z
snippets/visualbasic/VS_Snippets_CLR_System/System.Type.Equals/vb/EqualsEx1.vb
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
1
2019-07-11T17:14:19.000Z
2019-07-11T17:14:19.000Z
snippets/visualbasic/VS_Snippets_CLR_System/System.Type.Equals/vb/EqualsEx1.vb
BohdanMosiyuk/samples
59d435ba9e61e0fc19f5176c96b1cdbd53596142
[ "CC-BY-4.0", "MIT" ]
3
2020-01-29T16:31:15.000Z
2021-08-24T07:00:15.000Z
' Visual Basic .NET Document Option Strict On ' <Snippet1> Imports System.Collections.Generic Imports System.Reflection Module Example Public Sub Main() Dim t As Type = GetType(Integer) Dim obj1 As Object = GetType(Integer).GetTypeInfo() IsEqualTo(t, obj1) Dim obj2 As Object = GetType(Stri...
25.519231
65
0.571967
d6bc5bcc25d061dba6589f0f3b52c572b77af569
85
bas
Visual Basic
test/test19.bas
dbohdan/all-caps-basic
184384c1f1591cf8d959be13d3e0b6bd0d4309cb
[ "MIT" ]
15
2017-01-23T00:30:26.000Z
2022-01-21T01:49:53.000Z
test/test19.bas
dbohdan/all-caps-basic
184384c1f1591cf8d959be13d3e0b6bd0d4309cb
[ "MIT" ]
null
null
null
test/test19.bas
dbohdan/all-caps-basic
184384c1f1591cf8d959be13d3e0b6bd0d4309cb
[ "MIT" ]
2
2018-02-27T05:59:48.000Z
2019-10-06T03:05:42.000Z
sub foo(a as int64) as int64 return a end sub main() print foo("hello") end
10.625
28
0.635294
1b934ab2114afd7f6bedf4641907e40209295425
2,745
vb
Visual Basic
VBRefactorings/Extensions/GeneratedCodeAnalysisExtensions.vb
paul1956/VBRefactorings
9a382ba47c63cfb01358b8e0d26065f3ed6052f8
[ "Apache-2.0" ]
2
2020-07-30T19:58:22.000Z
2021-07-20T17:55:15.000Z
VBRefactorings/Extensions/GeneratedCodeAnalysisExtensions.vb
paul1956/VBRefactorings
9a382ba47c63cfb01358b8e0d26065f3ed6052f8
[ "Apache-2.0" ]
null
null
null
VBRefactorings/Extensions/GeneratedCodeAnalysisExtensions.vb
paul1956/VBRefactorings
9a382ba47c63cfb01358b8e0d26065f3ed6052f8
[ "Apache-2.0" ]
4
2020-07-25T00:36:41.000Z
2021-07-20T17:55:16.000Z
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.CompilerServices Imports System.Text.RegularExpressions Im...
42.230769
201
0.700546
df91832fb62832f4a669d7b9eec3bd2f2d5e8067
3,668
vb
Visual Basic
Bwl.GitManager/Utils/SourceTreeExport.vb
Lifemotion/Bwl.GitManager
3555079dbe4c5a3c45f550eaf77b12a8a2bc6fea
[ "Apache-2.0" ]
3
2016-06-07T17:18:43.000Z
2021-07-21T04:00:35.000Z
Bwl.GitManager/Utils/SourceTreeExport.vb
Lifemotion/Bwl.GitManager
3555079dbe4c5a3c45f550eaf77b12a8a2bc6fea
[ "Apache-2.0" ]
null
null
null
Bwl.GitManager/Utils/SourceTreeExport.vb
Lifemotion/Bwl.GitManager
3555079dbe4c5a3c45f550eaf77b12a8a2bc6fea
[ "Apache-2.0" ]
1
2021-07-21T04:00:35.000Z
2021-07-21T04:00:35.000Z
Imports System.Xml Public Class SourceTreeExport Public Shared Sub Export(tree As GitPathNode) Dim file = IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Atlassian", "SourceTree", "bookmarks.xml") If IO.File.Exists(file) = False Then Throw Ne...
54.746269
153
0.623228
9ef70704f00a0489ed51ff99eaacbb3677697ff9
21,626
vb
Visual Basic
Wonderful_Walks_Application/Wonderful_Walks_Application/Home_Page.Designer.vb
Fahad-Md-Kamal/University_Assignment
c4210e4215950477defec2ed9ab11eddc1d14409
[ "Unlicense" ]
null
null
null
Wonderful_Walks_Application/Wonderful_Walks_Application/Home_Page.Designer.vb
Fahad-Md-Kamal/University_Assignment
c4210e4215950477defec2ed9ab11eddc1d14409
[ "Unlicense" ]
null
null
null
Wonderful_Walks_Application/Wonderful_Walks_Application/Home_Page.Designer.vb
Fahad-Md-Kamal/University_Assignment
c4210e4215950477defec2ed9ab11eddc1d14409
[ "Unlicense" ]
null
null
null
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Home_Page Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
55.02799
231
0.701101
07c156a3aada7c14b6c18b96179c637685f2f2e1
978
vb
Visual Basic
Examples/VisualBasic/Articles/RenderingAndPrinting/PreventExportingHiddenContent.vb
Aspose/Aspose.Cells-for-.NET
8adaa886d2e32d768dc997d703e391eea4126f44
[ "MIT" ]
4
2017-09-20T09:00:10.000Z
2020-12-07T02:10:14.000Z
Examples/VisualBasic/Articles/RenderingAndPrinting/PreventExportingHiddenContent.vb
Aspose/Aspose.Cells-for-.NET
8adaa886d2e32d768dc997d703e391eea4126f44
[ "MIT" ]
null
null
null
Examples/VisualBasic/Articles/RenderingAndPrinting/PreventExportingHiddenContent.vb
Aspose/Aspose.Cells-for-.NET
8adaa886d2e32d768dc997d703e391eea4126f44
[ "MIT" ]
3
2018-01-10T21:37:49.000Z
2021-06-28T03:34:55.000Z
Imports System.Collections.Generic Imports System.Linq Imports System.Text Namespace Articles.RenderingAndPrinting Public Class PreventExportingHiddenContent Public Shared Sub Run() ' ExStart:PreventExportingHiddenContentWhileSavingToHTML ' The path to the documents directory. ...
37.615385
121
0.710634
2b993eac526590231393f35e3f31cdfd52ea65c4
59,848
vb
Visual Basic
Source/Module/ScheduleGlobals.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
1
2019-08-15T20:46:03.000Z
2019-08-15T20:46:03.000Z
Source/Module/ScheduleGlobals.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
null
null
null
Source/Module/ScheduleGlobals.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
null
null
null
#Region "Copyright (c) 1998-2007 Gravitybox LLC, All Rights Reserved" '--------------------------------------------------------------------- * ' Gravitybox LLC * ' Copyright (c) 1998-2007 All Rights reserved * ' ...
35.687537
193
0.728078
266380912af5239efd75c6d2e78acc6dee89e62c
187
vb
Visual Basic
docs/visual-basic/language-reference/queries/codesnippet/VisualBasic/order-by-clause_2.vb
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2021-09-07T14:05:00.000Z
2021-09-07T14:05:00.000Z
docs/visual-basic/language-reference/queries/codesnippet/VisualBasic/order-by-clause_2.vb
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
1
2018-09-07T21:19:30.000Z
2018-09-07T21:19:30.000Z
docs/visual-basic/language-reference/queries/codesnippet/VisualBasic/order-by-clause_2.vb
v-maudel/docs-1
f849afb0bd9a505311e7aec32c544c3169edf1c5
[ "CC-BY-4.0", "MIT" ]
2
2016-11-06T09:42:50.000Z
2016-11-06T18:28:18.000Z
Dim titlesDescendingPrice = From book In books Order By book.Price Descending, book.Title Select book.Title, book.Price
62.333333
74
0.524064
e48bb971eac80f1b5ac4a06e5cd290cc3f10ce4d
9,518
vb
Visual Basic
ce/snippets/visualbasic/CRMV8/strongtypesvb/vb/assign.vb
astockli/dynamics-365-customer-engagement
6928051e68cd1a98a52678263b712dcd2d4bc40a
[ "CC-BY-4.0", "MIT" ]
194
2018-04-02T15:18:06.000Z
2022-03-24T19:55:48.000Z
ce/snippets/visualbasic/CRMV8/strongtypesvb/vb/assign.vb
astockli/dynamics-365-customer-engagement
6928051e68cd1a98a52678263b712dcd2d4bc40a
[ "CC-BY-4.0", "MIT" ]
2,219
2018-04-12T06:42:32.000Z
2022-03-31T21:52:26.000Z
ce/snippets/visualbasic/CRMV8/strongtypesvb/vb/assign.vb
astockli/dynamics-365-customer-engagement
6928051e68cd1a98a52678263b712dcd2d4bc40a
[ "CC-BY-4.0", "MIT" ]
406
2018-03-30T19:22:39.000Z
2022-03-28T19:14:42.000Z
' <snippetassign> Imports System.ServiceModel Imports System.ServiceModel.Description ' These namespaces are found in the Microsoft.Xrm.Sdk.dll assembly ' found in the SDK\bin folder Imports Microsoft.Xrm.Sdk Imports Microsoft.Xrm.Sdk.Query Imports Microsoft.Crm.Sdk.Messages Imports Microsoft.Xrm.Sdk.Client Namespa...
44.896226
140
0.621664
a18a05092fa221fac606271bae79774ecaef4943
416
vb
Visual Basic
Task/Delete-a-file/VBScript/delete-a-file.vb
LaudateCorpus1/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Delete-a-file/VBScript/delete-a-file.vb
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
null
null
null
Task/Delete-a-file/VBScript/delete-a-file.vb
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
Set oFSO = CreateObject( "Scripting.FileSystemObject" ) oFSO.DeleteFile "input.txt" oFSO.DeleteFolder "docs" oFSO.DeleteFile "\input.txt" oFSO.DeleteFolder "\docs" 'Using Delete on file and folder objects dim fil, fld set fil = oFSO.GetFile( "input.txt" ) fil.Delete set fld = oFSO.GetFolder( "docs" ) fld.Delete s...
18.909091
55
0.725962
14fb8e3042f671a92ec78e754336a9a4859a9e7b
15,837
vb
Visual Basic
Device/Tsp/SUBSYSTEMS/StatusSubsystemBase.vb
AteCoder/VS.VI.Core
d90f4eb0583e4d2c4b48535058d89ba03c78b0a5
[ "MIT" ]
null
null
null
Device/Tsp/SUBSYSTEMS/StatusSubsystemBase.vb
AteCoder/VS.VI.Core
d90f4eb0583e4d2c4b48535058d89ba03c78b0a5
[ "MIT" ]
null
null
null
Device/Tsp/SUBSYSTEMS/StatusSubsystemBase.vb
AteCoder/VS.VI.Core
d90f4eb0583e4d2c4b48535058d89ba03c78b0a5
[ "MIT" ]
1
2020-09-07T12:17:41.000Z
2020-09-07T12:17:41.000Z
Imports isr.VI.ExceptionExtensions ''' <summary> Defines a Status Subsystem for a TSP System. </summary> ''' <license> (c) 2013 Integrated Scientific Resources, Inc.<para> ''' Licensed under The MIT License. </para><para> ''' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ...
49.18323
149
0.723243
e1720ebe2b4afb64ce8ccabfff9f2e3e8ca5137c
318
bas
Visual Basic
source/queries/usys_temp_qdf.bas
NCPN/big_rivers_app
3fbc268b4e6ee0c979549828823cda7187031070
[ "MIT" ]
3
2015-10-22T23:38:02.000Z
2021-09-01T02:55:56.000Z
source/queries/usys_temp_qdf.bas
NCPN/big_rivers_app
3fbc268b4e6ee0c979549828823cda7187031070
[ "MIT" ]
38
2017-11-18T19:01:02.000Z
2019-03-09T23:00:25.000Z
source/queries/usys_temp_qdf.bas
NCPN/big_rivers_app
3fbc268b4e6ee0c979549828823cda7187031070
[ "MIT" ]
1
2017-03-06T12:49:45.000Z
2017-03-06T12:49:45.000Z
dbMemo "SQL" ="SELECT TableName, IsExcluded\015\012FROM DbCleanerTables;\015\012" dbMemo "Connect" ="" dbBoolean "ReturnsRecords" ="-1" dbInteger "ODBCTimeout" ="60" dbBoolean "OrderByOn" ="0" dbByte "Orientation" ="0" dbByte "DefaultView" ="2" dbBoolean "FilterOnLoad" ="0" dbBoolean "OrderByOnLoad" ="-1" Begin End
26.5
82
0.72956
fccfee28f50295f57c1c30df8f77d5dffb34d20e
2,332
bas
Visual Basic
games/People's Computer Company/1974-games/Button, Button, Who's Got the Button/modern.bas
Anamon/basic-games
f2ba84ae70bd6ef8b20d0299a94970da06442399
[ "CC0-1.0" ]
1
2021-08-11T15:22:42.000Z
2021-08-11T15:22:42.000Z
games/People's Computer Company/1974-games/Button, Button, Who's Got the Button/modern.bas
Anamon/basic-games
f2ba84ae70bd6ef8b20d0299a94970da06442399
[ "CC0-1.0" ]
1
2020-08-17T18:29:18.000Z
2020-08-19T03:30:27.000Z
games/People's Computer Company/1974-games/Button, Button, Who's Got the Button/modern.bas
Anamon/basic-games
f2ba84ae70bd6ef8b20d0299a94970da06442399
[ "CC0-1.0" ]
1
2021-08-11T15:22:43.000Z
2021-08-11T15:22:43.000Z
10 REM *** BUTTON, BUTTON, WHO'S GOT THE BUTTON? *** 15 REM *** WRITTEN BY * DAVE KAUFMAN * AUGUST 1973 *** 20 REM *** PEOPLE'S COMPUTER COMPANY, MENLO PARK, CALIFORNIA *** 25 REM ****************************** REM 30 REM FNM COMPUTES X MODULAR 7 35 REM FNN COMPUTES THE NEXT ONE TO GET THE BUTTON 40 DEF FNM(X) = ...
31.513514
85
0.631218
ea570e71c220ae9e54782c2f53dba3ae821f5d59
21,254
frm
Visual Basic
test/Form2.frm
xxdoc/NinePatch
d05655fe22382d06d36548ab39e8c2541b16ba3b
[ "MIT" ]
null
null
null
test/Form2.frm
xxdoc/NinePatch
d05655fe22382d06d36548ab39e8c2541b16ba3b
[ "MIT" ]
null
null
null
test/Form2.frm
xxdoc/NinePatch
d05655fe22382d06d36548ab39e8c2541b16ba3b
[ "MIT" ]
null
null
null
VERSION 5.00 Begin VB.Form Form2 BackColor = &H00FFFFFF& Caption = "Form2" ClientHeight = 7308 ClientLeft = 108 ClientTop = 456 ClientWidth = 13524 LinkTopic = "Form2" ScaleHeight = 7308 ScaleWidth = 13524 StartUp...
39.359259
470
0.636492
982e07b29951937cdaf479920f58f7d70998e6c6
3,514
vb
Visual Basic
src/assembly/assembly/MarkupData/mzML/XML/MsData/scanList.vb
xieguigang/mzk
90b56f8678ea42c7509be1e05d44a9c4be259541
[ "MIT" ]
null
null
null
src/assembly/assembly/MarkupData/mzML/XML/MsData/scanList.vb
xieguigang/mzk
90b56f8678ea42c7509be1e05d44a9c4be259541
[ "MIT" ]
null
null
null
src/assembly/assembly/MarkupData/mzML/XML/MsData/scanList.vb
xieguigang/mzk
90b56f8678ea42c7509be1e05d44a9c4be259541
[ "MIT" ]
null
null
null
#Region "Microsoft.VisualBasic::4d204b7390a0f4496a2fefc67e594219, src\assembly\assembly\MarkupData\mzML\XML\MsData\scanList.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' ...
29.283333
128
0.636312
79d43d6c14e825298fb886355b544c81e45db60b
9,529
vb
Visual Basic
KhmerSovietHS/TakeoHospitalInventory/Takeo_Eye_Hopspital/ViewsEye/UserManagement/User/FRMPropertiesUser.Designer.vb
banyanno/KhmerSoveit
3ea2e54937266cf43d16da2653a85504278ff384
[ "Apache-2.0" ]
null
null
null
KhmerSovietHS/TakeoHospitalInventory/Takeo_Eye_Hopspital/ViewsEye/UserManagement/User/FRMPropertiesUser.Designer.vb
banyanno/KhmerSoveit
3ea2e54937266cf43d16da2653a85504278ff384
[ "Apache-2.0" ]
null
null
null
KhmerSovietHS/TakeoHospitalInventory/Takeo_Eye_Hopspital/ViewsEye/UserManagement/User/FRMPropertiesUser.Designer.vb
banyanno/KhmerSoveit
3ea2e54937266cf43d16da2653a85504278ff384
[ "Apache-2.0" ]
null
null
null
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class FRMPropertiesUser Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
41.977974
169
0.659985
c828251a1626850d71c85f51cf43a934d6d9f822
21,783
bas
Visual Basic
main/migrationanalysis/src/driver_docs/sources/word/word_res.bas
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
679
2015-01-06T06:34:58.000Z
2022-03-30T01:06:03.000Z
main/migrationanalysis/src/driver_docs/sources/word/word_res.bas
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
102
2017-11-07T08:51:31.000Z
2022-03-17T12:13:49.000Z
main/migrationanalysis/src/driver_docs/sources/word/word_res.bas
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
331
2015-01-06T11:40:55.000Z
2022-03-14T04:07:51.000Z
Attribute VB_Name = "word_res" '************************************************************************* ' ' Licensed to the Apache Software Foundation (ASF) under one ' or more contributor license agreements. See the NOTICE file ' distributed with this work for additional information ' regarding copyright ...
76.971731
142
0.882753
93f1f345023374fdc6d018b8ea8f69aa66f17685
5,920
vb
Visual Basic
deeplearning4vb/deeplearning4j/deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/text/sentenceiterator/BasicLineIterator.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
2
2021-09-03T15:27:58.000Z
2021-09-11T18:44:55.000Z
deeplearning4vb/deeplearning4j/deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/text/sentenceiterator/BasicLineIterator.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
null
null
null
deeplearning4vb/deeplearning4j/deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/text/sentenceiterator/BasicLineIterator.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
1
2021-09-11T18:44:56.000Z
2021-09-11T18:44:56.000Z
Imports System Imports System.Collections.Generic Imports System.IO Imports NonNull = lombok.NonNull Imports Slf4j = lombok.extern.slf4j.Slf4j ' ' * ****************************************************************************** ' * * ' * * ' * * This program and the accompanying materials are made available under...
33.828571
149
0.730236
1b86ec186f74202eeed3654dd0f0d7cac7366a7c
15,271
vb
Visual Basic
Source/Objects/Other/AppointmentReminder.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
1
2019-08-15T20:46:03.000Z
2019-08-15T20:46:03.000Z
Source/Objects/Other/AppointmentReminder.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
null
null
null
Source/Objects/Other/AppointmentReminder.vb
gravbox/-GravityboxSchedule
72af3a715cab1e5737dddb0ab40d2ece82102d39
[ "MIT" ]
null
null
null
#Region "Copyright (c) 1998-2007 Gravitybox LLC, All Rights Reserved" '--------------------------------------------------------------------- * ' Gravitybox LLC * ' Copyright (c) 1998-2007 All Rights reserved * ' ...
35.679907
137
0.685548
d9f72f6f393a96bfaec2f07e4e72dddba0a8f590
295
vb
Visual Basic
snippets/visualbasic/VS_Snippets_CLR_System/system.Char.GetNumericValue/VB/getnumericvalue.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
2
2020-02-22T09:30:21.000Z
2021-08-02T23:44:31.000Z
snippets/visualbasic/VS_Snippets_CLR_System/system.Char.GetNumericValue/VB/getnumericvalue.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
555
2019-09-23T22:22:58.000Z
2021-07-15T18:51:12.000Z
snippets/visualbasic/VS_Snippets_CLR_System/system.Char.GetNumericValue/VB/getnumericvalue.vb
cston/dotnet-api-docs
17c58dc9d579eba45f6f20bb08ad5ff0a63dec47
[ "CC-BY-4.0", "MIT" ]
1
2022-03-07T20:09:25.000Z
2022-03-07T20:09:25.000Z
' <snippet1> Module GetNumericValueSample Sub Main() Dim str As String str = "input: 1" Console.WriteLine(Char.GetNumericValue("8"c)) ' Output: "8" Console.WriteLine(Char.GetNumericValue(str, 7)) ' Output: "1" End Sub End Module ' </snippet1>
24.583333
73
0.60339
6082e4d62fbe21822e634d35cb5ce2a74908023d
7,769
vb
Visual Basic
EIDSS v6/vb/EIDSS/EIDSS_Lims/Sample/CaseInfo.Designer.vb
EIDSS/EIDSS-Legacy
2f7f45f1882a899dde6f774c2d38b9f431ce42c1
[ "BSD-2-Clause" ]
2
2017-09-14T03:03:40.000Z
2017-09-15T14:58:47.000Z
EIDSS v6/vb/EIDSS/EIDSS_Lims/Sample/CaseInfo.Designer.vb
EIDSS/EIDSS-Legacy
2f7f45f1882a899dde6f774c2d38b9f431ce42c1
[ "BSD-2-Clause" ]
null
null
null
EIDSS v6/vb/EIDSS/EIDSS_Lims/Sample/CaseInfo.Designer.vb
EIDSS/EIDSS-Legacy
2f7f45f1882a899dde6f774c2d38b9f431ce42c1
[ "BSD-2-Clause" ]
2
2017-09-14T03:03:45.000Z
2019-03-25T23:09:43.000Z
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class CaseInfo Inherits BaseDetailPanel 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
60.224806
1,175
0.722229
b29b284ec21e8e0a78ab968333600a9c5ba01f6c
2,656
vb
Visual Basic
contrib/Installer/GRCRestarter/GRCRestarter/GRCRestarter/WatchDog.Designer.vb
icede/gridcoin-test
ce93f7462698c45c603e3fcafaa642538a9fb1ec
[ "MIT" ]
2
2015-02-02T04:13:12.000Z
2015-07-23T14:08:17.000Z
contrib/Installer/GRCRestarter/GRCRestarter/GRCRestarter/WatchDog.Designer.vb
icede/gridcoin-test
ce93f7462698c45c603e3fcafaa642538a9fb1ec
[ "MIT" ]
2
2018-04-01T18:19:28.000Z
2018-05-15T05:09:17.000Z
contrib/Installer/GRCRestarter/GRCRestarter/GRCRestarter/WatchDog.Designer.vb
icede/gridcoin-test
ce93f7462698c45c603e3fcafaa642538a9fb1ec
[ "MIT" ]
1
2017-02-24T15:49:27.000Z
2017-02-24T15:49:27.000Z
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class WatchDog Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
41.5
160
0.679217
4efd86b36df433905f80e9fd4cb6a1aa8c1779d4
770
bas
Visual Basic
examples/manual/procs/cva_list1.bas
zai1208/fbc
02cc78513c9e9d2aeab93dd41994f7593fceff48
[ "MIT" ]
521
2015-01-13T20:42:25.000Z
2022-03-24T19:13:18.000Z
examples/manual/procs/cva_list1.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
196
2015-02-06T14:01:07.000Z
2022-03-30T18:10:33.000Z
examples/manual/procs/cva_list1.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
142
2015-02-04T03:59:44.000Z
2022-03-09T07:33:33.000Z
'' examples/manual/procs/cva_list1.bas '' '' NOTICE: This file is part of the FreeBASIC Compiler package and can't '' be included in other distributions without authorization. '' '' See Also: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgCvaList '' -------- Function average cdecl(count As Integer, ... ) ...
29.615385
92
0.703896
226dd4b7a495eea1df827b8faa76e2e8a99345a7
4,897
vb
Visual Basic
Map_IT/Form2.vb
chryzxc/Map_IT
8d035fe1e3d3d58208f5cfbe8706522a175e7567
[ "Apache-2.0" ]
null
null
null
Map_IT/Form2.vb
chryzxc/Map_IT
8d035fe1e3d3d58208f5cfbe8706522a175e7567
[ "Apache-2.0" ]
null
null
null
Map_IT/Form2.vb
chryzxc/Map_IT
8d035fe1e3d3d58208f5cfbe8706522a175e7567
[ "Apache-2.0" ]
null
null
null
 Imports System Imports System.Text Imports System.IO Imports System.Threading Imports System.CodeDom.Compiler Imports Microsoft.CSharp Imports System.Collections.Generic Public Class Form2 Dim batchpath As String = Nothing Dim iconpath As String = Nothing Dim bindfilepath As String = Nothing Dim bin...
28.306358
110
0.598734
52ba282eea72be035302e0bb55bb864fc7d3a87f
248
vb
Visual Basic
Hotelie.Application/Rooms/Queries/IGetAllRoomsQuery.vb
phuctm97/app-hotelie
361e1fc5ac40b55f39b18a682573b0bfacaa1e45
[ "MIT" ]
2
2017-06-29T04:05:54.000Z
2021-03-14T16:43:42.000Z
Hotelie.Application/Rooms/Queries/IGetAllRoomsQuery.vb
phuctm97/app-hotelie
361e1fc5ac40b55f39b18a682573b0bfacaa1e45
[ "MIT" ]
null
null
null
Hotelie.Application/Rooms/Queries/IGetAllRoomsQuery.vb
phuctm97/app-hotelie
361e1fc5ac40b55f39b18a682573b0bfacaa1e45
[ "MIT" ]
2
2017-07-01T04:35:46.000Z
2019-05-17T10:06:54.000Z
Imports Hotelie.Application.Rooms.Models Namespace Rooms.Queries Public Interface IGetAllRoomsQuery Function Execute() As IEnumerable(Of IRoomModel) Function ExecuteAsync() As Task(Of IEnumerable(Of IRoomModel)) End Interface End Namespace
27.555556
64
0.822581
83e48877b95a37cb76e4a48aebb93fef65190a65
1,815
vb
Visual Basic
deeplearning4vb/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/autodiff/samediff/impl/DefaultSameDiffConditional.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
2
2021-09-03T15:27:58.000Z
2021-09-11T18:44:55.000Z
deeplearning4vb/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/autodiff/samediff/impl/DefaultSameDiffConditional.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
null
null
null
deeplearning4vb/nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/autodiff/samediff/impl/DefaultSameDiffConditional.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
1
2021-09-11T18:44:56.000Z
2021-09-11T18:44:56.000Z
Imports SDVariable = org.nd4j.autodiff.samediff.SDVariable Imports SameDiff = org.nd4j.autodiff.samediff.SameDiff Imports SameDiffConditional = org.nd4j.autodiff.samediff.SameDiffConditional Imports SameDiffFunctionDefinition = org.nd4j.autodiff.samediff.SameDiffFunctionDefinition ' ' * *****************************...
46.538462
150
0.693113
2b40b7d2dad38c2e573ac435c89051e585de4d10
892
bas
Visual Basic
vba/src/vUnit/some.bas
fbartnitzek/notes
969910d4926855888e81596181a8cd4750aa905c
[ "Apache-2.0" ]
null
null
null
vba/src/vUnit/some.bas
fbartnitzek/notes
969910d4926855888e81596181a8cd4750aa905c
[ "Apache-2.0" ]
null
null
null
vba/src/vUnit/some.bas
fbartnitzek/notes
969910d4926855888e81596181a8cd4750aa905c
[ "Apache-2.0" ]
null
null
null
Attribute VB_Name = "some" Option Explicit Public Function printf(mask As String, ParamArray tokens()) As String Dim i As Long For i = 0 To UBound(tokens) mask = Replace$(mask, "%" & i + 1, tokens(i)) Next printf = mask End Function Private Sub testPrintF() Call assertEquals("Sta...
30.758621
105
0.627803
7f8d95ea73e80f85f1c47b71a786c0611142753b
213,973
vb
Visual Basic
IncomeTracker/TestDataSet.Designer.vb
gabumoh/IncomeTracker
fa73bbe7bfb0abce50f512bac2dbe9380d4071c5
[ "MIT" ]
null
null
null
IncomeTracker/TestDataSet.Designer.vb
gabumoh/IncomeTracker
fa73bbe7bfb0abce50f512bac2dbe9380d4071c5
[ "MIT" ]
null
null
null
IncomeTracker/TestDataSet.Designer.vb
gabumoh/IncomeTracker
fa73bbe7bfb0abce50f512bac2dbe9380d4071c5
[ "MIT" ]
null
null
null
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
63.007362
492
0.668552
72edefc16805ebf89c6b0335d3577ce2d64b46bf
6,490
vb
Visual Basic
usbdrdaq/USBDRDAQVBDotNetConsole/USBDRDAQVBCon.vb
DHMechatronicAG/picosdk-vb-dot-net-examples
434d76211c6c345646b0c8c7ada07d3d827c1d54
[ "ISC" ]
1
2020-06-26T08:55:27.000Z
2020-06-26T08:55:27.000Z
usbdrdaq/USBDRDAQVBDotNetConsole/USBDRDAQVBCon.vb
DHMechatronicAG/picosdk-vb-dot-net-examples
434d76211c6c345646b0c8c7ada07d3d827c1d54
[ "ISC" ]
null
null
null
usbdrdaq/USBDRDAQVBDotNetConsole/USBDRDAQVBCon.vb
DHMechatronicAG/picosdk-vb-dot-net-examples
434d76211c6c345646b0c8c7ada07d3d827c1d54
[ "ISC" ]
11
2017-05-25T12:25:38.000Z
2021-02-11T21:59:59.000Z
'=================================================================================================== ' ' Filename: USBDRDAQBVBCon.vb ' ' Description: ' This file demonstrates how to use VB .NET on the USB DrDAQ using the usbdrdaq driver. ' It shows how to connect to a device, display device information and c...
32.944162
128
0.66379
fc793e6b4067631e61e999e377d0e7e9c17b9e12
314
vbs
Visual Basic
app/admin/model/memory_usage.vbs
flyfly123456/fly
e96bd05ac7774039491a32eb28d8c707a8e99c89
[ "Apache-2.0" ]
1
2020-03-08T01:42:29.000Z
2020-03-08T01:42:29.000Z
app/admin/model/memory_usage.vbs
flyfly123456/fly
e96bd05ac7774039491a32eb28d8c707a8e99c89
[ "Apache-2.0" ]
1
2020-12-10T04:52:55.000Z
2020-12-10T04:52:55.000Z
app/admin/model/memory_usage.vbs
flyfly123456/fly
e96bd05ac7774039491a32eb28d8c707a8e99c89
[ "Apache-2.0" ]
null
null
null
On Error Resume Next Set objWMI = GetObject("winmgmts:\\.\root\cimv2") Set colOS = objWMI.InstancesOf("Win32_OperatingSystem") For Each objOS in colOS Wscript.Echo("{""TotalVisibleMemorySize"":" & objOS.TotalVisibleMemorySize & ",""FreePhysicalMemory"":" & objOS.FreePhysicalMemory & "}") Next
52.333333
142
0.707006
da05747fabead12dbf7c3f591aa1b6b4d4f7fabb
106
bas
Visual Basic
test/coan/prog-3-1-d/data/prog-3-1-d.bas
jfitz/BASIC-1973
f456e83956d5ba28304a9487151fb8c080665233
[ "MIT" ]
1
2021-07-30T03:31:30.000Z
2021-07-30T03:31:30.000Z
test/coan/prog-3-1-d/ref/list.txt
jfitz/BASIC-1973
f456e83956d5ba28304a9487151fb8c080665233
[ "MIT" ]
null
null
null
test/coan/prog-3-1-d/ref/list.txt
jfitz/BASIC-1973
f456e83956d5ba28304a9487151fb8c080665233
[ "MIT" ]
1
2021-07-30T03:31:44.000Z
2021-07-30T03:31:44.000Z
5 PRINT "X 2*X X-10 X^3 X/(-3)" 10 FOR X=1 TO 6 30 PRINT X;2*X;X-10;X^3;X/(-3) 50 NEXT X 99 END
15.142857
40
0.518868
75370973da19bdad272acb59c70ebb25467d9ba1
445
vb
Visual Basic
Services/RouteMapper.vb
DNN-Connect/TwitterFeed
92ee381f04da4d4a796fb767b3284bdca0df3cee
[ "MIT" ]
6
2015-04-18T08:53:38.000Z
2019-05-03T19:04:51.000Z
Services/RouteMapper.vb
DNN-Connect/TwitterFeed
92ee381f04da4d4a796fb767b3284bdca0df3cee
[ "MIT" ]
1
2016-07-14T19:24:46.000Z
2016-07-14T19:24:46.000Z
Services/RouteMapper.vb
DNN-Connect/TwitterFeed
92ee381f04da4d4a796fb767b3284bdca0df3cee
[ "MIT" ]
1
2020-06-07T18:28:48.000Z
2020-06-07T18:28:48.000Z
Imports System Imports DotNetNuke.Web.Api Namespace Services Public Class RouteMapper Implements IServiceRouteMapper Public Sub RegisterRoutes(mapRouteManager As IMapRoute) Implements IServiceRouteMapper.RegisterRoutes mapRouteManager.MapHttpRoute("Connect/TwitterFeed", "default", "{...
26.176471
154
0.746067
5c31637203c73ab610dfb19ffba669cd36072afe
490
bas
Visual Basic
examples/manual/switches/option-gosub.bas
fatman2021/E6510CPU
a66268c747ae728c4dd76f8f3172601db64282a7
[ "BSD-2-Clause" ]
null
null
null
examples/manual/switches/option-gosub.bas
fatman2021/E6510CPU
a66268c747ae728c4dd76f8f3172601db64282a7
[ "BSD-2-Clause" ]
null
null
null
examples/manual/switches/option-gosub.bas
fatman2021/E6510CPU
a66268c747ae728c4dd76f8f3172601db64282a7
[ "BSD-2-Clause" ]
null
null
null
'' examples/manual/switches/option-gosub.bas '' '' NOTICE: This file is part of the FreeBASIC Compiler package and can't '' be included in other distributions without authorization. '' '' See Also: http://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOptiongosub '' -------- '' Compile with the "-lang fbl...
20.416667
76
0.683673
bf12ff98ff72300d442dbdefca2958020c580e1d
65,026
frm
Visual Basic
fractals/orgform/chby15.frm
da2ce7/fract4d-library
5323ce1316c7aa6355a554e1a399f74552d7baa2
[ "MIT" ]
2
2020-04-07T05:25:32.000Z
2021-08-11T20:43:18.000Z
fractals/orgform/chby15.frm
da2ce7/fract4d-library
5323ce1316c7aa6355a554e1a399f74552d7baa2
[ "MIT" ]
1
2020-06-05T19:40:39.000Z
2020-12-16T18:16:18.000Z
fractals/orgform/chby15.frm
da2ce7/fract4d-library
5323ce1316c7aa6355a554e1a399f74552d7baa2
[ "MIT" ]
2
2020-04-09T17:51:09.000Z
2021-08-11T20:43:30.000Z
;Version 1.1 ;Copyright (c)1998,1999 Morgan L. Owens ;EG-15{;V.1.1 - earlier versions may be discarded ; = Recurrence ;r=p1,bailout=real(p2)/10000,z=pixel: ;f=function in z ;fd=function' in z ;oz=z ;z=z-r*f/fd ;bailout<=sqrt(|(|z|)-(|oz|)|)} ; ; ;comment{Chebyshev Types: ; Inspired by Chris Green: ...
25.72231
159
0.502768
a42cf45b956617be5a812a8cccb86687c1324810
7,983
vb
Visual Basic
deeplearning4vb/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/api/TestNDArrayCreation.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
2
2021-09-03T15:27:58.000Z
2021-09-11T18:44:55.000Z
deeplearning4vb/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/api/TestNDArrayCreation.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
null
null
null
deeplearning4vb/nd4j/nd4j-backends/nd4j-tests/src/test/java/org/nd4j/linalg/api/TestNDArrayCreation.vb
Deep-Learning-4-VB-NET/deeplearning4vb
cb842cef7fa9a85b38d90e1eb9c75ad29d073449
[ "MIT" ]
1
2021-09-11T18:44:56.000Z
2021-09-11T18:44:56.000Z
Imports System Imports System.Collections.Generic Imports Slf4j = lombok.extern.slf4j.Slf4j Imports val = lombok.val Imports FloatPointer = org.bytedeco.javacpp.FloatPointer Imports Pointer = org.bytedeco.javacpp.Pointer Imports Disabled = org.junit.jupiter.api.Disabled Imports Tag = org.junit.jupiter.api.Tag Imports ...
48.97546
334
0.75999
b53574a3cbe36307e16511bed475c60fb819242b
1,796
bas
Visual Basic
test/cmd/cref_2/data/nim.bas
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
3
2017-08-30T15:23:53.000Z
2021-07-30T03:29:04.000Z
test/kk/nim/ref/list.txt
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
null
null
null
test/kk/nim/ref/list.txt
jfitz/BASIC-1965
7b663516b0a6dcf155401c7271262542eb43ad9b
[ "MIT" ]
1
2021-07-30T03:29:05.000Z
2021-07-30T03:29:05.000Z
100 REM THIS PROGRAM PLAYS THREE-PILE NIM, WITH RANDOM NUMBERS 110 REM IN EACH PILE. PLAYER WHO CLEARS BOARD WINS. 120 130 REM INITIALIZE 140 FOR P = 1 TO 3 150 LET N(P) = INT(10*RND(0))+6 160 NEXT P 170 PRINT "INITIAL CONFIGURATION:" 180 PRINT 190 GOSUB 900 200 210 REM OPPONENT'S MOVE 220 PRINT "PILE, NUMBER TAKEN"...
19.955556
62
0.626949
0e42a576f99c8e3dfa0358e9dbb3af10e57ef929
674
bas
Visual Basic
examples/graphics/OpenGL/fbgl/line.bas
zai1208/fbc
02cc78513c9e9d2aeab93dd41994f7593fceff48
[ "MIT" ]
521
2015-01-13T20:42:25.000Z
2022-03-24T19:13:18.000Z
examples/graphics/OpenGL/fbgl/line.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
196
2015-02-06T14:01:07.000Z
2022-03-30T18:10:33.000Z
examples/graphics/OpenGL/fbgl/line.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
142
2015-02-04T03:59:44.000Z
2022-03-09T07:33:33.000Z
'' '' anti-aliased line example '' '' to compile, build fbgl.bas first (fbc fbgl.bas -lib) '' #include once "fbgl.bi" const XRES = 320 const YRES = 240 var win = fbgl( XRES, YRES ) '' change to anti-aliased mode win.blendMode = fbgl.ANTIALISED win.lineSmooth = TRUE do '' clear the working page win.cls...
19.823529
61
0.603858
934bea6c5087a7e992971a09cb032fab7902b31f
4,332
frm
Visual Basic
helpfrm.frm
RizkyKhapidsyah/SK-Shuffler__VB6
04e96e49f19ffe4d849d06951de81214e678fff0
[ "Unlicense" ]
null
null
null
helpfrm.frm
RizkyKhapidsyah/SK-Shuffler__VB6
04e96e49f19ffe4d849d06951de81214e678fff0
[ "Unlicense" ]
null
null
null
helpfrm.frm
RizkyKhapidsyah/SK-Shuffler__VB6
04e96e49f19ffe4d849d06951de81214e678fff0
[ "Unlicense" ]
null
null
null
VERSION 5.00 Begin VB.Form helpfrm BackColor = &H0080C0FF& Caption = "Help" ClientHeight = 8055 ClientLeft = 60 ClientTop = 345 ClientWidth = 8220 LinkTopic = "Form1" ScaleHeight = 8055 ScaleWidth = 8220 StartUpPo...
31.391304
121
0.399584
edb8e2f1596d5a441db4ed8be22afaba51a5a23c
6,620
bas
Visual Basic
CMC030/utl/source/utl_mast_timeout.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
1
2018-10-17T08:53:17.000Z
2018-10-17T08:53:17.000Z
CMC030/utl/source/utl_mast_timeout.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
null
null
null
CMC030/utl/source/utl_mast_timeout.bas
khandy21yo/aplus
3b4024a2a8315f5dcc78479a24100efa3c4a6504
[ "MIT" ]
null
null
null
1 %TITLE "Timeout Setup" %SBTTL "UTL_MAST_TIMEOUT" %IDENT "V3.6a Calico" ! ! COPYRIGHT (C) 1987, 1988 BY ! Computer Management Center, Inc. ! Idaho Falls, Idaho. ! ! This software is furnished under a license and may be used and ! copied only in accordance with terms of such license and with ! the inclusion ...
21.92053
74
0.633384
726c9f94626225477de675ccc578f4d245ead3f9
54
bas
Visual Basic
codes/func_core_000_VVVVVVVVVVVVVVVVV.bas
sdupjj/ACAK
44e56a9fac79f8d5d748db0efb862a94b352efa8
[ "Apache-1.1" ]
4
2019-04-25T13:04:15.000Z
2020-02-18T10:19:22.000Z
codes/func_core_000_VVVVVVVVVVVVVVVVV.bas
sdupjj/ACAK
44e56a9fac79f8d5d748db0efb862a94b352efa8
[ "Apache-1.1" ]
null
null
null
codes/func_core_000_VVVVVVVVVVVVVVVVV.bas
sdupjj/ACAK
44e56a9fac79f8d5d748db0efb862a94b352efa8
[ "Apache-1.1" ]
2
2019-01-07T05:59:25.000Z
2021-06-09T03:58:39.000Z
Attribute VB_Name = "func_core_000_VVVVVVVVVVVVVVVVV"
27
53
0.87037
2edcb3cd2bdb8c66efd2b2f7b5fb46751a3ae364
1,495
vb
Visual Basic
VB/04_Graphs/SetRectangleTransparency.vb
eiceblue/Free-Spire.PDF-for-.NET
0ee457302283d2835afee7cf9d6e6b9d11dc39e5
[ "DOC" ]
null
null
null
VB/04_Graphs/SetRectangleTransparency.vb
eiceblue/Free-Spire.PDF-for-.NET
0ee457302283d2835afee7cf9d6e6b9d11dc39e5
[ "DOC" ]
null
null
null
VB/04_Graphs/SetRectangleTransparency.vb
eiceblue/Free-Spire.PDF-for-.NET
0ee457302283d2835afee7cf9d6e6b9d11dc39e5
[ "DOC" ]
null
null
null
Imports Spire.Pdf Imports Spire.Pdf.Graphics Namespace SetRectangleTransparency Partial Public Class Form1 Inherits Form Public Sub New() InitializeComponent() End Sub Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button1.Click Dim pdf As New PdfDocument() pdf.Load...
26.696429
97
0.710368
6f9a88be9d9b56936fff6aadf380f31c7391e6c8
2,078
vb
Visual Basic
Visual Studio Product Team/Official Visual Studio 2010 Samples for C# 4.0/[VB]-Official Visual Studio 2010 Samples for C# 4.0/ADO.NET Entity Framework/VB/EmployeeTracker/ViewModel/PhoneViewModel.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
2
2022-01-21T01:40:58.000Z
2022-01-21T01:41:10.000Z
Visual Studio Product Team/Official Visual Studio 2010 Samples for C# 4.0/[VB]-Official Visual Studio 2010 Samples for C# 4.0/ADO.NET Entity Framework/VB/EmployeeTracker/ViewModel/PhoneViewModel.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
1
2022-03-15T04:21:41.000Z
2022-03-15T04:21:41.000Z
Visual Studio Product Team/Official Visual Studio 2010 Samples for C# 4.0/[VB]-Official Visual Studio 2010 Samples for C# 4.0/ADO.NET Entity Framework/VB/EmployeeTracker/ViewModel/PhoneViewModel.vb
zzgchina888/msdn-code-gallery-microsoft
21cb9b6bc0da3b234c5854ecac449cb3bd261f29
[ "MIT" ]
null
null
null
' Copyright © Microsoft Corporation. All Rights Reserved. ' This code released under the terms of the ' Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.) Imports Microsoft.VisualBasic Imports System Imports EmployeeTracker.Model Namespace EmployeeTracker.ViewModel ''' <summary> ...
28.465753
94
0.569779
b86ccd86403812cfd85f3b49f2c885fcae0b198e
1,074
frm
Visual Basic
Form1.frm
RizkyKhapidsyah/Mengganti-SubString-Dalam-Suatu-String__VB6
0d2fcbc454b234642aa603425d7c4caa02ffb024
[ "Unlicense" ]
null
null
null
Form1.frm
RizkyKhapidsyah/Mengganti-SubString-Dalam-Suatu-String__VB6
0d2fcbc454b234642aa603425d7c4caa02ffb024
[ "Unlicense" ]
null
null
null
Form1.frm
RizkyKhapidsyah/Mengganti-SubString-Dalam-Suatu-String__VB6
0d2fcbc454b234642aa603425d7c4caa02ffb024
[ "Unlicense" ]
null
null
null
VERSION 5.00 Begin VB.Form Form1 Caption = "Mengganti SubString dalam Suatu String" ClientHeight = 3090 ClientLeft = 60 ClientTop = 450 ClientWidth = 6225 LinkTopic = "Form1" ScaleHeight = 3090 ScaleWidth = 6225 StartUpPositi...
27.538462
64
0.598696
87fd89759ff90734f0d2fec03e03c08eb1701893
1,767
vb
Visual Basic
MocaSQLCLR/Attr/AspectAttribute.vb
mocanet/MocaSQLCLR
ef298a3f19f0121d96ba89a007f72a24ed648b92
[ "MS-PL" ]
null
null
null
MocaSQLCLR/Attr/AspectAttribute.vb
mocanet/MocaSQLCLR
ef298a3f19f0121d96ba89a007f72a24ed648b92
[ "MS-PL" ]
6
2015-11-15T06:16:55.000Z
2022-01-16T03:19:38.000Z
MocaSQLCLR/Attr/AspectAttribute.vb
mocanet/MocaSQLCLR
ef298a3f19f0121d96ba89a007f72a24ed648b92
[ "MS-PL" ]
null
null
null
 Imports System.Reflection Imports Moca.Aop Imports Moca.Util Namespace Attr ''' <summary> ''' アスペクト属性 ''' </summary> ''' <remarks> ''' アスペクトしたいときに指定する。 ''' メソッドのみ指定可能です。 ''' </remarks> <AttributeUsage(AttributeTargets.Method, allowmultiple:=True)> _ Public Class AspectAttribute Inherits Attribute ''' ...
21.289157
91
0.669496
47bad98c9b7fffbe0ee190e22a12f052d8ea5fea
1,985
frm
Visual Basic
concat_utils/VBA/src/TimeStampForm.frm
manerotoni/mypic
6682255f0f50e440a9eb7fe249cec7921c76d9ad
[ "BSD-2-Clause" ]
2
2020-12-04T21:31:43.000Z
2021-11-15T22:08:06.000Z
concat_utils/VBA/src/TimeStampForm.frm
manerotoni/mypic
6682255f0f50e440a9eb7fe249cec7921c76d9ad
[ "BSD-2-Clause" ]
5
2020-07-27T19:01:03.000Z
2022-02-04T08:21:05.000Z
concat_utils/VBA/src/TimeStampForm.frm
manerotoni/mypic
6682255f0f50e440a9eb7fe249cec7921c76d9ad
[ "BSD-2-Clause" ]
null
null
null
VERSION 5.00 Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} TimeStampForm Caption = "Modify Time Stamp" ClientHeight = 3120 ClientLeft = 45 ClientTop = 435 ClientWidth = 4710 OleObjectBlob = "TimeStampForm.frx":0000 StartUpPosition = 1 'CenterOwner End Attr...
24.8125
72
0.692695
641b770746589378a48853fc2f36432321183d68
474
vbs
Visual Basic
functions/array/sizeof.vbs
zeirishin/phpvbs
d07861b832ba8b55b5d140055b4cdf45114baa75
[ "Unlicense" ]
10
2018-03-05T09:12:10.000Z
2021-12-17T00:45:06.000Z
functions/array/sizeof.vbs
zeirishin/phpvbs
d07861b832ba8b55b5d140055b4cdf45114baa75
[ "Unlicense" ]
null
null
null
functions/array/sizeof.vbs
zeirishin/phpvbs
d07861b832ba8b55b5d140055b4cdf45114baa75
[ "Unlicense" ]
5
2018-03-05T09:12:15.000Z
2021-12-17T01:04:27.000Z
<% '======================================================================= 'count() のエイリアス '======================================================================= '【引数】 ' var = mixed 配列。 ' mode = int オプションのmode 引数が COUNT_RECURSIVE (または 1) にセットされた場合、count() は再帰的に配列をカウントします。 '【処理】 ' ・この関数は次の関数のエイリアスです。...
31.6
96
0.348101
fa1e1465c957e415078a437d677486819aab44fd
2,840
bas
Visual Basic
tests/interactive/input.bas
zai1208/fbc
02cc78513c9e9d2aeab93dd41994f7593fceff48
[ "MIT" ]
521
2015-01-13T20:42:25.000Z
2022-03-24T19:13:18.000Z
tests/interactive/input.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
196
2015-02-06T14:01:07.000Z
2022-03-30T18:10:33.000Z
tests/interactive/input.bas
jayrm/fbc
ae665330eefc276bc16c0831657b714ee2f592fd
[ "MIT" ]
142
2015-02-04T03:59:44.000Z
2022-03-09T07:33:33.000Z
#include "fbcunit.bi" #include once "../console/common.bi" SUITE( fbc_tests.interactive.input_ ) '' '' Test app for console mode '' '' User input methods test declare sub inkey_test( byref title as string ) dim shared as integer w, h private sub test_proc using fbc_tests.console dim as integer x, y,...
20
70
0.598944
2722f74d050d35266d1351270a8fd30c4e73b461
11,000
vb
Visual Basic
Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb
PrivadoTest/arcobjects-sdk-community-samples
2f83fa35d2818100ab6a93e44306d778665083df
[ "Apache-2.0" ]
111
2016-02-22T12:50:15.000Z
2022-03-31T10:10:19.000Z
Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb
PrivadoTest/arcobjects-sdk-community-samples
2f83fa35d2818100ab6a93e44306d778665083df
[ "Apache-2.0" ]
14
2016-03-01T12:38:46.000Z
2022-02-02T02:34:04.000Z
Net/Controls/EditingBufferSnapAgent/VBNet/Application/EditingForm.Designer.vb
PrivadoTest/arcobjects-sdk-community-samples
2f83fa35d2818100ab6a93e44306d778665083df
[ "Apache-2.0" ]
201
2016-02-25T10:45:07.000Z
2022-03-25T16:13:15.000Z
'Copyright 2019 Esri '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 or agreed to in writing, software 'distri...
42.307692
138
0.790727
82f796689e337940c459d9bf3881c4f16949f2a2
13,257
vb
Visual Basic
hydrodatainfo/db_update/GraphReader.vb
jirikadlec2/hydrodata
5439741e21827c296b0b6d5b2aee0b453ddeda40
[ "BSD-3-Clause" ]
null
null
null
hydrodatainfo/db_update/GraphReader.vb
jirikadlec2/hydrodata
5439741e21827c296b0b6d5b2aee0b453ddeda40
[ "BSD-3-Clause" ]
null
null
null
hydrodatainfo/db_update/GraphReader.vb
jirikadlec2/hydrodata
5439741e21827c296b0b6d5b2aee0b453ddeda40
[ "BSD-3-Clause" ]
null
null
null
Imports System.Drawing Imports System.Net Public Class ArrayScore Implements IComparable(Of ArrayScore) Public Function CompareTo(other As ArrayScore) As Integer Implements IComparable(Of ArrayScore).CompareTo Return Me.Score.CompareTo(other.Score) End Function Public Digit As Integer Pu...
34.34456
184
0.539564
d68e5cebd00daf643906ed8274976ea9054e2d8a
1,110
vb
Visual Basic
src/Fabricante.vb
akaeme/LibraryManagment
c22eb1c344de712352fb0c76177485ccfbccba0a
[ "MIT" ]
null
null
null
src/Fabricante.vb
akaeme/LibraryManagment
c22eb1c344de712352fb0c76177485ccfbccba0a
[ "MIT" ]
null
null
null
src/Fabricante.vb
akaeme/LibraryManagment
c22eb1c344de712352fb0c76177485ccfbccba0a
[ "MIT" ]
null
null
null
Public Class Fabricante Private _codFabricante As String Private _fabricante As String Private _endereco As String Private _telefone As String Property CodFabricante As String Get Return _codFabricante End Get Set(value As String) _codFabricante = va...
20.943396
51
0.579279
ece05c962f25aae3719505029f0fc44a70e82424
7,231
vb
Visual Basic
src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerRootDesigner.vb
aodl/project-system
eb2850aa96dd8936bec9455ea61cbe7cb0c04e8e
[ "Apache-2.0" ]
1
2020-04-04T18:58:53.000Z
2020-04-04T18:58:53.000Z
src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerRootDesigner.vb
aodl/project-system
eb2850aa96dd8936bec9455ea61cbe7cb0c04e8e
[ "Apache-2.0" ]
null
null
null
src/Microsoft.VisualStudio.AppDesigner/ApplicationDesigner/ApplicationDesignerRootDesigner.vb
aodl/project-system
eb2850aa96dd8936bec9455ea61cbe7cb0c04e8e
[ "Apache-2.0" ]
null
null
null
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel Imports System.ComponentModel.Design Namespace Microsoft.VisualStudio.Editors.ApplicationDesigner '// {E18B7249-8322-44c3-...
42.28655
160
0.646245
a9a2e0f5a4600c1a77fff3854acca01fe195a04c
155
vbs
Visual Basic
VBScript/Convert_a_Domain_Name_(DNS)_to_ADsPath.vbs
DavidWiseman/WiseSoftScripts
4bb664e59127bef3e8895506939ca54dbcfa52d1
[ "MIT" ]
2
2021-01-18T00:16:32.000Z
2021-07-02T17:17:29.000Z
VBScript/Convert_a_Domain_Name_(DNS)_to_ADsPath.vbs
DavidWiseman/WiseSoftScripts
4bb664e59127bef3e8895506939ca54dbcfa52d1
[ "MIT" ]
null
null
null
VBScript/Convert_a_Domain_Name_(DNS)_to_ADsPath.vbs
DavidWiseman/WiseSoftScripts
4bb664e59127bef3e8895506939ca54dbcfa52d1
[ "MIT" ]
null
null
null
strDomainName = "scripting.wisesoft.co.uk" arrDomLevels = Split(strDomainName, ".") strADsPath = "dc=" & Join(arrDomLevels, ",dc=") WScript.Echo strADsPath
38.75
47
0.741935
afdadbc18461130d212b127b7025592e79aedaf1
5,117
vb
Visual Basic
resharper/tests.manual/tests.xunit.vb/tests.xunit.eyeball.vb/Traits.vb
derigel23/resharper-xunit
bc507786eac8a067837082eb1c89dde2e7226620
[ "Apache-2.0" ]
82
2015-01-08T11:42:15.000Z
2021-08-04T23:50:44.000Z
resharper/tests.manual/tests.xunit.vb/tests.xunit.eyeball.vb/Traits.vb
derigel23/resharper-xunit
bc507786eac8a067837082eb1c89dde2e7226620
[ "Apache-2.0" ]
113
2015-01-02T10:23:13.000Z
2017-12-10T22:41:24.000Z
resharper/tests.manual/tests.xunit.vb/tests.xunit.eyeball.vb/Traits.vb
derigel23/resharper-xunit
bc507786eac8a067837082eb1c89dde2e7226620
[ "Apache-2.0" ]
17
2015-02-15T02:56:23.000Z
2021-08-04T23:50:46.000Z
Imports Xunit ' TEST: The gutter icon should not have any category menus Public Class Tests_with_catgeory_traits ' TEST: The gutter icon should have 'Category "awesome"' submenu <Fact> <Trait("category", "awesome")> Public Sub Should_have_category_of_awesome() End Sub ' TEST: The gutter icon s...
34.342282
113
0.701583
7f0aca7b48c503a1d4970ebcc82afc0a3e9446d7
41,558
vb
Visual Basic
QuickLaunch/Formulars/Form1.vb
leolabs/quexecute
98cde4eeb1b632d4b00c89c6c46e6c005ffb1347
[ "Apache-2.0" ]
null
null
null
QuickLaunch/Formulars/Form1.vb
leolabs/quexecute
98cde4eeb1b632d4b00c89c6c46e6c005ffb1347
[ "Apache-2.0" ]
null
null
null
QuickLaunch/Formulars/Form1.vb
leolabs/quexecute
98cde4eeb1b632d4b00c89c6c46e6c005ffb1347
[ "Apache-2.0" ]
null
null
null
Imports Microsoft.Win32 Imports System.Text.RegularExpressions Imports System.IO Imports System.Web Imports NCalc Public Class MainWindow #Region "Deklarationen" Public Declare Auto Function GetSystemMetrics Lib "user32.dll" (ByVal smIndex As Integer) As Integer Private Declare Function RegisterHotKey Lib "us...
43.020704
299
0.604216
9206761ffc4b9b796afd579a4e870001763b8d32
23,347
vb
Visual Basic
grCompras_MensualesCantidades.aspx.vb
kodeitsolutions/ef-reports
0fabc06e4939032878a65a7172704c2d9ab184f7
[ "MIT" ]
null
null
null
grCompras_MensualesCantidades.aspx.vb
kodeitsolutions/ef-reports
0fabc06e4939032878a65a7172704c2d9ab184f7
[ "MIT" ]
null
null
null
grCompras_MensualesCantidades.aspx.vb
kodeitsolutions/ef-reports
0fabc06e4939032878a65a7172704c2d9ab184f7
[ "MIT" ]
1
2022-03-15T03:29:53.000Z
2022-03-15T03:29:53.000Z
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
64.494475
165
0.63914
76f71f75c3058c0c520a06d4b8005f79d3666d51
2,739
vb
Visual Basic
EasyLabel/EasyLabel/Serializer.vb
vanitas-mundi/Mp3Console
4767173137d8c4205ce365ac570a8e65d0df0023
[ "MIT" ]
null
null
null
EasyLabel/EasyLabel/Serializer.vb
vanitas-mundi/Mp3Console
4767173137d8c4205ce365ac570a8e65d0df0023
[ "MIT" ]
null
null
null
EasyLabel/EasyLabel/Serializer.vb
vanitas-mundi/Mp3Console
4767173137d8c4205ce365ac570a8e65d0df0023
[ "MIT" ]
null
null
null
Option Explicit On Option Infer On Option Strict On #Region " --------------->> Imports " Imports System.Runtime.Serialization.Formatters.Binary Imports System.IO Imports System.IO.Compression #End Region Public Class Serializer #Region " --------------->> Enumerationen der Klasse " #End Region '{Enumerationen der ...
25.839623
67
0.709018
09d8b0f11824f189d66a7d67db0eb3c3d283de8b
822
vb
Visual Basic
files/projects/Tabulating_System/ThesisCapstonePre1/ThesisCapstonePre1/DatabaseLocationAndConn.vb
lonlee152003/Portfolio101
8b36a7727491f822cb430880b462641deb632b7d
[ "CC-BY-3.0" ]
null
null
null
files/projects/Tabulating_System/ThesisCapstonePre1/ThesisCapstonePre1/DatabaseLocationAndConn.vb
lonlee152003/Portfolio101
8b36a7727491f822cb430880b462641deb632b7d
[ "CC-BY-3.0" ]
null
null
null
files/projects/Tabulating_System/ThesisCapstonePre1/ThesisCapstonePre1/DatabaseLocationAndConn.vb
lonlee152003/Portfolio101
8b36a7727491f822cb430880b462641deb632b7d
[ "CC-BY-3.0" ]
null
null
null
Public Class DatabaseLocationAndConn Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) End Sub Private Sub TextBox1_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.GotFocus TextBox1.Text = Nothing End Sub Private Sub Tex...
32.88
125
0.738443
9ad1d48ddfd2ee9d36a61a6a7abf77c5945d1181
7,046
vb
Visual Basic
proyecto/citas/frmAgregarCita.vb
RenzoMinelli/ProyectoConsultorioEPU
054017fc635b89e871c114f1e9e89310d7d6206a
[ "MIT" ]
null
null
null
proyecto/citas/frmAgregarCita.vb
RenzoMinelli/ProyectoConsultorioEPU
054017fc635b89e871c114f1e9e89310d7d6206a
[ "MIT" ]
null
null
null
proyecto/citas/frmAgregarCita.vb
RenzoMinelli/ProyectoConsultorioEPU
054017fc635b89e871c114f1e9e89310d7d6206a
[ "MIT" ]
null
null
null
Public Class frmAgregarCita Dim nombre As String Dim min As String Dim descr As String Private Sub agregarcitas2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim fecha As Date = frmCitas.fechaCita txbFechaHora.Text = fecha.ToString("dd/MM/y...
32.321101
407
0.579903
3cee8f1aef237695cf31de74deeca2cfa9d49472
10,957
vb
Visual Basic
DancePassion/BUS/Core/Users/ClsUsers.vb
ncxn/VTNCoLtd.VB.NET
387fa9b1b2c4d9a9ca7cf94b610ee09a6b22d41c
[ "MIT" ]
null
null
null
DancePassion/BUS/Core/Users/ClsUsers.vb
ncxn/VTNCoLtd.VB.NET
387fa9b1b2c4d9a9ca7cf94b610ee09a6b22d41c
[ "MIT" ]
null
null
null
DancePassion/BUS/Core/Users/ClsUsers.vb
ncxn/VTNCoLtd.VB.NET
387fa9b1b2c4d9a9ca7cf94b610ee09a6b22d41c
[ "MIT" ]
null
null
null
Imports MySql.Data.MySqlClient Imports VTNcoLtd.DAL Imports VTNcoLtd.Helper Imports VTNcoLtd.Model Namespace BUS Public Enum User_status Exits = 0 Active = 1 Locked = 2 NotExists = 3 WrongPass = 4 End Enum Public Class ClsUsers Private Shared Singleton As...
40.884328
217
0.586657
543eca3bff45bf879e13e3b1a050eb65dc31e1fd
384
vb
Visual Basic
Models/LifeBDO/Node.vb
nublet/BDOManager
63ac60a3cf826546349189b057adda2b713d6f50
[ "MIT" ]
null
null
null
Models/LifeBDO/Node.vb
nublet/BDOManager
63ac60a3cf826546349189b057adda2b713d6f50
[ "MIT" ]
null
null
null
Models/LifeBDO/Node.vb
nublet/BDOManager
63ac60a3cf826546349189b057adda2b713d6f50
[ "MIT" ]
null
null
null
Imports Newtonsoft.Json Namespace Models.LifeBDO Public Class Node <JsonProperty("node")> Public Property node As String <JsonProperty("region")> Public Property region As String <JsonProperty("cpCost")> Public Property cpCost As Integer <JsonProperty("subNodes")> Public Property...
27.428571
84
0.716146
11b1ed4c386028862cda0ac7fc7ce55fdfb04f72
1,515
bas
Visual Basic
examples/control_returning_01.bas
Samuel-DEVULDER/ugbasic
61971d500d2290512fbdd3d7e487806bc34f617d
[ "Apache-2.0" ]
10
2021-10-03T13:44:25.000Z
2022-03-10T23:53:32.000Z
examples/control_returning_01.bas
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
379
2021-08-12T09:46:09.000Z
2022-03-27T11:29:12.000Z
examples/control_returning_01.bas
Samuel-DEVULDER/ugbasic
61971d500d2290512fbdd3d7e487806bc34f617d
[ "Apache-2.0" ]
2
2021-11-08T19:37:50.000Z
2021-11-20T22:27:12.000Z
REM @english REM FLOW CONTROL WITH RETURNING (1) REM REM This example will show the use of ''GOSUB...RETURN'' keywords. The main code REM will alternate the border colors, first yellow and after black. Each color REM will last for one second on the screen. The color change routine is a separate REM routine, calle...
38.846154
85
0.723432
ddac62470c09e14ea07280ae8539149acc86dd74
1,712
vb
Visual Basic
src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb
DavidKarlas/roslyn
d9aaaee2403e47106898f105fd2e77b1c14a3c97
[ "Apache-2.0" ]
85
2015-01-02T12:12:29.000Z
2021-03-13T18:25:34.000Z
src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb
DavidKarlas/roslyn
d9aaaee2403e47106898f105fd2e77b1c14a3c97
[ "Apache-2.0" ]
18
2015-01-04T13:29:38.000Z
2018-11-06T15:42:30.000Z
src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb
DavidKarlas/roslyn
d9aaaee2403e47106898f105fd2e77b1c14a3c97
[ "Apache-2.0" ]
43
2015-01-03T13:48:55.000Z
2022-02-16T11:57:26.000Z
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.ComponentModel.Composition.Hosting Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.VisualBas...
48.914286
189
0.698598
2e3a4933b30723c7e1ba756a6c004b7dcb7fd398
8,499
vb
Visual Basic
hazedumper-master/csgo.vb
erwynesantos/csgo
bd77379d55e7cfc4235e0156f0a5bbc2325f1b75
[ "MIT" ]
null
null
null
hazedumper-master/csgo.vb
erwynesantos/csgo
bd77379d55e7cfc4235e0156f0a5bbc2325f1b75
[ "MIT" ]
null
null
null
hazedumper-master/csgo.vb
erwynesantos/csgo
bd77379d55e7cfc4235e0156f0a5bbc2325f1b75
[ "MIT" ]
null
null
null
' 2021-03-04 15:51:35.419998100 UTC Namespace hazedumper Public Const timestamp as Integer = &H60410207 Public Shared Class netvars Public Const cs_gamerules_data as Integer = &H0 Public Const m_ArmorValue as Integer = &HB378 Public Const m_Collision as Integer = &H320 Public Co...
55.914474
74
0.709378
1822c08119b1126ff61af3c968482ebcd71d7acf
7,208
bas
Visual Basic
Basic_version/elips.bas
RomaniukVadim/ellipsometric-calculator
629ae5c962dacd4416a180e0904b8ddcf642371a
[ "WTFPL" ]
null
null
null
Basic_version/elips.bas
RomaniukVadim/ellipsometric-calculator
629ae5c962dacd4416a180e0904b8ddcf642371a
[ "WTFPL" ]
null
null
null
Basic_version/elips.bas
RomaniukVadim/ellipsometric-calculator
629ae5c962dacd4416a180e0904b8ddcf642371a
[ "WTFPL" ]
null
null
null
5 CLS : PRINT : PRINT 10 PRINT " two-layer system": PRINT 15 PRINT " input a parameters of the system" 20 INPUT " length of wawes"; L 21 PRINT " support:" 22 INPUT "N3"; N3: INPUT "X3"; X3 23 PRINT " layer:" 24 INPUT "N2="; N2: INPUT "X2="; X2: INPUT "D2="; D2: INPUT "N1="; N1: INPUT "D1="; D1 25 PI = 3...
39.173913
82
0.52525