Skip to content

Instantly share code, notes, and snippets.

View hirenbhut93's full-sized avatar

Hiren Bhut hirenbhut93

  • Rudram Softech PVT. LTD.
  • Ahmedabad
View GitHub Profile
@hirenbhut93
hirenbhut93 / embedded-file-viewer.md
Created July 29, 2021 09:53 — 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

@hirenbhut93
hirenbhut93 / Common-Currency.json
Created February 25, 2020 11:51 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},