Skip to content
View LavizaFalakNaz's full-sized avatar
💻
Coding...
💻
Coding...
Block or Report

Block or report LavizaFalakNaz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LavizaFalakNaz/README.md

Pinned Loading

  1. Importing Excel Data to Java Applica... Importing Excel Data to Java Applicationd
    1
    /*
    2
     * How To Import Excel in Java JTable (GUI) Swing Application Tutorial - Netbeans
    3
     */
    4
    package AddDataToJTable;
    5
     
  2. Connecting OLEDB Databases with ADO.... Connecting OLEDB Databases with ADO.NET Applictaions (C#)
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.ComponentModel;
    4
    using System.Data;
    5
    using System.Drawing;
  3. Deploying Azure Data factory with Bicep Deploying Azure Data factory with Bicep
    1
    param dataFactoryName string = 'adf-template-bicep-gh'
    2
    param location string = resourceGroup().location
    3
    
                  
    4
    resource dataFactoryName_resource 'Microsoft.DataFactory/factories@2018-06-01' =  {
    5
      name: dataFactoryName
  4. Easy Git commands you should know Easy Git commands you should know
    1
    Create a new test directory (folder) by entering the following:
    2
    
                  
    3
    mkdir git_test
    4
    
                  
    5
    Change your location to the newly created directory:
  5. Installing Git on Windows Installing Git on Windows
    1
    Installing Git prompts you to select a text editor. If you don’t have one, we strongly advise you to install prior to installing Git. Our roundup of the best text editors for coding may help you decide.
    2
    
                  
    3
    Download Git for Windows
    4
    1. Browse to the official Git website: https://git-scm.com/downloads
    5
    2. Click the download link for Windows and allow the download to complete.