I’m not a person who is good with Math, Astronomy, or other Sciences so I really struggled with figuring out how to properly determine the ascending sign in my astrology software.
Continue reading
Author Archives: techshinobi
[Riddle of all Therapies] How to ask a question?
There are key words that form in our mind such as: Where, What, Why, When, How, Should, Could, If – which are often used to form questions. By reducing the keywords that create potential possibilities, it is then likely that all questions you have, can be answered.
Continue reading
Steps to building the PySwissEph library on Windows
- Download a Python27 release
- Download MinGW
- During the MinGW setup, install GCC/G++ plus additional libraries (“pthreads, etc, etc”)
- Configure Python and MinGW to work together by following: this link
- In pyswisspeh-master/libswe/swejpl.c around line 79 comment out the following line:
/*typedef __int64 off_t;*/
- in setup.py add pthreads to your Link Flags:
ldflags = ['-lpthread']
Chasing Enlightenment
I have an underlying fear that I will end up being taken away in one of two directions, to the loony bin, or to a place out in space internally and then to the loony bin. However after having this understanding, I feel it is a great deal more simplistic, and those concerns are really unnecessary.
Continue reading
AES Encrypted Video – Decrypted in Temporary Memory
I recently created an addition to Cry About Crypt that allows for decrypted playback of encrypted video media inside temporary memory. In this article I will explain what I did along with the functional source code contained in order to achieve this.
Continue reading