Skip to content

Instantly share code, notes, and snippets.

View majidmushtaq91's full-sized avatar

Majid Mushtaq majidmushtaq91

  • 05:48 (UTC +05:00)
View GitHub Profile
@majidmushtaq91
majidmushtaq91 / password_validate
Created March 26, 2015 16:05
Javascript validate password limit and special characters.
$(document).ready(function () {
$("#password").blur(function () {
var valid = /^[ A-Za-z0-9@.?(),!/-]*$/
if($(this).val().length < 8 || $(this).val().length > 12 ) {
console.log("Please enter password between 8-12");
return false;
@majidmushtaq91
majidmushtaq91 / php_password_validate
Created March 26, 2015 16:06
PHP - Validate password limit and special characters.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<?php if($_POST) {
This file has been truncated, but you can view the full file.
JvmtiExport can_access_local_variables 0
JvmtiExport can_hotswap_or_post_breakpoint 0
JvmtiExport can_post_on_exceptions 0
# 542 ciObject found
instanceKlass com/intellij/openapi/vcs/LineHandlerHelper
instanceKlass git4idea/history/GitLogUtil$$Lambda$1674
instanceKlass git4idea/history/GitLogOutputSplitter
instanceKlass git4idea/history/GitLogParser$$Lambda$1673
instanceKlass git4idea/history/GitLogParser
instanceKlass com/google/common/collect/Multisets$AbstractEntry
{
"basics": {
"name": "Majid Mushtaq",
"label": "Principal Software Engineer @ Pure Square | NodeJS | PHP | RoR",
"image": "",
"email": "majidmushtaq91@gmail.com",
"phone": "+923009294831",
"summary": "As a Principal Software Engineer at Gaditek, I have a passion for developing secure, dynamic server and client-side applications using technologies such as PHP, NodeJS, Ruby on Rails, MongoDB, MySQL, and Core JavaScript, as well as experience creating Chrome extensions.\n\nI am highly proficient in version control using GIT and have a strong understanding of code deployment and management with Jenkins. My ability to work both independently and as part of a team, as well as my experience in fast-paced, deadline-driven environments, make me a valuable asset to any project.\n\nIn addition to my technical skills, I have a good knowledge of DevOps and am familiar with LAMP environment server deployment, configuration, load balancing, and Docker deployment. I also have a solid foundation in