Git Product home page Git Product logo

sp17-i524's People

Contributors

abhishek8gupta avatar absnaik810 avatar anurag2301 avatar anveling avatar avadhoot-agasti avatar badmutex avatar dimitargnikolov avatar govind273 avatar harkrish1 avatar jardians avatar justbbusy avatar karvenka avatar laszewsk avatar miaozhan avatar milindsuryawanshi avatar mmccombe avatar narayana1043 avatar nsathe avatar piyurai avatar rahpsing avatar sabyasachi087 avatar snehalvartak avatar sowravi avatar sriramsitharaman avatar ssheybani avatar sushmitasivaprasad avatar suunni avatar vibhatha avatar vorasagar7 avatar yatinsharma7 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sp17-i524's Issues

issue: changes made into S17-IR-2017

@dimitargnikolov

I made all the required changes. Some places I have introduced new sections and paragraphs to support or backup claims and have provided references for them. I have also added a disadvantages section as requested. Please let me know if any further changes are required to make this look better. I changed the conclusion but I am little not sure if it still needs improvement. Please let me know how can I improve that and I will work on that.

Thanks for showing my mistakes. Your comments were helpful when I was working on making the changes.

veera marni.
S17-IR-2017

URGENT: test-paper does not work

this does not work. you need to not do a yaml read, as

a) sometimes there aer more than on : in a line so you need to use split (...,1)
b) sometimes there are two github usernames and you probably just tkae the first (error later on)
c) please remember that we have project dirs so we need to read from them as not everyone uses the hid space

def _parse_readme(self, path):
lines = []
with open(path) as fd:
for line in fd:
if ':' in line:
lines.append(line.strip())

    return yaml.load('\n'.join(lines))

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.