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
<item> | |
<vbid>9781469871738</vbid> | |
<kind>book</kind> | |
<identifiers> | |
<print-isbn-canonical>9780781780575</print-isbn-canonical> | |
<eisbn-canonical>9781469871738</eisbn-canonical> | |
</identifiers> | |
<title>The Essential Physics of Medical Imaging</title> | |
<format>Page Fidelity</format> | |
<publisher>Wolters Kluwer Health</publisher> |
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
<section class="front-page boxes clearfix"> | |
<!-- <div class="container clr"> --> | |
<div> | |
<?php | |
$args = array( | |
'post_type' => 'portfolio', | |
'posts_per_page'=> 5, | |
'order' => 'ASC' | |
); |
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
<script> | |
var userFeed = new Instafeed({ | |
get: 'user', | |
userId: 307343466, | |
clientId: '613f33321f014ea990960abba303efc8', | |
accessToken: '307343466.613f333.17cb526228c646ca9920c094f4d2d4c9', | |
resolution: 'low_resolution', | |
template: '<a href="{{link}}"><img src="{{image}}" /><span class="caption">{{caption}}</span><span class="likes">{{likes}}</span></a>', | |
limit: 3, | |
sortBy: 'most-liked' |
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
package p1; | |
import java.util.ArrayList; | |
public class Parser { | |
private static int index = 0; | |
private static Token token; | |
private static ArrayList<Token> tokens = testTokens(); | |
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
=> 0x0804910e <+0>: push %ebp | |
0x0804910f <+1>: mov %esp,%ebp | |
0x08049111 <+3>: sub $0x88,%esp | |
0x08049117 <+9>: movl $0x1,(%esp) | |
0x0804911e <+16>: call 0x8049037 <send_msg> | |
0x08049123 <+21>: cmpl $0x6,0x804b8cc | |
0x0804912a <+28>: jne 0x80491a6 <phase_defused+152> | |
0x0804912c <+30>: lea -0x58(%ebp),%eax | |
0x0804912f <+33>: mov %eax,0x10(%esp) | |
0x08049133 <+37>: lea -0x60(%ebp),%eax |