Coder Social home page Coder Social logo

Aashish Saini's Projects

album icon album

my photo album with tagging

alias_for_3_n_5_fizz_buzz icon alias_for_3_n_5_fizz_buzz

Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz"

basics icon basics

To to create a readme to draft the basic rails trends

browsercms icon browsercms

BrowserCMS: Humane Content Management for Rails

ceo-problem icon ceo-problem

Product code Name Price FR1 Fruit tea £ 3.11 SR1 Strawberries £ 5.00 CF1 Coffee £11.23 Our CEO is a big fan of buy-one-get-one-free offers and of fruit tea. He wants us to add a rule to do this. The COO, though, likes low prices and wants people buying strawberries to get a price discount for bulk purchases. If you buy 3 or more strawberries, the price should drop to £4.50. Our check-out can scan items in any order, and because the CEO and COO change their minds often, it needs to be flexible regarding our pricing rules. The interface to our checkout looks like this (shown in Ruby): co = Checkout.new(pricing_rules) co.scan(item) co.scan(item) Price = co.total Implement a checkout system that fulfils these requirements in Ruby. Test Data Basket: FR1, SR1, FR1, CF1 Total price expected: £22.45 Basket: FR1, FR1 Total price expected: £3.11 Basket: SR1, SR1, FR1, SR1 Total price expected: £16.61

config_parser icon config_parser

Parse the configuration file using only the ruby standard library (no gems). Parse the configuration items into a Hash. Hash values should use the appropriate native Ruby data types. For example ‘debug_mode=off' would return in the hash, 'debug_mode: false'

contentful_poc icon contentful_poc

A small application to consume the data from this API and display it

eventmachine icon eventmachine

EventMachine: fast, simple event-processing library for Ruby programs

gps_extractor icon gps_extractor

A command line utility that finds all JPEGs inside of a folder recursively and extracts their EXIF GPS data if present. It will default to scanning the pwd unless a directory is provided as an argument. Results are written to a file in the pwd as the scan runs. CSV files will be produced by default, use -html for HTML files instead. If the app is not installed as a gem, the HTML output requires configuration when being called from outside the app folder.

gretel icon gretel

Flexible Ruby on Rails breadcrumbs plugin.

meta_events icon meta_events

Structured, documented, powerful event emitting library for Mixpanel and other such systems

my-fb-feeds icon my-fb-feeds

Task: Create Website with Tabs Based on Facebook Login What the site must have: Signup and Login using Facebook Authentication (Facebook API); Stores user details in a MySql database together with the relationship status; Homepage with Signup / Login only; When user is signed up and logged in he gets a page like the one in the image below (image 1) with a tabbed interface relying on Jquery UI. All must be using: Rails, JQUERY, MYSQL and in AJAX (no page reloading); HOME shows nothing; TAB1 shows user relationship status (you must first save it to the database (when user registers) and serve it from there when user clicks "TAB1"); TAB2 shows whatever you want. Be creative. TAB3 shows latest user status update on Facebook from database (i.e.: you must check latest status on Facebook and save it to database every time user logs in and when user click "TAB3" serve the content directly from database) Please add a logout button.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.