Skip to content

Instantly share code, notes, and snippets.

# coding: utf-8
# ## Download and Parse MEDLINE Abstracts
# This Notebook describes the way you can download and parse the publically
# available Medline Abstracts. There are about 812 XML files that are
# available on the ftp server. Each XML file conatins about 30,000 Document
# Abstracts.
# <ul>
# <li> First we download the Medline XMLs from their FTP Server and store them
@nitinbps
nitinbps / BuildOMSAndAADSC.sh
Last active March 15, 2018 21:34
Script to build OMS and DSC
export DEBIAN_FRONTEND=noninteractive
sudo apt-get -y install libpam0g-dev libssl-dev libcurl4-openssl-dev gss-ntlmssp libkrb5-dev git pkg-config make g++ rpm librpm-dev dos2unix openssh-server ddd dconf-tools gawk bison libmysqlclient-dev cmake libboost-dev libboost-test-dev libaudit-dev libauparse-dev unzip libcurl4-openssl-dev curl zip ruby
git clone --recursive git@github.com:Microsoft/ostc-openssl.git
pushd ostc-openssl
cd openssl-0.9.8
./config no-asm -fPIC --prefix=/usr/local_ssl_0.9.8 shared
make
sudo make install
cd ../openssl-1.0.0
./config --prefix=/usr/local_ssl_1.0.0 shared -no-ssl2 -no-ec -no-ec2m -no-ecdh
<add key="dbprovider" value="System.Data.OleDb" />
<add key="dbconnectionstr" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\WindowsPowerShell\DscService\Devices.mdb" />
<?xml version="1.0" encoding="utf-8"?>
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment">
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" />
<SelectableItemCustomizations>
<SelectableItemCustomization Id="VSUV3RTMV1" Hidden="no" Selected="yes" FriendlyName="Visual Studio 2015 Update 3" />
<SelectableItemCustomization Id="MicroUpdateV3.1" Selected="yes" FriendlyName="Update for Microsoft Visual Studio 2015 (KB3165756)" />
<SelectableItemCustomization Id="NativeLanguageSupport_VCV1" Hidden="no" Selected="yes" FriendlyName="Common Tools for Visual C++ 2015" />
<SelectableItemCustomization Id="Win81SDK_HiddenV1" Hidden="no" Selected="no" FriendlyName="Windows 8.1 SDK and Universal CRT SDK" />
<SelectableIt