randomForest library zip file - random-forest

I work for a government agency so I can't directly download R packages because we are behind a firewall. I asked the help desk for permission to download download the randomForest library. They let me download the zip file. But where do I save it so I can access it through RStudio?

So after poking around in RStudio, click on Tools->Install Packages then use the browse option to point to the saved file and it will import it.

Related

Does google drive protect against zip bombs?

Considering that xlsx can be used as a zip bomb and drive api can convert it into a sheet, I am wondering if there are any checks to prevent a conversion in case of a zip bomb? I have tried checking the docs but did not find any relevant information there. I did not find any such info on Stack overflow either.
The answer is no, Google Drive does not protect you from zip bombs.
Today, I verified that Google Drive will upload and store a zip bomb. Google Drive scans files under 100 MB for known viruses. I am not sure how Google classifies a zip bomb for storage and if the scanner will detect the zip bomb in the future. In the short term, the zip bomb is not flagged in Google Drive.
Google Chrome and Firefox detect zip bombs and prevent their download. Microsoft Edge permitted the download of the zip bomb.
Using the Google Drive integration with Windows Explorer (Windows 10 Professional) permitted the download of a zip bomb stored in Google Drive.
Most antivirus software will quarantine zip bombs during file scans and during downloads.
Therefore, you will need to implement additional strategies to protect systems from zip bombs.

How to read .aef file extension ?

I need to develop an editor for .aef file extension. But after doing a lot of googling i didn't find out what is the architecture of .aef. How we can read/write .aef file.
Any help is much appreciated
To be able to open a .AEF file you have to download the Script Editor from UCCX. Login to CCX Administration -> Tools -> Plugins -> Cisco Unified CCX Editor
Hope this helps
you need to download CiscoUnifiedCCXEditorInstall.exe this file is download from uccx admin page, here you have a link to download the image of UCCX admin, but you need a license.
Here you have a link for free download software:
https://ciscosoftware.mediuscorp.com/market/networkers/homeWork
An aef file for Cicso UCCX is a serialized Java object. Documentation for Java Object Serialization is here: https://docs.oracle.com/javase/8/docs/technotes/guides/serialization/index.html.
While it may be possible to create 3rd party software to work with these files, it may be impossible or at least difficult to make it complete and accurate without the proprietary Cisco software the contained serialized objects refer to.

Where can I find the SCR file for HP Fortify?

I have the following error popping up when I try to run HP Fortify on my RAD 7.5 developer tool's project.
This is because it cannot find the SCA executable file.
Where do I need to point my developer to in the file directory for it to find the SCA?
I've figured it out.
First of all, when installing HP Fortify, I have to make sure to include the Eclipse Plugin. This I was already doing.
Second, after installation when running my first Scan, I have to locate the 'scourceanalyzer.exe' file on my computer.
In a standard installation to the C drive, the location of the file will be:
C:\Program Files\HP_Fortify\HP_Fortify_SCA_and_Apps_4.00\bin\sourceanalyzer.exe
You'll have to select "OK" when the second image I posted in this question pops up (the one that asks you if you want to locate the SCA Executable), and then you will have to navigate to the address of that file manually and select it.
It looks like you might need to re-install.

How can I generate LPK file without the GUI of LPK_tool

I use the lpk_tool.exe to generate the LPK file for my ActiveX control. But it seems that Microsoft have abandoned this technology, I cannot even find the download link on Microsoft Download.
But that's not a problem, I can download it from other website. The problem is now I want generate LPK file without the GUI. I tried to find the API or command line support for LPK tool, but failed to find any. I have also asked the support form Microsoft and they don't provide the API or source code of the LPK tool.
Anyone can help me?

How to backup issues list from Bitbucket?

With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I can use?
From now on you can Import/Export your Issues:
Goto: -> Administration -> Import/Export
Youtube-Video: Bitbucket Issue Export
You can get your issues via the Bitbucket API.
Here is an example URL to get the issues for one of my projects:
https://api.bitbucket.org/1.0/repositories/christianspecht/bitbucket-backup/issues/
However, this returns a list of the issues in JSON format.
I doubt that you can do anything useful with a list of issues in JSON, but I don't know if there's a better file format for issues.
I just asked exactly that here on StackOverflow, because I'm dealing with the same thing at the moment:
Is there a standard file format for exporting issues from an issue tracker?
Full disclosure I am the author of Issue2Markdown because I really needed it.
As mentioned previously you can export your issues from Bitbucket project by going to Settings->Issues->Import & Export and then downloading the resultant ZIP file.
Inside that ZIP file, you will find JSON file and attachments archive. You can import those into some other issue repository. Or if you are like me you may be working with a remote team that is reluctant to use an issue tracker and would like to be able to read a human-readable version of the issues.
That is where Issue2Markdown comes in. You can use that to render your issues as a single Markdown document. You can find pre-built binaries for Linux, Windows, and MacOS under releases.
I hope that helps the next person who could not find the solution.
There doesn't currently appear to be any way to export your issues :(
You could export issues from settings in the repository. Then download the and extract the zip file, that would give you a json that you just could parse any way you prefer
I wrote a small python script to convert issues json file to excel that you can find it here. Hope it gives you some ideas:
https://github.com/anath2/bitbucket-issues-to-excel

Resources