[ Launch: Hexbin experiments ] 5640887 by Mimieam[ Launch: Hexbin experiments ] 5574625 by enjalot[ Launch: Hexbin experiments ] 5574274 by biovisualize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unregister-Event FileDeleted | |
| Unregister-Event FileCreated | |
| Unregister-Event FileChanged | |
| [void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | |
| $objNotifyIcon = New-Object System.Windows.Forms.NotifyIcon |