Conda wasn’t working fine. The only problem was that I didn’t run it with administrative permission. I opened Anaconda PowerShell and run this command: $…
Conda wasn’t working fine. The only problem was that I didn’t run it with administrative permission. I opened Anaconda PowerShell and run this command: $…
When a library installed, it has include files and static or dynamic libraries. For making new programs in C++, in compile level, include files and…
As a researcher on patients data, you should be certified by IRB. The process was not complicated for me, since my supervisors did the most…
Emacs can save the current session. Just add the following lines to your initialization file. ;; remote-connection(setq tramp-default-method “plink”);; for remembering the last session(require ‘desktop);;…
When you modify Emacs on your desktop, it is usually faster and visually more appealing to work with rather than remote Emacs. Also, you can…
I had a folder which all my Jupyter notebooks were there, but when the Jupyter opened, it didn’t start from that point. To solve the…
Temple University has given me many things; research, teaching, learning, new lifestyle, new country, new world! Also, add a new website to the previous list…
Welcome to Temple University Sites. This is your first post. Edit or delete it, then start blogging!
Commenting Ideas While Coding
Published by Vahid Khalkhali on May 27, 2020When I code, I try to add comment to remember what I have done. But I found sometime text comment are not always enough. Sometime…