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
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:orientation="vertical" | |
android:layout_margin="16dp" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
tools:context="com.example.ekene.imageboardcloudinary.MainActivity"> |
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
export default [ | |
{ | |
"imageId": "jorge-vasconez-364878_me6ao9", | |
"collector": "John Brian", | |
"description": "Yikes invaluably thorough hello more some that neglectfully on badger crud inside mallard thus crud wildebeest pending much because therefore hippopotamus disbanded much." | |
}, | |
{ | |
"imageId": "wynand-van-poortvliet-364366_gsvyby", | |
"collector": "Nnaemeka Ogbonnaya", | |
"description": "Inimically kookaburra furrowed impala jeering porcupine flaunting across following raccoon that woolly less gosh weirdly more fiendishly ahead magnificent calmly manta wow racy brought rabbit otter quiet wretched less brusquely wow inflexible abandoned jeepers." |
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
_index.html_ | |
<!doctype html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="robots" content="noindex,nofollow" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<link rel="stylesheet" type="text/css" href="//cloudydesk.com/theme/css/cleanslate.css"> | |
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<link rel="stylesheet" type="text/css" href="//cloudydesk.com/theme/css/bootstrap-cloudinary-theme.css"> |
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
js | |
window.totalFramesFromVid = 100; | |
function widget(){ | |
window.cloudinary.openUploadWidget({ cloud_name: 'xxxxxxx', upload_preset: '3dImage', client_allowed_formats: ['mov','mp4','webm'], sources: ['local','camera']}, | |
function(error, result) { | |
if(!result)return; | |
//console.log(result) | |
window.result=result[0]; | |
window.vidLength = window.result.duration; | |
window.frameGap = (window.vidLength/window.totalFramesFromVid).toFixed(2); |
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
js | |
var product1=!1; | |
function build(){ | |
if(product1){ | |
$("#canvas").find('.product1').remove(); | |
$("#canvas").html('<div class="threesixty product1"style="text-align:center"><div class="threesixtyInner"><div class="spinner"><span>0%</span></div><ol class="threesixty_images"></ol></div></div>'); | |
}; | |
$('.threesixtyInner').css({ 'padding-bottom': `${ 100 / window.aspectRatio }%` }); | |
product1 = $('.product1').ThreeSixty({ |
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
``` | |
{ | |
"to": "daniel@example.com", | |
"subject": "email subject" , | |
"url": "https://my-bi-tool.com/daily_report.html", | |
"schedule": "0 10 * * *" | |
} | |
``` |