operating_systems attribute for GitHub projects

11 views
Skip to first unread message

Zhiyuan Wan

unread,
Apr 19, 2016, 10:44:35 AM4/19/16
to Boa Language and Infrastructure User Forum, wanzh...@zju.edu.cn
Hi there,
I am trying to tell if a Java project is a web application or an android app.
So I run an boa example to check operating_systems attributes of projects in GitHub and SourceForge datasets.
However, the output of the job running with dateset "2015 September/GitHub (small)" is empty (job 35574).

I wonder if the operating_systems attribute is available for the GitHub datasets, and if operating_systems attribute is the right way to go.
Thanks in advance. 

The submitted example boa program is as below:
***********************************************************************************
# this is an example query
# Counting the 5 most used platforms
p: Project = input;
counts: output top(5) of string weight int;

exists (i: int; match(`^java$`, lowercase(p.programming_languages[i])))
foreach(j: int; def(p.operating_systems[j]))
counts << p.operating_systems[j] weight 1
***********************************************************************************

Best,
Zhiyuan

Hoan Nguyen

unread,
Apr 19, 2016, 11:00:00 AM4/19/16
to boa-...@googlegroups.com, wanzh...@zju.edu.cn
Hi Zhiyuan,

OS information is not available in GitHub dataset.

Best regards,
Hoan


--
More information about Boa: http://boa.cs.iastate.edu/
---
You received this message because you are subscribed to the Google Groups "Boa Language and Infrastructure User Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to boa-user+u...@googlegroups.com.
To post to this group, send email to boa-...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages