Skip to content

Instantly share code, notes, and snippets.

View joshy's full-sized avatar

Joshy Cyriac joshy

  • Universitätsspital Basel
  • Basel
View GitHub Profile

Keybase proof

I hereby claim:

  • I am joshy on github.
  • I am joshy (https://keybase.io/joshy) on keybase.
  • I have a public key ASAG7Hv1bRAHqGB2y_CtRFLag8himQiaGwS2v_uVYP0IwQo

To claim this, I am signing this object:

{"data":[{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"patient_id":"None","study_id":"","series_id":"","accession_number":"","series_number":""},{"p
@joshy
joshy / install.md
Last active January 3, 2017 15:24
Installing oracle client on mac for use with python
  • Oracle instant client installation Get instant client from here http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html
    • Basic client
    • SDK client
  • Unzip both and put into same directory
  • Put the directory into the PATH variable
  • Create links
    • libclntsh.dylib -> libclntsh.dylib.12.1
    • libocci.dylib -> libocci.dylib.12.1
  • pip install
"""Statements
1. Albert and Bernard just became friends with Cheryl, and they want to know when her birtxhday is. Cheryl gave them a list of 10 possible dates:
May 15 May 16 May 19
June 17 June 18
July 14 July 16
August 14 August 15 August 17
2. Cheryl then tells Albert and Bernard separately the month and the day of the birthday respectively.
@joshy
joshy / index.html
Created September 27, 2015 20:46
Module 6
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Urban population of Switzerland 1993 - 2013</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
font-family: Sans-Serif;
@joshy
joshy / index.html
Last active September 19, 2015 19:58
Module 5 - Scatterplot
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Urban population of Switzerland</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
font-family: Sans-Serif;
@joshy
joshy / pwdx-nodejs.sh
Last active September 16, 2015 08:04
Print working directory of nodejs apps
pwdx `ps -ef | grep nodejs | awk {'print$2'}`
@joshy
joshy / index.html
Last active September 14, 2015 20:15
module4
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Urban population of Switzerland</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
font-family: Sans-Serif;
@joshy
joshy / index.html
Created September 5, 2015 09:35
Urban population of Switzerland
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Urban population of Switzerland</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body { font-family: Sans-Serif; background-color: white; }
@joshy
joshy / index.html
Last active August 31, 2015 06:52
Urban population of Switzerland
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Loading CSV Data with D3</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
</head>
<body>
<svg width="250" height="100">