Skip to content
View vsitaraman's full-sized avatar
🎯
steady doing double shifts
🎯
steady doing double shifts

Block or report vsitaraman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. drawscience drawscience Public

    Draw Science website.

    HTML

  2. OSMSeries1Paper1 OSMSeries1Paper1 Public

    Forked from OpenSourceMalaria/OSMSeries1Paper1

    File repository for first OSM paper on Series 1 - the GSK arylpyrroles

    PostScript 1

  3. Stripe PHP Redirect to Checkout.js: ... Stripe PHP Redirect to Checkout.js: Free Trial Subscriptions + One-Time Fee (Client-Side Flow)
    1
    $stripe->checkout->sessions->create([
    2
      'success_url' => 'https://example.com/success',
    3
      'cancel_url' => 'https://example.com/cancel',
    4
      'payment_method_types' => ['card'],
    5
      'line_items' => [
  4. Get WordPress Posts: API + Bootstrap... Get WordPress Posts: API + Bootstrap 3 Integration (+ Jetpack)
    1
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
    2
    <script>
    3
    $.getJSON( "{{WORDPRESS URL}}/wp-json/wp/v2/posts", function( data ) {
    4
      console.log(data);
    5
      var items = [];
  5. email-validation email-validation Public

    Bulk email validator

    PHP

  6. policy-gen policy-gen Public

    An AngularJS-based solution to quickly generate terms of use & policies for new websites and apps.

    HTML