In order to connect to manage users and organisation settings in Office 365 via Powershell, you need to install the Azure Active Directory PowerShell Module. This can be simply installed via PowerShell itself.
[mai mult...]Visual studio offline installation
The Visual Studio integrated development environment is a creative launching pad that you can use to edit, debug, and build code, and then publish an app. An integrated development environment (IDE) is a feature-rich program that can be used for many aspects of software development.
[mai mult...]Choose optimal number of epochs to train a neural network in Keras
One of the critical issues while training a neural network on the sample data is Overfitting. When the number of epochs used to train a neural network model is more than necessary, the training model learns patterns that are specific to sample data to a great extent. This makes the model incapable to perform well on a new dataset. This model gives high accuracy on the training set (sample data) but fails to achieve good accuracy on the test set. In other words, the model loses generalization capacity by overfitting to the training data.
[mai mult...]How to add whatsapp share button on a website ?
WhatsApp is the most popular messaging app. This article describes how you can add WhatsApp share button in your website. Note: This will work only when website is open in mobile with WhatsApp installed.
[mai mult...]Post a picture automatically on Instagram using Python
Instagram is a photo and video-sharing social networking service owned by Facebook, Python provides powerful tools for interacting with Instagram.
[mai mult...]Phone Number Verification using Firebase in Android
Phone number Firebase Authentication is used to sign in a user by sending an SMS message to the user’s phone. The user signs in using a one-time code contained in the SMS message.
[mai mult...]How to iterate through Excel rows in Python?
In this article, we are going to discuss how to iterate through Excel Rows in Python. In order to perform this task, we will be using the Openpyxl module in python. Openpyxl is a Python library for reading and writing Excel (with extension xlsx/xlsm/xltx/xltm) files. The openpyxl module allows a Python program to read and modify Excel files.
[mai mult...]Python | write on excel file using xlsxwriter module
XlsxWriter
is a Python module for writing files in the XLSX file format. It can be used to write text, numbers, and formulas to multiple worksheets. Also, it supports features such as formatting, images, charts, page setup, auto filters, conditional formatting and many others.
How to set the Location of CheckBox in C#?
The CheckBox control is the part of windows form which is used to take input from the user. Or in other words, CheckBox control allows us to select single or multiple elements from the given list. In CheckBox, you are allowed to set the coordinates of the upper-left corner of the checkbox control relative to the upper-left corner of its form using the Location property of the CheckBox.
[mai mult...]How to Run a Quick Network Scan with Nmap
Network Mapper, commonly known by its acronym Nmap, is an effective open-source network scanning and auditing tool. By default, Nmap comes with a wide range of tools and functionalities to perform host discovery, port scanning, operating systems and services, and versions. Nmap is quite capable and, at the same time, remains of the easiest cybersecurity and network auditing tools available.
[mai mult...]