π―
Focusing
MS Teams App Developer || React || Sharepoint
-
Prakash Software Solutions Pvt. Ltd.
- Indore
- https://huzefa.mehidpurwala.xyz/
- in/huzefa-mehidpurwala
- @LabOfTech
- https://stackoverflow.com/users/18836244/huzefa-mehidpurwala?tab=profile
- https://www.buymeacoffee.com/Huzefa
Pinned Loading
-
express-server-basic
express-server-basic PublicForked from davidbombal/express-server-basic
JavaScript
-
Advanced Strong Password Generator
Advanced Strong Password Generator 1from sys import argv # to take length of the password from the user from the cli command itself
2from random import choice # to select random elements from an iterable
3from string import ascii_letters, punctuation, digits # string of characters, special_chars and digits
4# from os import system
5 -
This Program sorts a string with low...
This Program sorts a string with lower-case letters before upper-case letter before numerical digits before other special characters 1# github -> https://github.com/huzefamehidpurwala/Sorting-String-Python.git
23s = input() # the alphanumeric string to be sorted
45# defining empty lists to bifercate every index of the string respectively
-
NumberGuessing.java
NumberGuessing.java 1import javax.swing.*;
23public class NumberGuessing {
4public static void main(String[] args) {
5int computeNumber = (int) (Math.random() * 100 + 1);
-
ATMinterface.java
ATMinterface.java 1import java.util.Scanner;
23class BankAccount {
4int balance;
5int prevTransaction;
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.