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 time | |
| import boto3 | |
| client = boto3.client( | |
| 'athena', | |
| region_name='us-west-2', | |
| aws_access_key_id="<your-access-id>", | |
| aws_secret_access_key="<your-secret-access-key>" | |
| ) | 
  
    
      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 <iostream> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #include <string> | |
| using namespace std; | |
| char *reverse_string(char a[]){ | |
| int i=0; | |
| int j=strlen(a)-1; | 
  
    
      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
    
  
  
    
  | var Flickr = require('flickrapi') | |
| var fs = require('fs'); | |
| var sys = require('sys'); | |
| flickrOptions = { | |
| API_key:"7dc103b03c0ef32c52111dc2a281aa58", | |
| secret:"7cb3e40aac4cd09c" | |
| }; | 
  
    
      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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <?php | |
| include 'header.php'; | |
| ?> | |
| <body> | |
| <div class="body_pattern"> | |
| <div class="index_page"> | |
| <div class="main"> | |
| <div class="header"> | 
  
    
      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
    
  
  
    
  | /* | |
| ============================================================================ | |
| Name : lab3.c | |
| Author : Abhilash Bolla 11MT30001 | |
| Version : | |
| Copyright : Your copyright notice | |
| Description : Hello World in C, Ansi-style | |
| ============================================================================ | |
| */ |