GithubHelp home page GithubHelp logo

timaul's Introduction

README

This repository is a project that is used to develop Inspire Crawler for our scrum project. It will be available in another repository as This repository won't be used to develop the crawler. The new repository will be focused for crawler only and this repository will be focused on API and website.

What is this repository for?

This repository's usage is:

  • To show progress about our software (Inspire Crawler, Website)

How do I get set up?

We use maven dependencies, so to run it you need to set the classpath.

These are the library that we used for this project:

  • crawler4j (has many dependecies)
  • stanford-core-nlp

to run our crawler, set it up by yourself or wait for us to release the jar files.

Progress

  • Inspire Crawler
  • API
  • Front Page
  • Admin Page

FAQ

Q : Can we contribute? A : No

timaul's People

Contributors

alieff avatar aulch avatar haryoaw avatar kevinega avatar pflarasati avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

timaul's Issues

404 Not Found on dashboard.blade.php file

There are some issue with the dashboard page where some resources having a 404 not found error. this may happen if there is any wrong path being issued on the dashboard.blade.php file.

these are the error i ecountered:

anyone is welcome to help fix this. i'll try to fix it too.

Not-the-page it's supposed to be

When I clicked the menu API in the navbar, it directed me to Term of Use page. It should be Documentation page which was supposed to be loaded.

Can't access the web

Hello ๐Ÿ‘ฏ ,

After I pull the latest version of development branch i got this error when i try to access the landing page
here is the image : unavailable to access

I also have tried to update, reinstall, self-update my composer, but none of them give me the expected result,
here are the images :
install
composer install
update
composer update
self-update
self-update then update

if you have solved it please let me know ๐Ÿ‘

misplaced "try block"

In file web/app/Http/Controllers/JsonController.php especialy from line 17 to line 34,

public function index(){
         $quotes = Quotes::all();
         $randQuote = rand(1,count($quotes));
         $quotees = $quotes[$randQuote-1];
         try{
             $statusCode = 200;
             $response = $quotees;
         }
         catch (Exception $e){
             $statusCode = 404;
             $response = "error coy";
         }finally{
             return Response::json($response, $statusCode);
             //return 'hehe';
         }
     }

I think there is misplacement in your code, it is written that the "try" block surround 2 assignment statement,

$statusCode = 200;
$response = $quotees;

as far as i know, assignment statement never throws an exception unless it include a method call, perhaps you misplace the "try" block

Error Sentence Identifier

Kurang model yang diperlukan oleh classnya. Sepertinya class ini akan manggil semua model yang tidak kita perlukan disini.

Test

this is a testdasdasdas

Unimplemented Standard Code Convention

Dear @Alieff and @kevinega,
after I reviewed the source code of some pages on development branch, I found that the codes of Source Code Page

source code belum rapih code conventionnya

and Home page

home belom rapih

have not followed the Standard Code Convention we have. Seems like you guys missed the rule number 1 and 5.

Rule number 1 is about the tidiness for writing the codes. I suggest that you guys try to use any better indentation for that.

Rule number 5 is about the CSS styling. It'd be better for you to have an external CSS instead of inline CSS. I found an article told that external CSS has many advantages. Here and you can also see here where I read the article. Hope it gives a lil bit help so your codes become more beautiful!

But if you guys actually had made the source code using standard code convention, no need to wait to push it on development branch.

cheers

Can not do update quote on deployed web

Dear Alief,
Have you saved the latest code on server? because I cant update the quote I want. try it yoursefl on sandbox.badr.co.id/ppl1/admin/CRUD. Dont forget to login first.
update gabisa

Please inform us if it's done.
thanks!

Form on Setting Page for Crawler is not working

Controller, Request and Form for Configuring Crawler Settings is made. But somehow after submitting the form, the value won't passed to controller. In other words, it passes empty values to controller. So it cannot be used to modify config.txt

Before Submitting Form
screen shot 2016-05-18 at 11 00 40 pm

After Submitting Form
screen shot 2016-05-18 at 11 00 49 pm

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.