Skip to content

Instantly share code, notes, and snippets.

View ProgDan's full-sized avatar

Daniel Arndt Alves ProgDan

  • Colégio Dante Alighieri
  • São Paulo, Brazil
  • X @progdan
View GitHub Profile
@ProgDan
ProgDan / .travis.yml
Last active January 4, 2016 20:19 — forked from johanneswuerbach/.travis.yml
Intregração - XCode + GitHub + Travis
---
language: objective-c
before_script:
- ./scripts/travis/add-key.sh
after_script:
- ./scripts/travis/remove-key.sh
after_success:
- ./scripts/travis/testflight.sh
env:
global:
@ProgDan
ProgDan / embedded-file-viewer.md
Created February 17, 2022 19:27 — forked from tzmartin/embedded-file-viewer.md
Embedded File Viewer: Google Drive, OneDrive

Office Web Apps Viewer

('.ppt' '.pptx' '.doc', '.docx', '.xls', '.xlsx')

http://view.officeapps.live.com/op/view.aspx?src=[OFFICE_FILE_URL]

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=[OFFICE_FILE_URL]' width='px' height='px' frameborder='0'>
</iframe>

OneDrive Embed Links