Skip to content

Instantly share code, notes, and snippets.

View y44k0v's full-sized avatar
:octocat:

Yaakov Yosef Miller y44k0v

:octocat:
View GitHub Profile
@y44k0v
y44k0v / magento1-rest.php
Created March 5, 2019 05:49 — forked from rafaelstz/magento1-rest.php
Sample PHP to connect API REST at Magento 1
<?php
// Created by Rafael Corrêa Gomes
// Reference http://devdocs.magento.com/guides/m1x/api/rest/introduction.html#RESTAPIIntroduction-RESTResources
// Custom Resource
$apiResources = "products?limit=2";
// Custom Values
$isAdminUser = true;
$adminUrl = "admin";
@y44k0v
y44k0v / README.md
Created August 3, 2017 06:03 — forked from psychemedia/README.md
How to load desktop CSV file into R/Sshiny app.

Minimal R shiny app demonstrating:

  1. how to upload a CSV file into an R/shiny app
  2. how to automatically populate list selectors based on column headers
  3. how to use optional list selectors
  4. how to populate a list selector with column names of numerical columns only
  5. how to use an action button to trigger an event when you're ready to do so

@y44k0v
y44k0v / README.md
Created June 20, 2017 20:31 — forked from jsimonweb/README.md
Getting Started with Google Cloud SQL - Scripts used for the demonstration video.