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
cdef extern from "OpenGL/gl.h" nogil: | |
enum: __gl_h_ | |
enum: GL_TYPEDEFS_2_0 | |
enum: GL_LOGIC_OP | |
enum: GL_TEXTURE_COMPONENTS | |
enum: GL_VERSION_1_1 | |
enum: GL_VERSION_1_2 | |
enum: GL_VERSION_1_3 | |
enum: GL_VERSION_1_4 | |
enum: GL_VERSION_1_5 |
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
cdef extern from "i386/types.h" nogil: | |
ctypedef signed char int8_t | |
ctypedef short int16_t | |
ctypedef int int32_t | |
ctypedef long long int64_t | |
cdef extern from "iconv.h" nogil: | |
ctypedef void *iconv_t | |
cdef extern from "stdlib.h" nogil: |
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
cdef extern from "i386/types.h" nogil: | |
ctypedef long long int64_t | |
ctypedef signed char int8_t | |
ctypedef short int16_t | |
ctypedef int int32_t | |
cdef extern from "stdint.h" nogil: | |
ctypedef unsigned short uint16_t | |
ctypedef unsigned char uint8_t | |
ctypedef unsigned int uint32_t |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Download and fix the QuakeML files provided by the IRIS SPUD momenttensor | |
service | |
http://www.iris.edu/spud/momenttensor | |
Downloads the files and saves them as a QuakeML file. You can either | |
refer to the site displaying the event or the quakeml url. |
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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Fortran namelist parser. Converts nameslists to python dictionaries. | |
Should be fairly robust. Cannot be used for verifying fortran namelists as it | |
is rather forgiving. | |
Error messages during parsing are kind of messy right now. |
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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script src="http://d3js.org/topojson.v1.min.js"></script> | |
<script> | |
// The size of the map. | |
var width = 960; | |
var height = 500; |
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": "Decimation Filter Design" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
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": "Quest Quake" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ |
OlderNewer