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
| from iris import load_cube | |
| import iris.quickplot as qplt | |
| import matplotlib.pyplot as plt | |
| from matplotlib import animation | |
| import sys | |
| # air_temp_location is the directory with your air.sig995 netCDF files | |
| air_temp_location = "" | |
| date = range(1948,2015) |
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
| start: | |
| 0x00401000: pushl %ebp | |
| 0x00401001: movl %esp, %ebp | |
| 0x00401003: subl $0x8, %esp | |
| 0x00401006: movl 0x14(%ebp), %eax | |
| 0x00401009: movl %eax, -4(%ebp) | |
| 0x0040100c: movl 0x10(%ebp), %ecx | |
| 0x0040100f: movsbl (%ecx), %edx | |
| 0x00401012: movl %edx, -8(%ebp) | |
| 0x00401015: movl -8(%ebp), %eax |
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
| # coding: utf-8 | |
| # In[1]: | |
| get_ipython().magic(u'pylab inline') | |
| # In[3]: |
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
| : Using Apktool 2.2.2 | |
| I: Checking whether sources has changed... | |
| I: Checking whether sources has changed... | |
| I: Checking whether sources has changed... | |
| I: Checking whether resources has changed... | |
| I: Building resources... | |
| W: /Users/turnersr/Downloads/dji/dji_3.1.1./dji.pilot_3.1.1/res/layout/account_view_new.xml:32: error: No resource identifier found for attribute 'djiTextFace' in package 'dji.pilot' | |
| W: | |
| W: /Users/turnersr/Downloads/dji/dji_3.1.1./dji.pilot_3.1.1/res/layout/account_view_new.xml:34: error: No resource identifier found for attribute 'djiTextFace' in package 'dji.pilot' | |
| W: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
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
| 0020a0e3 9990 | |
| e10800a0 999 | |
| 9de509 999 | |
| 8de530 999 | |
| 54e2 999 | |
| 2930 999 | |
| 0c1094 999 | |
| 0be54430 999 | |
| 01007040 999 | |
| ca 9982 |
This file has been truncated, but you can view the full file.
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
| 450c8b 9984 | |
| fffe 998 | |
| f783 998 | |
| f304 998 | |
| c60fac 998 | |
| 89c60fac 998 | |
| 848c 998 | |
| 46ff 998 | |
| 4220 998 | |
| 3d0508 998 |
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
| #include <android/log.h> | |
| #include <jni.h> | |
| #include <binder/Binder.h> | |
| #include <binder/Parcel.h> | |
| #include <binder/IServiceManager.h> | |
| #include <dlfcn.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <unistd.h> |