Skip to content

Instantly share code, notes, and snippets.

View chrisalexander55's full-sized avatar

Chris Alexander chrisalexander55

  • NJ, USA
View GitHub Profile
@rogers0404
rogers0404 / RegexPassVal.md
Last active March 31, 2024 21:37
Regular Expressions (Regex) for Password Validation

Regular Expressions (Regex) for Password Validation

Sometime you need some help to search or validate entries in your code that matches certain of pattern, It can cause so much deception because the amount of code to accomplish the task. That is Regex (Regular Expressions) comes to help us to minimize our job.

Regex is a sequence of characters that define a search pattern. Such patterns are used by searching for one or more that matches of a specific string or for input validation

Summary

It will present a Password Validation with Regular Expressions (Regex)

@mcnees
mcnees / graph paper.tex
Last active February 16, 2024 08:34
Make your own quadrille, graph, hex, etc paper! Uses the pgf/TikZ package for LaTeX, which should be part of any modern TeX installation.
%%-----------------------------------------------------------------------
%% Make your own quadrille, graph, hex, etc paper!
%% Uses the pgf/TikZ package for LaTeX, which should be part of
%% any modern TeX installation.
%% Email: mcnees@gmail.com
%% Twitter: @mcnees
%%-----------------------------------------------------------------------
\documentclass[11pt]{article}
@kevinSuttle
kevinSuttle / meta-tags.md
Last active March 31, 2024 14:26 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags