This file contains 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 src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> | |
<script type="text/javascript" src="validation_form1.js" ></script> |
This file contains 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
{ | |
"title": "", | |
"description": "", | |
"citation": "", | |
"publicationDate": "", | |
"language": "", | |
"keywords": [ | |
"" | |
], | |
"handle": "", |
This file contains 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
git --no-pager log --all --pretty='%h | %s | %ae | %an | %ce | %cd' > log.csv |
This file contains 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
{ | |
"agreement": { | |
"id": "A128", | |
"description":"Effecting change in seed security response: In crisis, chronic stress and developmental contexts", | |
"donor": { | |
"id": "444426081", | |
"name": "USAID-United States Agency for International Development" | |
}, | |
"countries": [ | |
{"code": "CG", "description": "Congo", "percentage": "25"}, |
This file contains 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
-- Experiment | |
INSERT INTO `samples_db`.`wp_experiment` (`idexperiment`, `exp_name`, `exp_keywords`, `exp_brief_desc`, `exp_country`, `exp_province_state`, `exp_nearest_city`, `exp_latitude`, `exp_longitude`, `exp_year_began`, `exp_year_ended`, `exp_mean_annual_precipitation`, `exp_mean_annual_temperature`, `exp_soil_taxo_desc`, `exp_soil_taxo_sys`, `exp_soil_surface_tex`, `exp_soil_ph`, `exp_key_findings`) VALUES ('PELSTERGHG', 'Manure factors East Africa', 'Manure management, cattle, pasture, East Africa', 'Manure management emission factor for manure from cattle managed as a solid on pastures and ranges in East Africa\n', 'Kenya', 'Nairobi', 'Nairobi', '1.270556', '36.72444', '2015', '2015', '980', '17.5', 'well-drained humic nitisols', 'FAO', 'Clay', '7', 'The CH4 emission factors (EFs) (246 ± 49.5 and 87 ± 12.7 g CH4–C yr-1 animal-1 for Friesan and Boran, respectively) were lower than the International Panel on Climate Change EFs (750 g CH4–C animal-1 yr-1), whereas the N2O EFs (0.1 and 0.2% for the Fries |
This file contains 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
/* | |
Copyright (C) 2015 JGALLEGO | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. | |
This program is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains 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 | |
# Copyright (c) 2009 spatieman All NOT rights reserved. | |
# Beta startup script with variables V1.0 | |
# | |
clear | |
server_name="Call of duty 2" | |
program_pid="cod2linux.pid" | |
program_path="/home/laleague/cod2/server1/" | |
program_startup="./cod2_lnxded" | |
program_name="cod2_lnxded" |