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 / 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

@ericmerrill
ericmerrill / Mac Dev Setup.md
Last active August 23, 2023 22:24
Basic setup guide for Moodle on Mac

Apple Silicon Macs

If you have a Apple Silicon Macs, anywhere that says /usr/local should be replaced with /opt/homebrew.

Security Warning

This is not meant for a production environment, a system holding sensitive information, or anything else of the sort. This is meant for development environments only, and makes some security tradeoffs for simple development.

Intro

@tzmartin
tzmartin / embedded-file-viewer.md
Last active July 9, 2024 10:23
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