| Reference | Version | License Type | License |
|---|---|---|---|
| AdvancedStringBuilder | 0.1.0 | https://github.com/Taritsyn/AdvancedStringBuilder/blob/master/LICENSE.txt | |
| BitMiracle.LibTiff.NET | 2.4.649 | https://bitmiracle.github.io/libtiff.net/help/articles/license.html | |
| ControlzEx | 5.0.2 | MIT | https://licenses.nuget.org/MIT |
| Enterwell.Clients.Wpf.Notifications | 1.4.2 | https://raw.githubusercontent.com/Enterwell/Wpf.Notifications/master/LICENSE | |
| Humanizer.Core | 2.13.14 | MIT |
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 script is designed to convert bank statements from pdf to excel. | |
| # | |
| # It has been tweaked on HDFC Bank Credit Card statements, | |
| # but in theory you can use it on any PDF document. | |
| # | |
| # The script depends on camelot-py, | |
| # which can be installed using pip | |
| # | |
| # pip install "camelot-py[cv]" |
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
| int frames = 200; | |
| for (int i = 0; i < frames; i++) | |
| { | |
| // Get the multiplier based current frame | |
| float multiplier = i / (float)frames; | |
| // Apply the multiplier to the "final" value you want for your last frame. | |
| // This will increase it gradually per frame. | |
| float melt_value = 0.75 * multiplier; |
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
| "C:\Program Files\QuadSpinner\Gaea\Gaea.Build.exe" | |
| "C:\Users\Username\Documents\Gaea\erosion_automata.tor" | |
| --silent --resolution0512 | |
| filein:"Z:\input.png" | |
| fileout:"Z:\output.png" | |
| duration:0.518 | |
| rocksoftness:0.271 | |
| strength:0.184 | |
| inhibition:1.0 | |
| baselevel:0.0 |
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
| @-moz-document domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), regexp("^https?://((blog|gist|guides|help|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") { | |
| /*! Github Dark v1.20.62 (2018-08-03) */ | |
| /* Repository: https://github.com/StylishThemes/GitHub-Dark */ | |
| /* Userstyle: http://userstyles.org/styles/37035 */ | |
| /* License: https://creativecommons.org/licenses/by-sa/4.0/ */ | |
| /* Override default browser styles */ | |
| button { | |
| color: #b5b5b5 !important; | |
| } | |
| /* begin auto-generated rules - use tools/generate.js to generate them */ |