This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MariaDB [ghtorrent]> select p.url | |
-> from projects p | |
-> where | |
-> p.owner_id = 13369 | |
-> and forked_from is null and deleted = false and | |
-> 'java' = (select pl.language from project_languages pl where pl.project_id = p.id order by pl.bytes desc limit 1); | |
+-----------------------------------------------------------------------------------+ | |
| url | | |
+-----------------------------------------------------------------------------------+ | |
| https://api.github.com/repos/apache/tapestry3 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching package: 'arules' | |
The following objects are masked from 'package:base': | |
abbreviate, write | |
distribution of transactions with duplicates: | |
items | |
1 2 3 5 8 9 17 | |
54 16 1 3 1 1 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Algorithmic control: | |
filter tree heap memopt load sort verbose | |
0.1 TRUE TRUE FALSE TRUE 2 TRUE | |
Absolute minimum support count: 0 | |
set item appearances ...[0 item(s)] done [0.00s]. | |
set transactions ...[2529 item(s), 18464 transaction(s)] done [0.00s]. | |
sorting and recoding items ... [2529 item(s)] done [0.00s]. | |
creating transaction tree ... done [0.01s]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
During startup - Warning message: | |
Setting LC_CTYPE failed, using "C" | |
Loading required package: methods | |
Loading required package: foreach | |
Loading required package: iterators | |
Package 'GA' version 3.0.2 | |
Type 'citation("GA")' for citing this R package in publications. | |
Loading required package: Matrix | |
Attaching package: 'arules' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# distr <- your data | |
# logscale <- T if you want it to be at log-scale | |
qp <- function(distr, logscale) { | |
x <- c() | |
y <- c() | |
qt <- 0.01 | |
for(i in 1:99) { | |
x <- append(x, qt) | |
newY <- quantile(distr, c(qt))[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>tudelft.serg.msr</groupId> | |
<artifactId>challenge</artifactId> | |
<packaging>jar</packaging> | |
<version>1.0-SNAPSHOT</version> | |
<name>challenge</name> | |
<url>http://maven.apache.org</url> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> estrategia_tradicional$file | |
[1] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/model/PersonDisability.java | |
[2] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/model/external/ExternalPerson.java | |
> estrategia_nossa_2$file | |
[1] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/dao/PlanDao.java | |
[2] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/dao/CaseloadDao.java | |
[3] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/dao/reference/ChallengeReferralDao.java | |
[4] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/dao/external/ExternalCourseDao.java | |
[5] /media/dsk1/webapps-springmvc/SSP/src/main/java/org/jasig/ssp/web/api/PlanController.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9384784d8105c55cc7ab9d5e7e403465b505af01,Maurício Aniche | |
58cc4f929c996f4d863204deb76e4d4b2d16fc98,Maurício Aniche | |
866f164c0041b31f233945d38ac2b88d742180d8,Maurício Aniche | |
6078c5b99e244cd83c804313e07fb56b782d709d,Maurício Aniche | |
d2c841adea050ce1f8e65ac4e82fc9248f66fa82,Maurício Aniche | |
7d8983e1dbbb1262784af13dc47ef1d5b41eb2a9,Maurício Aniche | |
7a60a54a4398f2b2ed2943b0d578054d431cdcdb,Maurício Aniche | |
be0bbc213d5d70a42ce2cd8b40ddf6de4ca4db11,Maurício Aniche | |
631ed4e5fe785e516e51af9105204c96c2bc9fbe,Maurício Aniche | |
b9f36eeb9403a3ca124ff43f5cae740aed057b0b,Maurício Aniche |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
*/ | |
package com.eastteam.myprogram.web.visit; | |
import java.util.Iterator; | |
import java.util.List; | |
import java.util.Map; | |
import java.util.Properties; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* *************************************************************************** | |
* Copyright (c) 2010 Qcadoo Limited | |
* Project: Qcadoo Framework | |
* Version: 1.3 | |
* | |
* This file is part of Qcadoo. | |
* | |
* Qcadoo is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU Affero General Public License as published |