code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
Namespace Introduction
Public Class FirstApplication
Public Shared Sub Run()
' ExStart:1
' The path to the documents directory.
Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType)
Try
... | maria-shahid-aspose/Aspose.Cells-for-.NET | Examples/VisualBasic/Introduction/FirstApplication.vb | Visual Basic | mit | 1,319 |
'------------------------------------------------------------------------------
' <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>
'-----------... | Hadesxz/VB-codes | vbHTML editor/vbHTML editor/My Project/Resources.Designer.vb | Visual Basic | mit | 2,722 |
Module Module1
Function Filter(a As Double(), b As Double(), signal As Double()) As Double()
Dim result(signal.Length - 1) As Double
For i = 1 To signal.Length
Dim tmp = 0.0
For j = 1 To b.Length
If i - j < 0 Then
Continue For
... | ncoe/rosetta | Apply_a_digital_filter_(direct_form_II_transposed)/Visual Basic .NET/DigitalFilter/Module1.vb | Visual Basic | mit | 1,524 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MSSelector
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolea... | xieguigang/MassSpectrum-toolkits | src/mzkit/ControlLibrary/MSSelector.Designer.vb | Visual Basic | mit | 6,025 |
'Licensed under MIT.
Imports System.Net
Module Module1
Sub Main()
Dim keywords, sites As String
Dim response As String
Dim IsHijacked As Boolean = False
Using file As New System.IO.StreamReader("keywords.txt")
keywords = file.ReadToEnd().Replace(vbCrLf, ";").Replace(",",... | TianyiChen/HTTP-hijack-test-tool | main.vb | Visual Basic | mit | 2,361 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | PascalRode/GuiNETdemo | guinet_demo/My Project/Application.Designer.vb | Visual Basic | mit | 1,479 |
Imports System.ComponentModel
Imports System.ComponentModel.DataAnnotations
Imports System.Globalization
#Region "Models"
<PropertiesMustMatch("Password", "ConfirmPassword", ErrorMessage:="The password and confirmation password do not match.")> _
Public Class SubscribeRemoteModel
#Region "Private Members"
Priv... | hewittj/chargify-dot-net | Source/Chargify.MVC/Models/SubscriptionModels.vb | Visual Basic | mit | 8,940 |
'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... | Esri/arcobjects-sdk-community-samples | Net/3D/GlobeFlyTool/VBNet/PointZ.vb | Visual Basic | apache-2.0 | 1,754 |
'////////////////////////////////////////////////////////////////////////
' Copyright 2001-2015 Aspose Pty Ltd. All Rights Reserved.
'
' This file is part of Aspose.Imaging. The source code in this file
' is only intended as a supplement to the documentation, and is provided
' "as is", without warranty of any kind, ei... | farooqsheikhpk/Aspose.Cells-for-Cloud | Examples/DotNet/VisualBasic/Workbook/ConvertWorkbookToAnotherFormatWithoutStorage.vb | Visual Basic | mit | 1,220 |
' 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 Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Imports System.Xml.Linq
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.PD... | AdamSpeight2008/roslyn-AdamSpeight2008 | src/Compilers/VisualBasic/Test/Emit/PDB/PDBLambdaTests.vb | Visual Basic | apache-2.0 | 185,013 |
' 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.Threading
Imports Microsoft.CodeAnalysis.Completion
Imports Micros... | reaction1989/roslyn | src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb | Visual Basic | apache-2.0 | 14,864 |
' 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 Microsoft.CodeAnalysis.Classification
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeA... | DavidKarlas/roslyn | src/Workspaces/VisualBasic/Portable/Classification/Worker.DocumentationCommentClassifier.vb | Visual Basic | apache-2.0 | 14,128 |
' 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.Composition
Imports System.Diagnostics.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Mi... | ErikSchierboom/roslyn | src/Analyzers/VisualBasic/CodeFixes/UseCompoundAssignment/VisualBasicUseCompoundAssignmentCodeFixProvider.vb | Visual Basic | apache-2.0 | 1,857 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Namespace Microsoft.CodeAnalysis.VisualBasic
Partial Friend Class BoundRangeCaseClause
#If DEBUG Then
Private Sub Validate()
Validat... | OmarTawfik/roslyn | src/Compilers/VisualBasic/Portable/BoundTree/BoundRangeCaseClause.vb | Visual Basic | apache-2.0 | 585 |
Imports SistFoncreagro.BussinessEntities
Imports SistFoncreagro.DataAccess
Public Class DetEjerPresupBL : Implements IDetEjerPresupBL
Dim factoryrepository As IDetEjerPresupRepository
Public Sub New()
factoryrepository = New DetEjerPresupRepository
End Sub
Public Sub DeleteDetEjerPresup(ByV... | crackper/SistFoncreagro | SistFoncreagro.BussinesLogic/DetEjerPresupBL.vb | Visual Basic | mit | 1,426 |
#Region "Microsoft.VisualBasic::fd75e5e8119765167c3223ccd89a232c, src\mzmath\ms2_math-core\Spectra\GlobalAlignment.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT Licen... | xieguigang/spectrum | src/mzmath/ms2_math-core/Spectra/GlobalAlignment.vb | Visual Basic | mit | 8,525 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------------------------------------------... | VanyaD/HTML5 | SemanticHTMLHomework/01. Refactoring/My Project/Resources.Designer.vb | Visual Basic | mit | 2,704 |
'------------------------------------------------------------------------------
' <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>
'-----------... | SnowShock35/CalcPlumber | CalcPlumber/CalcPlumber/My Project/Application.Designer.vb | Visual Basic | mit | 1,482 |
Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
<Assembly: AssemblyTitle("Cr... | SolidEdgeCommunity/Samples | Assembly/CreateStructuralFrame/vb/CreateStructuralFrame/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,404 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class changeloghh
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)
Tr... | MJGC-Jonathan/ComputerHelper | Computer Helper/Computer Helper/changeloghh.Designer.vb | Visual Basic | mit | 6,660 |
Imports NeuralNetwork.Activation
Imports System.Xml
Module NetworkOperation
Public Sub loadTrainingData()
'load testing inputs
Using MyReader As New Microsoft.VisualBasic.FileIO.TextFieldParser(form_main.tb_input.Text)
MyReader.TextFieldType = FileIO.FieldType.Delimited
MyR... | Mierzen/Neural-Network | Neural Network/NetworkOperation.vb | Visual Basic | mit | 13,977 |
<Serializable()> Public Class OscopeMeas
Private _numFunctions As Integer = 2
Private _pathLossFile(_numFunctions - 1) As String
Private _antennaFactorFile(_numFunctions - 1) As String
Private _name As String
Private _sampleRate As Double
Private _sampleRateUnits As String
Private _memoryDe... | wboxx1/85-EIS-PUMA | puma/src/Supporting Objects/OscopeMeas.vb | Visual Basic | mit | 3,470 |
Imports Com.Aspose.OCR.Api
Imports Com.Aspose.OCR.Model
Namespace ExtractingManagingOCR.CloudStorage
Class ExtractOCRorHOCRTextFromURLImage
Public Shared Sub Run()
'ExStart:1
'Instantiate Aspose OCR Cloud API SDK
Dim ocrApi As New OcrApi(Common.APP_KEY, Common.APP_... | farooqsheikhpk/Aspose.OCR-for-Cloud | Examples/DotNET/VisualBasic/ExtractingManagingOCR/WithoutCloudStorage/ExtractOCRorHOCRTextFromURLImage.vb | Visual Basic | mit | 1,587 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | BarCode SDK/VB.NET/QR Code With Message/Module1.vb | Visual Basic | apache-2.0 | 1,698 |
' The variable referenced in this property is defined in the CSLAHelper20.vb file
<Category(" General Options - Business Object"), _
Description("The prefix for the member variables.")> _
Public Property MemberPrefix() As String
Get
Return m_MemberPrefix
End Get
Set(ByVal Value As S... | MarimerLLC/cslacontrib | branches/2010.11.001/CodeGenTemplates/CodeSmith/CSLAExpress/VB/Properties/GeneralOptionsObject/BasicOptionsObject.vb | Visual Basic | mit | 3,583 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Spreadsheet SDK/VB.NET/Add Background Image/Program.vb | Visual Basic | apache-2.0 | 1,761 |
' 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.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Sym... | amcasey/roslyn | src/Compilers/VisualBasic/Portable/Emit/NoPia/EmbeddedParameter.vb | Visual Basic | apache-2.0 | 3,259 |
' 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 Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.Visua... | AlekseyTs/roslyn | src/Compilers/VisualBasic/Test/Semantic/Semantics/ForeachTest.vb | Visual Basic | mit | 64,162 |
' 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.Collections.Immutable
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Represents a preprocessing conditional co... | REALTOBIZ/roslyn | src/Compilers/VisualBasic/Portable/Symbols/PreprocessingSymbol.vb | Visual Basic | apache-2.0 | 4,158 |
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wi... | master-m1000/rsaSecLib | rsaSecLib/rsaSecLib/My Project/Resources.Designer.vb | Visual Basic | mit | 2,938 |
Imports Aspose.Cloud
Namespace Document.SplitResources
Class SplitToNewPDFs
Public Shared Sub Run()
Dim inputfile As String = "doc-sample.doc"
' Upload input file from local directory to Cloud Storage
Common.UploadFile(inputfile, String.Empty)
' Split all ... | farooqsheikhpk/Aspose_Words_Cloud | Examples/DotNET/SDK/VisualBasic/Document/SplitResources/SplitToNewPDFs.vb | Visual Basic | mit | 653 |
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>10/02/2014 15:39:04</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Leviathan\Windows\Generated\Inpu... | thiscouldbejd/Leviathan | Windows/Generated/InputInterface.vb | Visual Basic | mit | 43,860 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... | patridge/VB-default-tests | VbDefault/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,136 |
Imports System.IO
Imports System.Runtime.InteropServices
Module Example
<STAThread()> _
Sub Main()
Dim objApplication As SolidEdgeFramework.Application = Nothing
Dim objPartDocument As SolidEdgePart.PartDocument = Nothing
Dim objStudyOwner As SolidEdgePart.StudyOwner = Nothing
... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgePart.Study.GetConstraintOwner.vb | Visual Basic | mit | 1,003 |
'------------------------------------------------------------------------------
' <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>
'-----------... | Micmaz/DTIControls | DTIContentManagement/DTIContentManagementTester/My Project/Settings.Designer.vb | Visual Basic | mit | 2,930 |
Namespace Cisco
''' <summary>Cisco IP-Phone Input Item</summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>08/02/2014 18:06:16</generator-date>
''' <generator-functions>1</generator-functions>
''' <ge... | thiscouldbejd/Caerus | _Cisco/Voice/Generated/CiscoIPPhoneInputItem.vb | Visual Basic | mit | 6,132 |
Imports System.Threading
Public Class Form1
Private tread As Thread
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
End Sub
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged
End Sub
Private Sub Button1_Clic... | ParityHF/Stuxnet-Remover | Stuxnet Remover/Form1.vb | Visual Basic | mit | 1,209 |
Imports Nemiro.OAuth
Public Class ExternalLoginResult
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
preResult.InnerHtml = ""
Dim result As AuthorizationResult = OAuthWeb.VerifyAuthorization()
preResult.InnerHtml += String.Form... | alekseynemiro/nemiro.oauth.dll | examples/Test/Test.VB.AspWebForms/ExternalLoginResult.aspx.vb | Visual Basic | apache-2.0 | 1,411 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form3
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)
T... | SolZe/SolZeWeb | Form3.Designer.vb | Visual Basic | apache-2.0 | 2,173 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... | RocketSoftware/multivalue-lab | U2/Demos/U2-Toolkit/.NET Samples/samples/VB.NET/UniVerse/UO_UniCommand/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,144 |
' Copyright (c) 2015 ZZZ Projects. All rights reserved
' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
' Website: http://www.zzzprojects.com/
' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
' All ZZZ Projects products: Entity Framework Exte... | zzzprojects/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Object/Cloning/Object.ShallowCopy.vb | Visual Basic | mit | 962 |
' 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.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System.Threading
Imports Microsoft.CodeAnal... | davkean/roslyn | src/Features/VisualBasic/Portable/SignatureHelp/MidAssignmentSignatureHelpProvider.vb | Visual Basic | apache-2.0 | 2,906 |
' 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 Microsoft.CodeAnalysis.Semantics
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Test.Ut... | CaptainHayashi/roslyn | src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_InvalidStatement.vb | Visual Basic | apache-2.0 | 22,305 |
Public Class BitBliter
#Region " BitBlt Declaration"
Private Declare Auto Function BitBlt Lib "GDI32.DLL" ( _
ByVal hdcDest As IntPtr, _
ByVal nXDest As Integer, _
ByVal nYDest As Integer, _
ByVal nWidth As Integer, _
ByVal nHeight As Integer, _
ByVal hdcSrc As IntP... | tomasbrod/Gridcoin-Research | contrib/Installer/boinc/boinc/GRCWireFrameCopierClass.vb | Visual Basic | mit | 2,975 |
' 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.Collections.Immutable
Imports System.Reflection.Metadata
Imports System.Reflection.Metadata.Ecma335
Imports ProprietaryTestResources = Microsof... | KashishArora/Roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/TypeForwarders.vb | Visual Basic | apache-2.0 | 47,716 |
' 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.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports Roslyn.Test.Utilities
Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeMo... | amcasey/roslyn | src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeEventTests.vb | Visual Basic | apache-2.0 | 37,936 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
'-------------------------------------------------------------------------------------------'
' Inicio de clas... | kodeitsolutions/ef-reports | Reportes - Nomina/rGConceptos_Detallado.aspx.vb | Visual Basic | mit | 4,214 |
Imports Microsoft.VisualBasic
Imports System.IO
Imports Aspose.Cells
Namespace Data.Handling.Find
Public Class FindingCellsContainingFormula
Public Shared Sub Run()
' ExStart:1
' The path to the documents directory.
Dim dataDir As String = RunExamples.GetDataDir(System.... | maria-shahid-aspose/Aspose.Cells-for-.NET | Examples/VisualBasic/Data/Handling/Find/FindingCellsContainingFormula.vb | Visual Basic | mit | 1,242 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------------------------------------------... | Ico093/TelerikAcademy | CSS/Homework/03.CSSLayout/CSSLayout/04.CSSTutorial/My Project/Resources.Designer.vb | Visual Basic | mit | 2,704 |
Imports System
Imports System.Runtime.InteropServices
Namespace Examples
Friend Class Program
<STAThread>
Shared Sub Main(ByVal args() As String)
Dim application As SolidEdgeFramework.Application = Nothing
Dim insightXT As SolidEdgeFramework.SolidEdgeInsightXT = Nothing
... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeFramework.SolidEdgeInsightXT.GetDocumentUID.vb | Visual Basic | mit | 1,161 |
Imports BVSoftware.Bvc5.Core.Content
Imports BVSoftware.Bvc5.Core
Imports System.Collections.ObjectModel
Partial Class BVModules_Offers_Free_Shipping_Edit
Inherits OfferTemplate
Private Const _freeShippingProducts As String = "FreeShippingProducts"
Private Shared _ShippingMethodId As String = "ShippingMet... | ajaydex/Scopelist_2015 | BVModules/Offers/Free Shipping/Edit.ascx.vb | Visual Basic | apache-2.0 | 7,565 |
Namespace Question
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class IntegerScreen
Inherits PDA.Screens.Question.NumericScreen
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Over... | QMDevTeam/QMPDA | QM.PDA.Screens/Question/IntegerScreen.Designer.vb | Visual Basic | apache-2.0 | 1,708 |
Imports System
Imports Microsoft.VisualBasic
Imports ChartDirector
Public Class hlinearmeterorientation
Implements DemoModule
'Name of demo module
Public Function getName() As String Implements DemoModule.getName
Return "H-Linear Meter Orientation"
End Function
'Number of charts produced ... | jojogreen/Orbital-Mechanix-Suite | NetWinCharts/VBNetWinCharts/hlinearmeterorientation.vb | Visual Basic | apache-2.0 | 3,541 |
' 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 Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Import... | eriawan/roslyn | src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinue/SymbolMatcherTests.vb | Visual Basic | apache-2.0 | 34,990 |
'Copyright 2013 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
'distributed u... | Esri/arcgis-templates-silverlight | src/GlassVB/GlassVB/Application.xaml.vb | Visual Basic | apache-2.0 | 2,650 |
Imports System
Imports System.Drawing
Imports System.Collections
Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Diagnostics
Imports System.IO
Imports System.Xml
Imports AnimatGuiCtrls.Controls
Imports AnimatGUI.DataObjects
Namespace Collections
Public Class SystemTypes
... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/AnimatGUI/Collections/SystemTypes.vb | Visual Basic | bsd-3-clause | 5,940 |
' 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 Microsoft.Cci
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Emit
Namespace M... | brettfo/roslyn | src/Compilers/VisualBasic/Portable/Emit/EventSymbolAdapter.vb | Visual Basic | apache-2.0 | 4,969 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Premium Suite/VB.NET/Pdf files batch processing with pdf extractor sdk/Module1.vb | Visual Basic | apache-2.0 | 1,752 |
Imports Microsoft.VisualStudio.Debugger.Evaluation
Imports Xunit
Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator
Public Class ArrayExpansionTests : Inherits VisualBasicResultProviderTestBase
<Fact>
Public Sub MultiDimensionalArrays()
Dim source = "
Class C
Dim _2... | DavidKarlas/roslyn | src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/ArrayExpansionTests.vb | Visual Basic | apache-2.0 | 1,505 |
' 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 Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.Symbo... | akoeplinger/roslyn | src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/RemoveHandlerStatementDocumentation.vb | Visual Basic | apache-2.0 | 1,587 |
' 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.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Simplification
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Impor... | DavidKarlas/roslyn | src/Workspaces/VisualBasic/Portable/Simplification/VisualBasicSimplificationService.Expander.vb | Visual Basic | apache-2.0 | 40,054 |
Imports System
Public Module modmain
Sub Main()
Console.WriteLine ("Hello World!")
End Sub
End Module
| chinmayshah99/helloworld | visual-basic/hello.vb | Visual Basic | mit | 119 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18331
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | age-killer/Electronic-invoice-document-processing | MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBAddCategory/My Project/Settings.Designer.vb | Visual Basic | mit | 2,932 |
Imports System.Collections.ObjectModel
Imports System.Collections.Specialized
Imports System.ComponentModel
Imports LampCommon
<DefaultEvent("JobClick")>
Public Class MultiJobViewer
Public Event JobClick(sender As Object, e As JobClickedEventArgs)
Public Event ApproveClick(sender As Object, job As LampJobEve... | KameQuazi/Software-Major-Assignment-2k18 | LampClient/controls/jobs/MultiJobViewer.vb | Visual Basic | mit | 4,852 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17929
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | mmgreenhacker/CodeFinal | serial communication/serial communication/My Project/Settings.Designer.vb | Visual Basic | mit | 2,930 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmOptions
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... | cessnao3/orientation-client | Maze UNPUBLISHED/finalProject/frmOptions.Designer.vb | Visual Basic | mit | 4,358 |
'------------------------------------------------------------------------------
' <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>
'-----------... | TallerGrupoVisual05/pruebaPV0005 | TallerGrupo05/TallerGrupo05/My Project/Resources.Designer.vb | Visual Basic | mit | 2,718 |
' 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.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Microsoft.VisualStudio.Languag... | HellBrick/roslyn | src/VisualStudio/Core/Test/CodeModel/CSharp/FileCodeModelTests.vb | Visual Basic | apache-2.0 | 30,914 |
' | Version 10.2
' | Copyright 2014 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 l... | Esri/water-utility-mobile-map | EditFeaturesMapAction/EditFeaturesMapAction.vb | Visual Basic | apache-2.0 | 42,393 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Option Strict Off
Imports Microsoft.CodeAnalysis.CodeFixes.Suppression
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Diagnostics
Imports Microsoft.CodeAnalys... | HellBrick/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionAllCodeTests.vb | Visual Basic | apache-2.0 | 2,575 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/PDF Information API/VB.NET/Get PDF Info From URL/Module1.vb | Visual Basic | apache-2.0 | 2,776 |
Option Strict On
Namespace Xeora.Web.Site.Setting
Public Class Settings
Implements [Shared].IDomain.ISettings
Private _XPathStream As IO.StringReader = Nothing
Private _XPathNavigator As Xml.XPath.XPathNavigator
Private _Configurations As Configurations
Private _Services ... | xeora/XeoraCube | Framework/Xeora.Web/Site/Domain/Setting/Settings.vb | Visual Basic | mit | 2,796 |
Imports System.Collections.Generic
Imports System.Linq
Imports Tests.Model
Public Module CompilerServices
Public Function CompareString(ByVal db As ITestDataContext) As IEnumerable(Of Person)
Return From p In db.Person Where p.FirstName = "John" Select p
End Function
End Module
| ronnyek/linq2db | Tests/VisualBasic/CompilerServices.vb | Visual Basic | mit | 314 |
' 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 Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.... | abock/roslyn | src/Features/VisualBasic/Portable/ConvertIfToSwitch/VisualBasicConvertIfToSwitchCodeRefactoringProvider.Rewriting.vb | Visual Basic | mit | 3,543 |
' 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.Composition
Imports Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
... | mavasani/roslyn-analyzers | src/NetAnalyzers/VisualBasic/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/BasicIdentifiersShouldNotHaveIncorrectSuffix.Fixer.vb | Visual Basic | apache-2.0 | 731 |
' 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.Generic
Imports System.Text
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Test.Uti... | panopticoncentral/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/EnumTests.vb | Visual Basic | mit | 48,633 |
' 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.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsof... | AmadeusW/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_Redim.vb | Visual Basic | apache-2.0 | 1,838 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TLSE_dialog
Inherits System.Windows.Forms.Form
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Bo... | Brionjv/Tomodachi-Life-Save-Editor | Project EX/Tomodachi Life Save Editor/TLSE_dialog.Designer.vb | Visual Basic | mit | 9,433 |
'****************************************************************************
'* Archie Jacobs
'* Manufacturing Automation, LLC
'* support@advancedhmi.com
'* 12-JUN-11
'*
'* Copyright 2011 Archie Jacobs
'*
'* Distributed under the GNU General Public License (www.gnu.org)
'*
'* This program is free software; you can re... | bgreer5050/AdvancedHMI | AdvancedHMIControls/Controls/BasicLabel.vb | Visual Basic | mit | 24,771 |
#Region "Microsoft.VisualBasic::fed4d313795705fb87f2097fa282ba4f, src\mzmath\TargetedMetabolomics\LinearQuantitative\Models\StandardCurve.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
' ... | xieguigang/MassSpectrum-toolkits | src/mzmath/TargetedMetabolomics/LinearQuantitative/Models/StandardCurve.vb | Visual Basic | mit | 5,954 |
Imports System.ServiceProcess
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ServiceMain
Inherits System.ServiceProcess.ServiceBase
'UserService overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub ... | jamend/BeyondProxima.vb | ProximaTicker/ServiceMain.designer.vb | Visual Basic | mit | 1,913 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' La información general de un ensamblado se controla mediante el siguiente
' conjunto de atributos. Cambie estos valores de atributo para modificar la información
' asociada con un ensamblado.
' Revisar los valores de los atrib... | Danesas/Proyecto-PV-2016 | Parcial1/ProyectoParcial/ProyectoParcial/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,282 |
' 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.Collections.Immutable
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.Implementation.CommentSelection
Imports Microsoft.Co... | aelij/roslyn | src/EditorFeatures/VisualBasicTest/CommentSelection/VisualBasicCommentSelectionTests.vb | Visual Basic | apache-2.0 | 4,659 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Section
Inherits QM.PDA.Screens.BaseForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If dispos... | QMDevTeam/QMPDA | QM.PDA.App/Section.Designer.vb | Visual Basic | apache-2.0 | 3,581 |
Public Class Constants
Public Const APP_NAME As String = "ClassifierClient"
' data files
Public Const BUILDER_DATA As String = "BuilderDataSource.xml"
Public Const BUILDER_DATA_PATCH As String = "BuilderDataSourcePatch.xml"
Public Const DEVICE_DATA As String = "DeviceDataSource.xml"
Public Cons... | OpenDDRmobi/openddr-vb | Client/Constants.vb | Visual Basic | apache-2.0 | 1,307 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Snakey
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
... | TheUltimateHacker/ShiftOS | ShiftOS/Snakey.Designer.vb | Visual Basic | apache-2.0 | 12,841 |
'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... | Esri/arcobjects-sdk-community-samples | Net/Framework/SelectionAddInSample/VBNet/ToggleDockWinBtn.vb | Visual Basic | apache-2.0 | 1,273 |
'
' DotNetNuke® - https://www.dnnsoftware.com
' Copyright (c) 2002-2018
' by DotNetNuke Corporation
'
' 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 witho... | RichardHowells/Dnn.Platform | DNN Platform/DotNetNuke.WebUtility/Browser Caps/BrowserCaps.vb | Visual Basic | mit | 6,531 |
' Copyright 2013, Google Inc. All Rights Reserved.
'
' 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 ... | akilb/googleads-adwords-dotnet-lib | examples/adwords/VB/v201306/ErrorHandling/HandlePolicyViolationError.vb | Visual Basic | apache-2.0 | 7,041 |
' 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.Collections.Immutable
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.CodeActions
Imports Microsoft.CodeAnal... | aelij/roslyn | src/Features/VisualBasic/Portable/CodeFixes/GenerateEndConstruct/GenerateEndConstructCodeFixProvider.vb | Visual Basic | apache-2.0 | 15,667 |
Imports bv.common.Core
Imports bv.common.Objects
Imports System.Data
Imports System.Data.Common
Imports System.Collections.Generic
Imports System.Data.SqlClient
Namespace Core
Public Class AuditManager
Private Shared m_AsyncConnection As IDbConnection
Private Shared m_AsyncConnectionManag... | EIDSS/EIDSS-Legacy | EIDSS v6/vb/Shared/bv_dbcommon/DbService/AuditManager.vb | Visual Basic | bsd-2-clause | 6,889 |
' 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 Microsoft.CodeAnalysis.Editor.Host
Imports Microsoft.CodeAnalysis.Editor.Navigation
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports... | managed-commons/roslyn | src/EditorFeatures/Test2/Utilities/GoToHelpers/GoToTestHelpers.vb | Visual Basic | apache-2.0 | 4,417 |
' 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.Collections.Immutable
Imports System.Reflection
Imports System.Threading
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports M... | sharadagrawal/Roslyn | src/EditorFeatures/Test2/Diagnostics/DiagnosticServiceTests.vb | Visual Basic | apache-2.0 | 108,148 |
#If _MyType <> "Empty" Then
Namespace My
''' <summary>
''' WPF のマイ名前空間で使用できるプロパティを定義するためのモジュール
''' </summary>
''' <remarks></remarks>
<Global.Microsoft.VisualBasic.HideModuleName()> _
Module MyWpfExtension
Private s_Computer As New ThreadSafeObjectProvider(Of Global.Microsoft.VisualBas... | surviveplus/EditorPlus | prototype/BulkUI/BulkUI/My Project/MyExtensions/MyWpfExtension.vb | Visual Basic | mit | 7,170 |
' 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 Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.CSharp.CodeFixes.AddImport
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft... | jbhensley/roslyn | src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb | Visual Basic | apache-2.0 | 7,627 |
' 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.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions
Public Class AwaitKeywor... | physhi/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/AwaitKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 3,073 |
' 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.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | AmadeusW/roslyn | src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/SelectKeywordRecommender.vb | Visual Basic | apache-2.0 | 1,715 |
' 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.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.ExpressionEvaluator
Imports Microsoft.CodeAnalysis.... | OmarTawfik/roslyn | src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/HoistedMeTests.vb | Visual Basic | apache-2.0 | 39,059 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
'-----------------------------------------------------------------------------
' Contains the definition of the Scanner, which produces tokens from text
'---... | v-codeel/roslyn | src/Compilers/VisualBasic/Portable/Scanner/ScannerBuffer.vb | Visual Basic | apache-2.0 | 7,560 |
' 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.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.ExtractMethod
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespa... | v-codeel/roslyn | src/Features/VisualBasic/Portable/ExtractMethod/VisualBasicMethodExtractor.VisualBasicCodeGenerator.SingleStatementCodeGenerator.vb | Visual Basic | apache-2.0 | 3,869 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.