- bigdata
- clinical skills
- comp finance
- data sci
- dmathgen
- global introuslaw
- global theatre
- global theatre
- inforiskman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from PyGMO import * | |
from PyGMO.problem import base | |
import scipy | |
import scipy.weave as weave | |
import random | |
import operator | |
import sys | |
c_function = r''' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"The 1994 Group": [ | |
"1994group.ac.uk" | |
], | |
"University of Aberdeen": [ | |
"3sixty-ucc.ac.uk", | |
"abdn.ac.uk", | |
"aberdeen.ac.uk", | |
"dotrural.ac.uk", | |
"northscotland-research.ac.uk", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"metadata": { | |
"name": "plos_one_analysis" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
This file has been truncated, but you can view the full file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
<<-COMMENTS | |
This is the Homebrew formula for Python. | |
Versions | |
-------- | |
This formula is currently tracking version 2.6.x. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert("test") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE SCHEMA IF NOT EXISTS my_test; | |
DROP TABLE IF EXISTS my_test.my_table; | |
DROP TABLE IF EXISTS my_test.a_table CASCADE; | |
DROP TABLE IF EXISTS my_test.a_b_relation; | |
CREATE TABLE my_test.my_table ( | |
a integer, | |
b integer | |
); |
OlderNewer