Skip to content

Instantly share code, notes, and snippets.

View hamzaPixl's full-sized avatar
👨‍💻
Webaholic

pixl hamzaPixl

👨‍💻
Webaholic
View GitHub Profile
@hamzaPixl
hamzaPixl / github_org_stats.py
Created May 16, 2024 18:57 — forked from carsongee/github_org_stats.py
Grab Contributor Statistics for a Given GitHub Organization
#!/usr/bin/env python
# This is free and unencumbered software released into the public domain.
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
# In jurisdictions that recognize copyright laws, the author or authors
# of this software dedicate any and all copyright interest in the
@hamzaPixl
hamzaPixl / validateSpanishId.js
Last active December 4, 2018 10:31 — forked from afgomez/validate_spanish_id.js
Spanish DNI, CIF, NIE validator
/**
* Returns the type of document and checks its validity.
*
* Usage:
* validate(str);
*
* > validate('kfhdsjf');
* { type: 'UNKNOWN', valid: false }
*
* > validate('12345678Z');