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 |
|---|---|---|---|---|---|
# AUTOGENERATED FILE
FROM balenalib/fincm3-debian:stretch-run
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu57 \
libssl1.1 \
... | nghiant2710/base-images | balena-base-images/dotnet/fincm3/debian/stretch/3.1-aspnet/run/Dockerfile | Dockerfile | apache-2.0 | 3,122 |
# AUTOGENERATED FILE
FROM balenalib/kitra520-ubuntu:xenial-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public... | nghiant2710/base-images | balena-base-images/python/kitra520/ubuntu/xenial/3.5.10/build/Dockerfile | Dockerfile | apache-2.0 | 4,831 |
# AUTOGENERATED FILE
FROM balenalib/am571x-evm-debian:buster-run
ENV NODE_VERSION 10.24.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver ... | nghiant2710/base-images | balena-base-images/node/am571x-evm/debian/buster/10.24.0/run/Dockerfile | Dockerfile | apache-2.0 | 2,942 |
# AUTOGENERATED FILE
FROM balenalib/artik533s-debian:buster-build
ENV NODE_VERSION 12.22.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gp... | nghiant2710/base-images | balena-base-images/node/artik533s/debian/buster/12.22.1/build/Dockerfile | Dockerfile | apache-2.0 | 2,786 |
###
#
# Copyright 2017, Institute for Systems Biology
#
# 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 o... | isb-cgc/ISB-CGC-Webapp | Dockerfile | Dockerfile | apache-2.0 | 3,046 |
# AUTOGENERATED FILE
FROM balenalib/edge-alpine:edge-run
ENV GO_VERSION 1.15.8
# set up nsswitch.conf for Go's "netgo" implementation
# - https://github.com/golang/go/blob/go1.9.1/src/net/conf.go#L194-L275
# - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf
RUN [ ! -e /etc/nsswitch.conf ] && echo 'ho... | nghiant2710/base-images | balena-base-images/golang/edge/alpine/edge/1.15.8/run/Dockerfile | Dockerfile | apache-2.0 | 2,468 |
Imports System
Imports System.Drawing
Imports System.Windows.Forms
Public Class PaintToolBar
'¦¹Ãþ§O©w¸qÃö©ó¤u¨ã¦C¥~Æ[¤Î¦æ¬°
Inherits PaintWithRegistry
Protected ToolBarCommand As Integer = 7 '¨Ï¥ÎªÌ¤u¨ã¦C©R¥O¿ï¾Ü
Protected LastCommand As Integer '¤W¤@Ó©R¥O
Protecte... | neville1/MSPaint | MsPaint Sub/PaintToolbar.vb | Visual Basic | mit | 4,078 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.1433
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------... | pmprog/pmScript | pmDebug/My Project/Settings.Designer.vb | Visual Basic | mit | 2,900 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | PAS_fNotas_Credito.aspx.vb | Visual Basic | mit | 10,260 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class LogoutBox
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
... | KameQuazi/Software-Major-Assignment-2k18 | LampClient/DialogBoxes/LogoutBox.Designer.vb | Visual Basic | mit | 6,027 |
Namespace Media
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>17/02/2014 16:03:03</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Deimos\_Me... | thiscouldbejd/Deimos | _Media/Enums/WMT_ATTR_DATATYPE.vb | Visual Basic | mit | 1,012 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.239
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------... | WillSams/aspnet_mvc3_springnhibernate | src/web/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 2,894 |
' 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.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnal... | paladique/roslyn | src/Compilers/VisualBasic/Portable/Lowering/Rewriter.vb | Visual Basic | apache-2.0 | 6,817 |
' 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.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.PooledObjects
Imports Mi... | aelij/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_NullableHelpers.vb | Visual Basic | apache-2.0 | 24,667 |
Public Class mysqlSettings
Private Sub btnSalvar_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSalvar.Click
'Guardamos en sus respectivas variables globales
_varglobal.ip = txtIp.Text
_varglobal.pass = txtPass.Text
_varglobal.user = txtUser.Text
... | cecortes/Rekor | Vb/rekorRfidWebCam/rekorRfidWebCam/mysqlSettings.vb | Visual Basic | apache-2.0 | 714 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Scanning_keluar_Edit
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Bool... | anakpantai/busus | SIMARSIP/Arsip Keluar/Scanning Keluar Edit.Designer.vb | Visual Basic | apache-2.0 | 12,990 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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
... | Joeordie/POS408Team | ContactManager/WindowsApplication1/Form1.Designer.vb | Visual Basic | bsd-2-clause | 2,842 |
' 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.Runtime.CompilerServices
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeA... | marksantos/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/ExpressionSyntaxExtensions.vb | Visual Basic | apache-2.0 | 95,473 |
' 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 System.Threading.Tasks
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Completion
Imports Microsoft.CodeAnalysis.Editor... | jaredpar/roslyn | src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/SuggestionModeCompletionProviderTests.vb | Visual Basic | apache-2.0 | 13,083 |
Imports System.Collections.Immutable
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Collections
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Roslyn.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator
Friend Delegate Function Ge... | DavidKarlas/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/EEMethodSymbol.vb | Visual Basic | apache-2.0 | 24,290 |
' 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.ApiDesignGuidelines.Analyzers
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis
Imports Mic... | natidea/roslyn-analyzers | src/Microsoft.CodeQuality.Analyzers/VisualBasic/ApiDesignGuidelines/BasicEnumsShouldHaveZeroValue.Fixer.vb | Visual Basic | apache-2.0 | 995 |
' 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.VisualBasic.Symbols
Namespace Microsoft.CodeAnalysis.VisualBasic
Friend NotInheritable Class Laz... | DavidKarlas/roslyn | src/Compilers/VisualBasic/Portable/Errors/LazyObsoleteDiagnosticInfo.vb | Visual Basic | apache-2.0 | 2,344 |
' 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.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.C... | yeaicc/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_SyncLock.vb | Visual Basic | apache-2.0 | 16,832 |
' 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.PasteTracking
<UseExportProvider>
Public Class PasteTrackingServiceTests
Private Const Project1Name = "Proj... | DustinCampbell/roslyn | src/EditorFeatures/Test2/PasteTracking/PasteTrackingServiceTests.vb | Visual Basic | apache-2.0 | 13,236 |
' 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.Diagnostics
Imports System.Runtime.InteropServices
Imports Microso... | davkean/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_SelectCase.vb | Visual Basic | apache-2.0 | 22,052 |
' 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.ObjectModel
Imports Microsoft.CodeAnalysis.Editor.Implementation.InlineRename
Imports Micro... | AmadeusW/roslyn | src/EditorFeatures/Test2/Rename/RenameTagProducerTests.vb | Visual Basic | apache-2.0 | 73,739 |
Namespace Microsoft.CodeAnalysis.VisualBasic
Friend Partial Module ErrorFacts
Public Function IsWarning(code as ERRID) As Boolean
Select Case code
Case ERRID.WRN_BadSwitch,
ERRID.WRN_NoConfigInResponseFile,
ERRID.WRN_IgnoreModuleManifest... | VSadov/roslyn | src/Compilers/VisualBasic/Portable/Generated/ErrorFacts.Generated.vb | Visual Basic | apache-2.0 | 10,820 |
' 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.VisualBasic.KeywordHighlighting
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.KeywordHighlighting
Pu... | bbarry/roslyn | src/EditorFeatures/VisualBasicTest/KeywordHighlighting/WhileBlockHighlighterTests.vb | Visual Basic | apache-2.0 | 2,001 |
' 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
Imports System.Collections.Immutable
Imports System.Reflection.Metadata
Imports Microsoft.CodeAnalysis.... | AlekseyTs/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicEESymbolProvider.vb | Visual Basic | mit | 4,500 |
' 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.VisualBasic.KeywordHighlighting
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.KeywordHighlighting
Pu... | droyad/roslyn | src/EditorFeatures/VisualBasicTest/KeywordHighlighting/MultiLineIfBlockHighlighterTests.vb | Visual Basic | apache-2.0 | 2,847 |
'------------------------------------------------------------------------------
' <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>
'-----------... | miguel2192/CSC-162 | Rodriguez_GuessingGame/Rodriguez_GuessingGame/My Project/Settings.Designer.vb | Visual Basic | mit | 2,950 |
Imports System.Xml.Serialization
Friend Class SerializerCache
Private Shared hash As New Hashtable()
''' <summary>
'''
''' </summary>
''' <param name="type"></param>
''' <returns></returns>
Friend Shared Function GetSerializer(ByVal type As Type) As XmlSerializer
Dim res As XmlSer... | skitsanos/WDK10 | WDK.XML.Utils/SerializerCache.vb | Visual Basic | mit | 633 |
Imports System.Configuration
Imports System.Data.Common
Imports log4net
Public Class DatabaseTestBase
Inherits TestBase
Private Shared ReadOnly Log As ILog = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod.DeclaringType)
Protected Overrides Sub SetUp()
MyBase.SetUp()
... | claco/siphon | SiphonTests/DatabaseTestBase.vb | Visual Basic | mit | 4,200 |
Friend Module Config
Public Property useXkey As Boolean = False
Public Property MainForm As Main
Public Property ConfigForm As ConfigForm
Public Property AppSwither As AppSwither
End Module
| ErikV88/AppSwitcherPlussPluss | AppSwitcher++/Config.vb | Visual Basic | mit | 210 |
' This file was generated by CSLA Object Generator - CslaGenFork v4.5
'
' Filename: DocType
' ObjectType: DocType
' CSLAType: EditableRoot
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports Csla
Imports Csla.Data
Imports DocStore.Business.Util
Imports Csla.Rules
Imports Csla.... | CslaGenFork/CslaGenFork | trunk/CoverageTest/Plain/Plain-WIN-VB/DocStore.Business/DocType.Designer.vb | Visual Basic | mit | 23,207 |
' 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.Runtime.CompilerServices
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAna... | reaction1989/roslyn | src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/ObjectCreationExpressionExtensions.vb | Visual Basic | apache-2.0 | 1,351 |
'------------------------------------------------------------------------------
' <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>
'-----------... | panthernet/GraphX | Examples/WindowsDesktop_VB.NET_WinForms_Example/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 2,954 |
Public Partial Class TimerPickerTest
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
tpTimeIn.SelectedTime = Now.TimeOfDay
End Sub
Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Ha... | Micmaz/DTIControls | JqueryUIControls/JqueryUIControlsTest/TimerPickerTest.aspx.vb | Visual Basic | mit | 379 |
Option Strict Off
Option Explicit On
Imports Sooda
Imports Sooda.UnitTests.BaseObjects
Imports System
Imports System.Collections
Imports System.Data
Imports System.Diagnostics
Namespace Sooda.UnitTests.VBObjects
Public Class PKString
Inherits Sooda.UnitTests.VBObjects.Stubs.PKString_Stub
... | pfusik/sooda | tests/VBUnitTestObjects/PKString.vb | Visual Basic | bsd-2-clause | 830 |
Imports Microsoft.VisualBasic
Imports System.Reflection
Imports System.Resources
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices
Imports System.Windows
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modi... | devkimchi/Windows-API-Code-Pack-1.1 | source/Samples/AeroGlass/VB/WpfGlassDemo/My Project/AssemblyInfo.vb | Visual Basic | mit | 2,129 |
' 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.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.VisualBasic.... | DavidKarlas/roslyn | src/Compilers/VisualBasic/Portable/Lowering/IteratorRewriter/IteratorRewriter.vb | Visual Basic | apache-2.0 | 22,193 |
' 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
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extension... | furesoft/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateType/GenerateTypeTests.vb | Visual Basic | apache-2.0 | 41,641 |
' 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.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysi... | ErikSchierboom/roslyn | src/EditorFeatures/Test2/IntelliSense/VisualBasicCompletionCommandHandlerTests.vb | Visual Basic | apache-2.0 | 141,466 |
' 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.Editor.VisualBasic.UnitTests.Recommendations.Statements
Public Class CaseKeywordRecommenderTests
<Fact>
<T... | Pvlerick/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Statements/CaseKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 3,792 |
Namespace Security.SystemOptions_Applications
Public Class ApplicationDrivers
Inherits SecurityItemBase
Public Sub New()
_ConceptItemName = "Application Drivers"
_ConceptName = "System Options_Applications"
_Description = "Allow access to 'Application Driver's ... | nublet/DMS | DMS.Forms.Shared/Security/Items/SystemOptions/Applications/ApplicationDrivers.vb | Visual Basic | mit | 532 |
Imports System
Imports Aspose.Cells
Imports Aspose.Cells.Drawing
Namespace Articles
Public Class ShadowEffectOfShape
Public Shared Sub Run()
' ExStart:ShadowEffectOfShape
' The path to the documents directory.
Dim dataDir As String = RunExamples.GetDataDir(System.Reflec... | maria-shahid-aspose/Aspose.Cells-for-.NET | Examples/VisualBasic/Articles/ShadowEffectOfShape.vb | Visual Basic | mit | 1,133 |
Imports System
Imports System.Collections.Specialized
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Namespace Authentication
Public Class Status
Implements System.Web.IHttpHandler
#Region " IHttpHandler Implementation "
Public ReadOnly Property IsReusable() As Boolean _
Imple... | thiscouldbejd/Hermes | _Authentication/Partials/Status.vb | Visual Basic | mit | 3,792 |
Imports Microsoft.VisualBasic
Imports System.IO
Imports Aspose.Cells
Namespace Articles
Public Class MoveRangeOfCells
Public Shared Sub Run()
' ExStart:1
' The path to the documents directory.
Dim dataDir As String = RunExamples.GetDataDir(System.Reflection.MethodBase.G... | maria-shahid-aspose/Aspose.Cells-for-.NET | Examples/VisualBasic/Articles/MoveRangeOfCells.vb | Visual Basic | mit | 984 |
Imports System.IO
Imports System.Net
Imports System.Net.NetworkInformation
Imports System.Text
Imports Newtonsoft.Json.Linq
Public Class loadman
Public Loggedin As Boolean = False
Dim checkstat As Boolean = False
Dim something As Integer = 0
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Ha... | Nischay-Pro/Bits-Internet-Accessibility-Supervisor | Bits Internet Accessibility Supervisor/load.vb | Visual Basic | mit | 16,010 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Im... | KiloBravoLima/roslyn | src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenTuples.vb | Visual Basic | apache-2.0 | 75,104 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | PDF Extractor SDK/VB.NET/Find Table in PDF And Extract As JSON/Program.vb | Visual Basic | apache-2.0 | 3,174 |
Imports System
Imports Microsoft.SPOT
Imports Toolbox.NETMF
Imports Toolbox.NETMF.NET
' Copyright 2012-2014 Stefan Thoolen (http://www.netmftoolbox.com/)
'
' 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... | JakeLardinois/NetMF.Toolbox | Samples/Visual Basic/Terminal Server/Programs/Ntp.vb | Visual Basic | apache-2.0 | 4,129 |
Imports BVSoftware.Bvc5.Core
Imports System.Data
Imports System.Collections.ObjectModel
Partial Class BVModules_ContentBlocks_Order_Activity_view
Inherits Content.BVModule
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
... | ajaydex/Scopelist_2015 | BVModules/ContentBlocks/Order Activity/view.ascx.vb | Visual Basic | apache-2.0 | 6,248 |
Imports System.ComponentModel
Imports System.Dynamic
Namespace ActiveRecord
Partial Public MustInherit Class Entity
Inherits DynamicObject
Public Shared Function GetCount(Of TValue)(
conditionSqlStatement As String,
sqlParams As Dictionary(Of String, Object),
connection As Connection
) As Long
Ret... | databasic-net/databasic-core | ActiveRecord/Entity/DatabaseGetters/GetCount.vb | Visual Basic | bsd-3-clause | 2,453 |
' 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.Queries
Public Class EqualsKeywordRe... | physhi/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Queries/EqualsKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 1,407 |
' 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 System.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Micro... | ericfe-ms/roslyn | src/EditorFeatures/VisualBasicTest/EndConstructGeneration/MiscellaneousTests.vb | Visual Basic | apache-2.0 | 6,017 |
' 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
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Reflection
Imports System.Runtime.InteropServices
Import... | VPashkov/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Attributes/AttributeData.vb | Visual Basic | apache-2.0 | 33,294 |
' 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.Diagnostics
Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.CorrectNextControlVari... | droyad/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/CorrectNextControlVariable/CorrectNextControlVariableTests.vb | Visual Basic | apache-2.0 | 7,943 |
'
' News Articles for DotNetNuke - http://www.dotnetnuke.com
' Copyright (c) 2005-2012
' by Ventrian ( sales@ventrian.com ) ( http://www.ventrian.com )
'
Imports DotNetNuke.Common
Imports DotNetNuke.Common.Utilities
Imports DotNetNuke.Services.Exceptions
Imports DotNetNuke.Services.Localization
Imports Ve... | ventrian/News-Articles | ucMyArticles.ascx.vb | Visual Basic | mit | 11,335 |
Imports System.Windows.Forms
Public Class EnterNewSignal
Public inplayer As Integer = 0
Public outKeyCode As Integer = 0
Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click
Me.DialogResult = System.Windows.Forms.DialogResult.OK
Me... | mankowitz/jeppardy | Jeopardy/EnterNewSignal.vb | Visual Basic | mit | 1,095 |
'------------------------------------------------------------------------------
' <auto-generated>
' Этот код создан программой.
' Исполняемая версия:4.0.30319.42000
'
' Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
' повторной генерации кода.
' </auto-generated>... | ramer/IPrompt | IPromptTestVB/My Project/Settings.Designer.vb | Visual Basic | mit | 3,019 |
Partial Class JhSerializer
Private Shared Sub SkipWhiteSpace(ByVal s As String, ByRef pos As Integer)
While pos < s.Length
Select Case AscW(s(pos))
Case 32, 9, 10, 13, 12
pos += 1
Case Else
Exit Sub
End Select
End While
End Sub
Public Class JsonParsePasse... | jesperhoy/GitHubBackup | GitHubBackup/JHSerializer-JSON.vb | Visual Basic | mit | 11,003 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rRVentas_CBancarias.aspx.vb | Visual Basic | mit | 51,847 |
Namespace Extensions
Public Module System_Data_SqlClient_SqlCommand
<System.Runtime.CompilerServices.Extension()> Public Sub AddParameters(cmd As System.Data.SqlClient.SqlCommand, parameters As IDictionary(Of String, Object))
If cmd Is Nothing Then
Return
End If
... | nublet/APRBase | APRBase/Extensions/System_Data_SqlClient_SqlCommand.vb | Visual Basic | mit | 688 |
Imports Transporter_AEHF.BurchfieldPositionerControl
Imports Transporter_AEHF.Objects.Enumerations
Imports Transporter_AEHF.Objects.Positioners
Imports NLog
Public Class PositionerConnectionForm
Private _addressType As PumaEnums.ConnectionType
Private _positionerModel As PumaEnums.PositionerModel
Private ... | wboxx1/85-EIS-PUMA | puma/src/Supporting Forms/Positioners/PositionerConnectionForm.vb | Visual Basic | mit | 5,690 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MainWindow
Inherits MetroFramework.Forms.MetroForm
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing A... | Ilshidur/IlshiPlay | IlshiPlay/MainWindow.Designer.vb | Visual Basic | mit | 16,047 |
Namespace Security.SystemOptions_Accounts
Public Class Open
Inherits SecurityItemBase
Public Sub New()
_ConceptItemName = "Open"
_ConceptName = "System Options_Accounts"
_Description = "Allow access to 'Account Settings' Tab"
_IsEnterprise = True
... | nublet/DMS | DMS.Forms.Shared/Security/Items/SystemOptions/Accounts/Open.vb | Visual Basic | mit | 492 |
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... | waystoskinacat/compBoss | src/My Project/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,148 |
' 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.Threading
Imports Microsof... | brettfo/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/SemanticModelExtensions.vb | Visual Basic | apache-2.0 | 10,698 |
' 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 Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editing
Imports Microsoft.CodeAn... | nguerrera/roslyn | src/Workspaces/VisualBasic/Portable/CodeGeneration/VisualBasicSyntaxGenerator.vb | Visual Basic | apache-2.0 | 236,011 |
' 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.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis... | nguerrera/roslyn | src/Features/VisualBasic/Portable/ImplementInterface/VisualBasicImplementInterfaceCodeFixProvider.vb | Visual Basic | apache-2.0 | 2,773 |
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports System.Data.Entity
Namespace EntityFramework_CodeFirst2
Class Program
Shared Sub Main(args As String())
Try
Console.WriteLine("start")
Database.SetInitializer(Of S... | RocketSoftware/multivalue-lab | U2/Demos/U2-Toolkit/.NET Samples/samples/VB.NET/UniData/EntityFramework_CodeFirst2/Program.vb | Visual Basic | mit | 1,149 |
' 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.Formatting
Imports Microsoft.CodeAnaly... | ManishJayaswal/roslyn | src/Workspaces/VisualBasic/Portable/Formatting/VisualBasicSyntaxFormattingService.vb | Visual Basic | apache-2.0 | 2,315 |
' 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.Reflection
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.C... | jmarolf/roslyn | src/Compilers/VisualBasic/Portable/Emit/ModuleReference.vb | Visual Basic | mit | 3,129 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rMInventarios_Articulos.aspx.vb | Visual Basic | mit | 96,212 |
Option Infer On
Imports System
Imports System.Collections.Generic
Imports System.Runtime.InteropServices
Namespace Examples
Friend Class Program
<STAThread>
Shared Sub Main(ByVal args() As String)
Dim application As SolidEdgeFramework.Application = Nothing
Dim partDocument... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgePart.HelixCutout.FacesByRay.vb | Visual Basic | mit | 2,082 |
Imports System.Collections.Generic
Imports DotNetNuke.Collections
Imports DotNetNuke.Data
Imports System
Imports System.CodeDom
Imports System.Linq
Imports DotNetNuke.Common
Imports DotNetNuke.Framework
Namespace Components
Public Class CTCallRepository
Public Function CreateCTCall(t As CTCall) As Int... | dmcdonald11/dmAngular8 | Components/CTCallRepository.vb | Visual Basic | mit | 2,382 |
''' <see cref="System.Action"/>
Public Class See
End Class | GeorgeAlexandria/CoCo | tests/Identifiers/VisualBasicIdentifiers/XmlDocComment/See.vb | Visual Basic | mit | 62 |
' 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.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.U... | pdelvo/roslyn | src/Compilers/VisualBasic/Test/Semantic/IOperation/IOperationTests_IUsingStatement.vb | Visual Basic | apache-2.0 | 43,240 |
' 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.IO
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.SpecialType
Imports Microsoft.CodeAnalysis.Test.Utilit... | ManishJayaswal/roslyn | src/Compilers/VisualBasic/Test/Semantic/Semantics/Conversions.vb | Visual Basic | apache-2.0 | 285,552 |
Imports BVSoftware.Bvc5.Core
Imports System.Collections.ObjectModel
Partial Class EmailFriend
Inherits BaseStorePage
Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit
Me.MasterPageFile = PersonalizationServices.GetSafeMasterPage("Popup.master")
End ... | ajaydex/Scopelist_2015 | EmailFriend.aspx.vb | Visual Basic | apache-2.0 | 2,273 |
' Copyright 2015, 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 ... | stevemanderson/googleads-dotnet-lib | examples/AdXBuyer/Vb/v201502/Reporting/DownloadCriteriaReport.vb | Visual Basic | apache-2.0 | 3,826 |
' 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 Microsoft.CodeAnalysis.Editor.Implementation.InlineRename
Imports Microsoft.CodeAna... | CyrusNajmabadi/roslyn | src/EditorFeatures/VisualBasic/InlineRename/VisualBasicEditorInlineRenameService.vb | Visual Basic | mit | 1,148 |
' 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.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysi... | jmarolf/roslyn | src/Features/VisualBasic/Portable/Completion/CompletionProviders/ObjectCreationCompletionProvider.vb | Visual Basic | mit | 3,736 |
' 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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.Cod... | ericfe-ms/roslyn | src/Compilers/VisualBasic/Test/Symbol/DocumentationComments/MethodDocumentationCommentTests.vb | Visual Basic | apache-2.0 | 10,195 |
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... | sndnvaps/ms-iot_samples | WeatherStation/VB/WeatherStationVB/My Project/AssemblyInfo.vb | Visual Basic | mit | 998 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.0
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---------------... | f14n/code-cracker | test/VisualBasic/CodeCracker.Test/My Project/Application.Designer.vb | Visual Basic | apache-2.0 | 424 |
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... | patkub/visual-basic-intro | Triple A Number/Triple A Number/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,192 |
Imports Microsoft.Devices.Sensors
Imports Microsoft.Phone.Reactive
Imports Microsoft.Xna.Framework
Imports System.Threading
Partial Public Class MainPage
Inherits PhoneApplicationPage
' Constructor
Private _Accelerometer As Accelerometer
Private _UseEmulation As Boolean = True
Public Sub New()
... | jwooley/RxSamples | WP7RxSamplesVB/WP7AccelerometerVB/WP7AccelerometerVB/MainPage.xaml.vb | Visual Basic | mit | 3,429 |
'
' News Articles for DotNetNuke - http://www.dotnetnuke.com
' Copyright (c) 2002-2007
' by Ventrian ( sales@ventrian.com ) ( http://www.ventrian.com )
'
Imports System
Imports System.Configuration
Imports System.Data
Imports DotNetNuke.Common.Utilities
Namespace Ventrian.NewsArticles.Components.Types
... | ventrian/News-Articles | Components/Types/TextEditorModeType.vb | Visual Basic | mit | 422 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmpricechange
#Region "Windows Form Designer generated code "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Fo... | nodoid/PointOfSale | VB/4PosBackOffice.NET/frmpricechange.Designer.vb | Visual Basic | mit | 10,918 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rTCobros_Fechas.aspx.vb | Visual Basic | mit | 13,148 |
Imports YamlDotNet.Serialization
Imports System.IO
Public Class YAMLskins
Inherits YAMLFilesBase
Public Const skinsFile As String = "skins.yaml"
Public Sub New(ByVal YAMLFileName As String, ByVal YAMLFilePath As String, ByRef DatabaseRef As Object, ByRef TranslationRef As YAMLTranslations)
MyBa... | EVEIPH/EVE-SDE-Database-Builder | EVE SDE Database Builder/SDE YAML Classses/YAMLskins.vb | Visual Basic | mit | 4,831 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rClientes_Tipos.aspx.vb | Visual Basic | mit | 4,088 |
'------------------------------------------------------------------------------
' <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>
'-----------... | haxtivitiez/Humidity_Calculator | My Project/Resources.Designer.vb | Visual Basic | mit | 2,728 |
#Region "License"
' The MIT License (MIT)
'
' Copyright (c) 2017 Richard L King (TradeWright Software Systems)
'
' 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, includ... | tradewright/tradebuild-platform.net | src/TradingUI/fApplyTemplate.vb | Visual Basic | mit | 2,381 |
Public Class ConfigForm
Private Sub ConfigForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim Reg As Microsoft.Win32.RegistryKey, s As String
Reg = My.Computer.Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run", False)
s... | tavultesoft/keymanweb | windows/src/developer/samples/Products/LaoUnicode/LaoUnicode/Config.vb | Visual Basic | apache-2.0 | 1,185 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class PreviewControl
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boo... | QMDevTeam/QMDesigner | UI/UserControls/PreviewControl.Designer.vb | Visual Basic | apache-2.0 | 5,562 |
' 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... | huoxudong125/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Double/System.Math/Double.Acos.vb | Visual Basic | mit | 927 |
' 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.Reflection/System.Object/Object.GetPropertyValue.vb | Visual Basic | mit | 1,151 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.