Skip to content

Instantly share code, notes, and snippets.

View Mimieam's full-sized avatar
🏠
Working from home

A. Miezan Echis Mimieam

🏠
Working from home
View GitHub Profile
@Mimieam
Mimieam / gist:92e96f9855371d65fc2b5b4a3a1a02b8
Last active December 30, 2024 06:52
Tools & Links that may be useful to my team :)
#1 Adopt a clear and clean convention for git commits ...
https://www.conventionalcommits.org/en/v1.0.0/#specification
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mimieam
Mimieam / Rashedium.py
Created July 1, 2020 21:26
The core of a distributed ETL framework - All Sensitive banking information have been removed
"""
This Module is a Nano ETL framework
designed to quickly manipulate large dataset below 50M rows
primary targets are Fiserv and Infolease banking data core.
Usage
# load data source extract (a csv file )
>>> File1 = customer = Nano('/extracts/local/infolease/', '*customer*name*', sep='|', header=None)
// compatible with http://www.material-ui.com
// the radius style can be change at each button lvl
// please mention the original Gist if you find this useful, Thank you :)
const ToggledGroupStyles = {
radius: 4,
button: {
left: {
borderRadius: '4px 0px 0px 4px'
@Mimieam
Mimieam / _.md
Created May 24, 2013 02:29
Hexbin experiments
@Mimieam
Mimieam / Syncy.ps1
Created February 13, 2013 04:13
Sync my dropbox current project folder with my windows Github project folder ( very ugly because was done just to do the bare basic)
Unregister-Event FileDeleted
Unregister-Event FileCreated
Unregister-Event FileChanged
[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
$objNotifyIcon = New-Object System.Windows.Forms.NotifyIcon