Skip to content

Instantly share code, notes, and snippets.

View kzaremski's full-sized avatar

Konstantin Zaremski kzaremski

View GitHub Profile
@kzaremski
kzaremski / websocket-callback.js
Created May 9, 2021 21:52
WebSocket Client w/ Callbacks for Requests
/*
Websocket w/ Callback
Konstantin Zaremski
*/
class WScallback {
constructor() {
this.running = {};
}

Keybase proof

I hereby claim:

  • I am kzaremski on github.
  • I have a public key ASDqCnFGp1BuGwhqxe-lFHxu_hZzoes6D5tYSmLQ-p97Cgo To claim this, I am signing this object:
@kzaremski
kzaremski / business-rule-code-extractor.py
Last active April 26, 2023 14:49
OneStream XF Business Rule Source Code Extractor
#!/usr/bin/python
#Python 3.7 <=
# Comments and improvements welcome on GitHub! <https://gist.github.com/kzaremski/4d7c02d7fecb0212c0373abc13cb2a47>
'''
Copyright 2022 Konstantin Zaremski
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
@kzaremski
kzaremski / AppleNotesExporter.applescript
Last active August 8, 2023 08:56
Apple Notes Exporter Script (AppleScript)
--
-- ** AppleNotesExporter **
-- -- Easily export Apple notes to standard encoding HTML preserving directory structure
--
-- Copyright 2022 Konstantin Zaremski
--
-- 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 furnished to do so, subject to the following conditions: