Skip to content

Instantly share code, notes, and snippets.

View asarolia's full-sized avatar

Abhishek Sarolia asarolia

View GitHub Profile
@asarolia
asarolia / README.md
Created April 5, 2019 04:03 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@asarolia
asarolia / topgames.json
Created March 5, 2020 12:01
Top games list for UI assignment
This file has been truncated, but you can view the full file.
[
{
"Rank": "1",
"Name": "Wii Sports",
"Platform": "Wii",
"Year": "2006",
"Genre": "Sports",
"Publisher": "Nintendo",
"Global_Sales": "82.74",
"": ""
library(shiny)
# Define UI ----
ui <- fluidPage(
# App title ----
titlePanel("My sample shiny App!"),
# Sidebar layout with input and output definitions ----
sidebarLayout(
FROM rocker/shiny:3.5.3
RUN R -e "install.packages(c('shiny'), repos='https://cran.rstudio.com/')"
# copy the app to the image
RUN mkdir /root/shinysample
COPY shinysample /root/shinysample
EXPOSE 3838
@asarolia
asarolia / application.yml
Created May 21, 2020 10:36
application.yml
proxy:
title: My sample shiny app from Shinyproxy
#logo-url: http://www.openanalytics.eu/sites/www.openanalytics.eu/themes/oa/logo.png
landing-page: /
#heartbeat-rate: 10000
#heartbeat-timeout: 60000
port: 8080
#authentication: ldap
#admin-groups: scientists
# Example: 'simple' authentication configuration
@asarolia
asarolia / containerinspect.log
Created May 21, 2020 10:48
container Inspect
[
{
"Id": "2047c40335c5d69a0d6dc1f93e8e9bd89fbc12eb8bd6d53561ddb9094d31ac6f",
"Created": "2020-05-21T10:43:59.881373678Z",
"Path": "R",
"Args": [
"-e",
"shiny::runApp('/root/shinysample')"
],
"State": {