I hereby claim:
- I am Nircek on github.
- I am nircek (https://keybase.io/nircek) on keybase.
- I have a public key whose fingerprint is 93F9 9DE4 C1D2 7DB2 64ED 91BD 38A9 2C1A 795C 48A2
To claim this, I am signing this object:
| #!/usr/bin/python3 | |
| from random import random | |
| from sys import argv | |
| class Map: | |
| def __init__(self,W,H): | |
| self.W=W | |
| self.H=H | |
| self.X = -1 | |
| self.Y = -1 | |
| self.m = [] |
| #!/usr/bin/env python3 | |
| a=open('in.txt', 'rb').read() | |
| d = 0 | |
| e = b'' | |
| for i in a: | |
| if d > i: | |
| d -= 256 | |
| e += bytes([i-d]) | |
| d = i | |
| open('out.bin', 'wb').write(e) |
| UB7zv1T+9blG/L5Q/voMAfK5SA2Y/Wzrv1rytEII979V/fwDnP1CFga4V/H+AblTBukM+blHDvn0 | |
| BgwBt+H9Od1Q/vPGQLlQ/vkJBatM9gal/UQTEK82ylD+879I+QIP8wEBB/MQu+H9Zfn/uVD+88ZA | |
| uVP7AgKuRw79rlP/+g396xOZ/T0u+fm5NtFTplfx/gG5TvMBBQ7987tS7xCc/QP9JgEAAAD/AQAA | |
| /wHc/Sf/AAH/AAABAAD/3f0mAAH/AQAA/wH/Adz9J/8AAf8AAAAAAf/d/SYAAQD/Af8B/wAA3f0m | |
| AAAAAAEAAAAAANz9J/8AAQAAAAAA/wHc/Sf/AAABAAD/Af8A3f0mAf8AAAAAAf8BANz9JgAB/wAA | |
| AAAAAf/d/ScA/wAAAQAAAAAA3P0D/RbCtPJatPJatPJatPKYwrTyWrTyWrTymMK08oX92LTymADC | |
| tPKYAADCtPJatPJatPKF/RYAwrTymMK08lq08lq08pjCtPKYwrTyhf3YtPKYAMK08pgAAAAAwrTy | |
| hf0WAMK08lq08pjCtPKYwrTyhf0WAAAAAMK08lq08lq08lq08lq08lq08oX92LTymADCtPJatPJa | |
| tPJatPJatPJatPKYwrTyhf3YtPKYAADCtPJatPJatPKYwrTyhf0WwrTymAAAAADCtPKYwrTyWrTy | |
| hf0WAMK08pgAAAAAAMK08oX92LTyWrTymAAAwrTyWrTyWrTyWrTyWrTyWrTy |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| MIT License | |
| Copyright (c) 2018 Nircek | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is |
| #!/usr/bin/env python3 | |
| # file from https://gist.github.com/Nircek/0433de96c5384c969cfb0536281c0188 | |
| # licensed under MIT license | |
| ''' | |
| MIT License | |
| Copyright (c) 2018-2019 Nircek | |
| Permission is hereby granted, free of charge, to any person obtaining a copy |
| #!/usr/bin/env python3 | |
| # -*- coding: UTF-8 -*- | |
| # file from https://github.com/Nircek/minesweeper-solver [edited during solving https://www.codewars.com/kata/mine-sweeper/train/python] | |
| # licensed under MIT license | |
| # MIT License | |
| # Copyright (c) 2018 Nircek | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy |
| #!/usr/bin/env python3 | |
| # -*- coding: UTF-8 -*- | |
| # MIT License | |
| # Copyright (c) 2019 Nircek | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights |
| #!/usr/bin/env python3 | |
| # MIT License | |
| # Copyright (c) 2018 Nircek | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |