User Details
User Details
- User Since
- May 12 2016, 12:32 PM (471 w, 16 h)
- Availability
- Available
Aug 21 2016
Aug 21 2016
abhimanyushekhawat committed R195:4a694248475f: Addede the link to Google Project page in README.md (authored by abhimanyushekhawat).
Addede the link to Google Project page in README.md
Aug 20 2016
Aug 20 2016
abhimanyushekhawat committed R192:5fe5bab60ed9: Added MediaWiki Documentation link (authored by abhimanyushekhawat).
Added MediaWiki Documentation link
abhimanyushekhawat committed R192:cca3d52551d3: Improved README.md (authored by abhimanyushekhawat).
Improved README.md
abhimanyushekhawat committed R195:d7306782681a: Imporved README.md (authored by abhimanyushekhawat).
Imporved README.md
Aug 13 2016
Aug 13 2016
abhimanyushekhawat committed R195:14882440aec1: [BUG] Fixed the failing bug (authored by abhimanyushekhawat).
[BUG] Fixed the failing bug
abhimanyushekhawat committed R195:1a5ee0f516f8: [CODE_SMELL] Fixed code smell upto 27 skipped brain-overload (authored by abhimanyushekhawat).
[CODE_SMELL] Fixed code smell upto 27 skipped brain-overload
abhimanyushekhawat committed R195:195ee1e12d10: [CODE_SMELL] Fixed code smell upto 8 (authored by abhimanyushekhawat).
[CODE_SMELL] Fixed code smell upto 8
abhimanyushekhawat committed R195:3e1fa9fa950c: [BUGS] Removed float equality comparisons in NormalisedVotes.java (authored by abhimanyushekhawat).
[BUGS] Removed float equality comparisons in NormalisedVotes.java
Aug 9 2016
Aug 9 2016
abhimanyushekhawat committed R195:59deca4d702e: Put stackTrace to log4j (authored by abhimanyushekhawat).
Put stackTrace to log4j
Aug 8 2016
Aug 8 2016
abhimanyushekhawat committed R195:84962ab2a79c: Changed System.out.println to log4j (authored by abhimanyushekhawat).
Changed System.out.println to log4j
Setting up log4j
Aug 7 2016
Aug 7 2016
Aug 4 2016
Aug 4 2016
abhimanyushekhawat committed R195:217fb5b11784: Added code to prevent uses from rating their own work (authored by abhimanyushekhawat).
Added code to prevent uses from rating their own work
Cleaned the code
abhimanyushekhawat committed R195:ab7bd3c90e7c: Added code to update old vote when a user revotes for the same version (authored by abhimanyushekhawat).
Added code to update old vote when a user revotes for the same version
Aug 1 2016
Aug 1 2016
abhimanyushekhawat committed R195:8b9057195761: Prevented the minor contribution linking in secondRun (authored by abhimanyushekhawat).
Prevented the minor contribution linking in secondRun
Jul 28 2016
Jul 28 2016
abhimanyushekhawat committed R195:300eecc0df5a: Completed Credits code that will return the user contributions for the passed… (authored by abhimanyushekhawat).
Completed Credits code that will return the user contributions for the passed…
Jul 27 2016
Jul 27 2016
abhimanyushekhawat committed R195:2fdaf3196509: [WIP] Code for exposing function for User credits (authored by abhimanyushekhawat).
[WIP] Code for exposing function for User credits
abhimanyushekhawat committed R195:043b7a6824a1: Completed testing on firstRun.java stepwise (authored by abhimanyushekhawat).
Completed testing on firstRun.java stepwise
abhimanyushekhawat committed R195:d013a84fb8de: [WIP] Added user contribution class and tested engine upto LinkPages.java (authored by abhimanyushekhawat).
[WIP] Added user contribution class and tested engine upto LinkPages.java
Jul 25 2016
Jul 25 2016
abhimanyushekhawat committed R192:e3ec04bdfbc1: Displayed statistics on Special Page (authored by abhimanyushekhawat).
Displayed statistics on Special Page
abhimanyushekhawat committed R192:633f6db58b4d: [WIP] Displaying Statistics via Special Page (authored by abhimanyushekhawat).
[WIP] Displaying Statistics via Special Page
Jul 21 2016
Jul 21 2016
abhimanyushekhawat committed R195:fb598012a915: Added class for displaying Statistics (authored by abhimanyushekhawat).
Added class for displaying Statistics
Jul 17 2016
Jul 17 2016
abhimanyushekhawat committed R192:da33aa2932e3: [WIP]Added code to enable User to Vote for a page (authored by abhimanyushekhawat).
[WIP]Added code to enable User to Vote for a page
abhimanyushekhawat committed R195:90f5163c3c9c: [WIP]Added code to enable User to Vote for a page (authored by abhimanyushekhawat).
[WIP]Added code to enable User to Vote for a page
abhimanyushekhawat added a comment to T3247: Expose a function to know bytes contributed by author.
Yes it's not very difficult to get the page wise bytes of the corresponding
authors,there is a MediaWiki query to get the total bytes contributed by
all the users but infact the engine collects so much data that this task
can be performed offline too. I will complete this task soon ! :D
ruphy awarded T3247: Expose a function to know bytes contributed by author a Like token.
ruphy awarded T3247: Expose a function to know bytes contributed by author a Like token.
Jul 15 2016
Jul 15 2016
abhimanyushekhawat added a comment to T3247: Expose a function to know bytes contributed by author.
Hi! I have made a function *public static int
getTotalContributionBytes(String username); *in the *User.java* class it
return the Total Contributions in bytes for a User.
abhimanyushekhawat committed R195:44e52f4a4035: Expose a function to know bytes contributed by author (authored by abhimanyushekhawat).
Expose a function to know bytes contributed by author
abhimanyushekhawat committed R192:21e4a50e5623: [WIP] Written script to fetch and display current Page Ratings and other… (authored by abhimanyushekhawat).
[WIP] Written script to fetch and display current Page Ratings and other…
abhimanyushekhawat committed R195:25048f99b5d2: [WIP]Fetched and displayed Current Page Rating along with other relevant data (authored by abhimanyushekhawat).
[WIP]Fetched and displayed Current Page Rating along with other relevant data
abhimanyushekhawat added a comment to T3247: Expose a function to know bytes contributed by author.
Hi! Yeah it is an easy task I will do it tonight, the user contributions
will be stored in the database and will be available for direct access.
Jul 12 2016
Jul 12 2016
abhimanyushekhawat committed R195:794ddfaf2f5b: [WIP] Connecting engine to extension, SOP problem solved (authored by abhimanyushekhawat).
[WIP] Connecting engine to extension, SOP problem solved
abhimanyushekhawat committed R192:4e1e46d82d38: [WIP] Solved SOP issue and connected to engine successfully (authored by abhimanyushekhawat).
[WIP] Solved SOP issue and connected to engine successfully
Jul 10 2016
Jul 10 2016
abhimanyushekhawat committed R192:2001ef9f7b52: Added mw fetched data (authored by abhimanyushekhawat).
Added mw fetched data
Jul 8 2016
Jul 8 2016
abhimanyushekhawat committed R192:9d4c5185cfb5: Converted the extension repository to a submodule (authored by abhimanyushekhawat).
Converted the extension repository to a submodule
abhimanyushekhawat committed R192:38ef97c0348d: Removed and ignored ~ files (authored by abhimanyushekhawat).
Removed and ignored ~ files
abhimanyushekhawat committed R192:c040d0ec3398: Removed submodule from Wikirating extension (authored by abhimanyushekhawat).
Removed submodule from Wikirating extension
abhimanyushekhawat committed R192:7f68fe4dc97c: [WIP]Added WikiRating extension (authored by abhimanyushekhawat).
[WIP]Added WikiRating extension
Jul 5 2016
Jul 5 2016
abhimanyushekhawat closed T3148: Tweak the algorithm to remove reliability averaging equation as Resolved.
Jul 5 2016, 9:29 AM · Restricted Project
abhimanyushekhawat closed T3149: Tweak the algorithm (the master equation) to analyse the distribution of page ratings. as Resolved.
Jul 5 2016, 9:29 AM · Restricted Project
Jul 2 2016
Jul 2 2016
Jul 2 2016, 6:45 PM · Restricted Project
Jul 2 2016, 6:45 PM · Restricted Project
Jul 2 2016, 6:45 PM · Restricted Project
Jul 2 2016, 6:44 PM · Restricted Project
Jul 2 2016, 6:44 PM · Restricted Project
abhimanyushekhawat created T3149: Tweak the algorithm (the master equation) to analyse the distribution of page ratings..
Jul 2 2016, 8:53 AM · Restricted Project
Jul 2 2016, 8:51 AM · Restricted Project
Jul 1 2016
Jul 1 2016
Jul 1 2016, 2:11 PM · Restricted Project
Jun 28 2016
Jun 28 2016
Jun 28 2016, 12:15 PM · Restricted Project
May 12 2016
May 12 2016