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
openapi: 3.0.2 | |
servers: | |
- url: 'https://localhost/api' | |
description: Test | |
info: | |
description: 'Test' | |
version: 0.0.1 | |
title: Testing API | |
tags: | |
- name: 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
#!/usr/bin/env python | |
# | |
# This is example usage for using ilmatieteelaitos api for a fetching | |
# temperature forecast for a certain LAT & LON position for next 8 hours. | |
# https://ilmatieteenlaitos.fi/avoin-data | |
# | |
# Licensend under MIT | |
# | |
import urllib3 |
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
if ( 1 ) { | |
bfd *abfd; | |
char * target; | |
char **matching; | |
asection *asection_p; | |
fprintf(stderr, "section not found bfd time (%s) (0x%lx)\n",path_.c_str(),load_address); | |
bfd_init(); | |
abfd = bfd_openr(path_.c_str(),target); |
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
#!/bin/bash | |
###### | |
#LICENCE# | |
###### | |
#Released under the BSD license http://www.opensource.org/licenses/bsd-license | |
#Copyright (c) 2011, Rowan Wookey <[email protected]> | |
#All rights reserved. | |
# | |
#Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | |
# |