I hereby claim:
- I am Alexhuszagh on github.
- I am ahuszagh (https://keybase.io/ahuszagh) on keybase.
- I have a public key whose fingerprint is E6B0 8BD5 B0A1 253A 5AA3 98E8 6592 5CF4 7A6D 8A24
To claim this, I am signing this object:
| " URL: http://vim.wikia.com/wiki/Example_vimrc | |
| " Authors: http://vim.wikia.com/wiki/Vim_on_Freenode | |
| " Description: A minimal, but feature rich, example .vimrc. If you are a | |
| " newbie, basing your first .vimrc on this file is a good choice. | |
| " If you're a more advanced user, building your own .vimrc based | |
| " on this file is still a good idea. | |
| "------------------------------------------------------------ | |
| " Features {{{1 | |
| " |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| ''' | |
| Calculate an MD5sum from the file, sampling ``read`` bytes within the file from every ``interval``. | |
| ''' | |
| import hashlib | |
| PATH = 'path/to/file' |
| /** | |
| * @brief Sample coroutine function which uses recursion for it's | |
| * evaluation. | |
| * | |
| * @copyright 2016, Alex Huszagh | |
| * @license MIT | |
| * | |
| * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
| * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | |
| * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| // :copyright: (c) 2014-2016 Mathias Panzenböck | |
| // :license: Public Domain/MIT, see licenses/MIT.txt for more details. | |
| // :modified: Alex Huszagh, 2016. Added Windows-specific pre-processor definitions and byte-swap algorithms. | |
| /** Endian utilties for determining and swapping byte order in | |
| * applications. | |
| */ | |
| #include <algorithm> | |
| #pragma once |
| #! /usr/bin/env python | |
| # Copyright (c) 2014, Joseph Lisee | |
| # All rights reserved. | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions are met: | |
| # | |
| # 1. Redistributions of source code must retain the above copyright notice, this | |
| # list of conditions and the following disclaimer. |
| ''' | |
| align_matrix | |
| ------------ | |
| Aligns two sturctures and prints the distance matrix (complete) | |
| between the two aligned matrices. | |
| :author: Alex Huszagh | |
| :license: Unlicense, or MIT | |
| ''' |
| #!/usr/bin/env python | |
| ''' | |
| samsung_to_silence.py | |
| --------------------- | |
| Convert Samsung SMS plaintext backups (XML) to the silence format. | |
| :warning: This has only been tested with the Samsung Galaxy S6, other | |
| systems may differ. |