file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
MentionsTokensExtractor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/tokenization/extractors/MentionsTokensExtractor.java
package moe.lyrebird.view.viewmodel.tokenization.extractors; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import moe.lyrebird.model.twitter.user.UserDetailsService; i...
1,200
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
HashtagTokensExtractor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/tokenization/extractors/HashtagTokensExtractor.java
package moe.lyrebird.view.viewmodel.tokenization.extractors; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import moe.lyrebird.view.viewmodel.tokenization.Token; impor...
1,275
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UnmanagedUrlsTokensExtractor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/tokenization/extractors/UnmanagedUrlsTokensExtractor.java
package moe.lyrebird.view.viewmodel.tokenization.extractors; import java.util.List; import java.util.stream.Collectors; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import moe.lyrebird.model.util.URLMatcher; import moe.lyrebird.view.viewmodel.tokeniz...
1,978
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ManagedUrlsTokensExtractor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/tokenization/extractors/ManagedUrlsTokensExtractor.java
package moe.lyrebird.view.viewmodel.tokenization.extractors; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; imp...
1,900
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ClickableText.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/javafx/ClickableText.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,440
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
StageAware.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/javafx/StageAware.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,248
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
Clipping.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/viewmodel/javafx/Clipping.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,823
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ImageResources.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/assets/ImageResources.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,457
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MediaResources.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/assets/MediaResources.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,208
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MediaEmbeddingService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/MediaEmbeddingService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,839
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
EmbeddedMediaViewHelper.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/EmbeddedMediaViewHelper.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
5,594
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MediaHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/MediaHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,170
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectVideoHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/direct/DirectVideoHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,677
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectImageHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/direct/DirectImageHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,819
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ImageHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/base/ImageHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,508
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
VideoHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/base/VideoHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,489
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterVideoHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/twitter/TwitterVideoHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,168
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterMediaEntity.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/handlers/twitter/TwitterMediaEntity.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,709
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MediaScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/display/MediaScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,667
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
VideoScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/display/video/VideoScreenComponent.java
package moe.lyrebird.view.screens.media.display.video; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class VideoScreenComponent implements FxmlComponent { ...
544
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
VideoScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/display/video/VideoScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
5,370
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ImageScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/display/photo/ImageScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,773
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ImageScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/media/display/photo/ImageScreenComponent.java
package moe.lyrebird.view.screens.media.display.photo; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class ImageScreenComponent implements FxmlComponent { ...
544
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
LoginScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/login/LoginScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
7,183
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
LoginScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/login/LoginScreenComponent.java
package moe.lyrebird.view.screens.login; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class LoginScreenComponent implements FxmlComponent { @Override ...
524
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditsScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/credits/CreditsScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
5,112
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/credits/CreditScreenComponent.java
package moe.lyrebird.view.screens.credits; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class CreditScreenComponent implements FxmlComponent { @Override ...
531
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
RootScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/root/RootScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,489
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
RootScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/root/RootScreenComponent.java
package moe.lyrebird.view.screens.root; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class RootScreenComponent implements FxmlComponent { @Override p...
524
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NewTweetController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/newtweet/NewTweetController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
15,142
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NewTweetScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/newtweet/NewTweetScreenComponent.java
package moe.lyrebird.view.screens.newtweet; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class NewTweetScreenComponent implements FxmlComponent { @Overri...
530
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserViewController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/user/UserViewController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
12,609
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/user/UserScreenComponent.java
package moe.lyrebird.view.screens.user; import org.springframework.stereotype.Component; import moe.lyrebird.view.screens.update.UpdateScreenController; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class Use...
590
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UpdateScreenComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/update/UpdateScreenComponent.java
package moe.lyrebird.view.screens.update; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class UpdateScreenComponent implements FxmlComponent { @Override ...
528
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UpdateScreenController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/screens/update/UpdateScreenController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,111
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessagePaneComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DirectMessagePaneComponent.java
package moe.lyrebird.view.components.directmessages; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class DirectMessagePaneComponent implements FxmlComponent { ...
538
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessagesController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DirectMessagesController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,151
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DMPaneController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DMPaneController.java
package moe.lyrebird.view.components.directmessages; import static moe.tristan.easyfxml.util.Properties.whenPropertyIsSet; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import...
3,858
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessagesComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DirectMessagesComponent.java
package moe.lyrebird.view.components.directmessages; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class DirectMessagesComponent implements FxmlComponent { ...
551
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DMConversationController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DMConversationController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,690
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessagesConversationComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/directmessages/DirectMessagesConversationComponent.java
package moe.lyrebird.view.components.directmessages; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class DirectMessagesConversationComponent implements FxmlCom...
563
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CurrentAccountComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/currentaccount/CurrentAccountComponent.java
package moe.lyrebird.view.components.currentaccount; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class CurrentAccountComponent implements FxmlComponent { ...
551
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CurrentAccountController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/currentaccount/CurrentAccountController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
6,597
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/credits/CreditController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,231
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/credits/CreditComponent.java
package moe.lyrebird.view.components.credits; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class CreditComponent implements FxmlComponent { @Override ...
524
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ControlBarController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/controlbar/ControlBarController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
10,456
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
ControlBarComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/controlbar/ControlBarComponent.java
package moe.lyrebird.view.components.controlbar; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class ControlBarComponent implements FxmlComponent { @Overr...
535
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MentionsController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/mentions/MentionsController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,631
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
MentionsComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/mentions/MentionsComponent.java
package moe.lyrebird.view.components.mentions; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class MentionsComponent implements FxmlComponent { @Override ...
527
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TimelineController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/timeline/TimelineController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,630
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TimelineComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/timeline/TimelineComponent.java
package moe.lyrebird.view.components.timeline; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class TimelineComponent implements FxmlComponent { @Override ...
527
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserTimelineComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/usertimeline/UserTimelineComponent.java
package moe.lyrebird.view.components.usertimeline; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class UserTimelineComponent implements FxmlComponent { @O...
543
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserTimelineController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/usertimeline/UserTimelineController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,351
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetInteractionPaneController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetInteractionPaneController.java
package moe.lyrebird.view.components.tweet; import static moe.lyrebird.model.twitter.services.interraction.StatusInteraction.LIKE; import static moe.lyrebird.model.twitter.services.interraction.StatusInteraction.RETWEET; import java.util.concurrent.CompletableFuture; import org.slf4j.Logger; import org.slf4j.LoggerF...
7,551
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetInteractionPaneComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetInteractionPaneComponent.java
package moe.lyrebird.view.components.tweet; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class TweetInteractionPaneComponent implements FxmlComponent { @...
560
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetContentPaneComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetContentPaneComponent.java
package moe.lyrebird.view.components.tweet; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class TweetContentPaneComponent implements FxmlComponent { @Over...
548
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetPaneComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetPaneComponent.java
package moe.lyrebird.view.components.tweet; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class TweetPaneComponent implements FxmlComponent { @Override ...
527
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetContentPaneController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetContentPaneController.java
package moe.lyrebird.view.components.tweet; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; import javaf...
2,122
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetPaneController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/tweet/TweetPaneController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
8,616
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessageListCell.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/cells/DirectMessageListCell.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,777
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TweetListCell.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/cells/TweetListCell.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,691
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditsCell.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/cells/CreditsCell.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,196
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TimelineControllerBase.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/base/TimelineControllerBase.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,049
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NotificationPaneComponent.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/notifications/NotificationPaneComponent.java
package moe.lyrebird.view.components.notifications; import org.springframework.stereotype.Component; import moe.tristan.easyfxml.api.FxmlComponent; import moe.tristan.easyfxml.api.FxmlController; import moe.tristan.easyfxml.api.FxmlFile; @Component public class NotificationPaneComponent implements FxmlComponent { ...
553
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NotificationsController.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/view/components/notifications/NotificationsController.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,690
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
BackendComponents.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/BackendComponents.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,383
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CachedMedia.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/io/CachedMedia.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,625
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
AsyncIO.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/io/AsyncIO.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,338
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
SystemTrayService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/systemtray/SystemTrayService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,625
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
LyrebirdTrayIcon.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/systemtray/LyrebirdTrayIcon.java
package moe.lyrebird.model.systemtray; import java.awt.MenuItem; import java.awt.event.ActionListener; import java.net.URL; import java.util.LinkedHashMap; import java.util.Map; import java.util.concurrent.CompletableFuture; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cache.ann...
2,706
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditsService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/CreditsService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
3,233
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditedWorkLicense.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/objects/CreditedWorkLicense.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,506
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
SimpleNameUrlBinding.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/objects/SimpleNameUrlBinding.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,058
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditedWorkAuthor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/objects/CreditedWorkAuthor.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,503
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditedWork.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/objects/CreditedWork.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,041
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CreditedWorkLicensor.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/credits/objects/CreditedWorkLicensor.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,324
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CleanupOperation.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/interrupts/CleanupOperation.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,553
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CleanupService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/interrupts/CleanupService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,978
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
SettingsUtils.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/settings/SettingsUtils.java
package moe.lyrebird.model.settings; import java.util.prefs.Preferences; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * This class manages persistent user application settings. * * It is mostly a verbose decorator around {@link Preferences#userRoot()}. */ public final class SettingsUtils { p...
1,549
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
Setting.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/settings/Setting.java
package moe.lyrebird.model.settings; public enum Setting { NOTIFICATION_MAIN_STAGE_TRAY_SEEN("ui.notification.mainStageCloseToTray"); private final String preferenceKey; Setting(final String preferenceKey) { this.preferenceKey = preferenceKey; } public String getPreferenceKey() { ...
352
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterHandler.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/twitter4j/TwitterHandler.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,416
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
Twitter4JComponents.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/twitter4j/Twitter4JComponents.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,779
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
RateLimited.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/refresh/RateLimited.java
package moe.lyrebird.model.twitter.refresh; public interface RateLimited { int maxRequestsPer15Minutes(); void refresh(); }
136
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
AutoRefreshService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/refresh/AutoRefreshService.java
package moe.lyrebird.model.twitter.refresh; import java.util.List; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; ...
2,239
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NewTweetService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/NewTweetService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
5,888
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
CachedTwitterInfoService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/CachedTwitterInfoService.java
package moe.lyrebird.model.twitter.services; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Component; import moe.lyrebird.model.sessions.SessionManager; import twitter4j.User; @Component @Cacheable(value = "c...
742
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
NewDirectMessageService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/NewDirectMessageService.java
package moe.lyrebird.model.twitter.services; import java.util.concurrent.CompletableFuture; import java.util.function.Function; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import moe.lyrebird....
1,932
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserInteraction.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/interraction/UserInteraction.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,239
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterInteractionService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/interraction/TwitterInteractionService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
10,047
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
StatusInteraction.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/interraction/StatusInteraction.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,444
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterBinaryInteraction.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/services/interraction/TwitterBinaryInteraction.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
1,599
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserDetailsService.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/user/UserDetailsService.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,223
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterMediaExtensionFilter.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/util/TwitterMediaExtensionFilter.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,741
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
Timeline.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/observables/Timeline.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,926
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
TwitterTimelineBaseModel.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/observables/TwitterTimelineBaseModel.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
5,647
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
DirectMessages.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/observables/DirectMessages.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
4,922
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
UserTimeline.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/observables/UserTimeline.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,807
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
Mentions.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/twitter/observables/Mentions.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,741
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
FXProperties.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/util/FXProperties.java
package moe.lyrebird.model.util; import java.util.function.Consumer; import javafx.beans.value.ObservableValue; public final class FXProperties { private FXProperties() { } public static <T> void waitForProp(final ObservableValue<T> prop, final Consumer<T> onReady) { if (prop.getValue() == null...
889
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z
URLMatcher.java
/FileExtraction/Java_unseen/Tristan971_Lyrebird/lyrebird/src/main/java/moe/lyrebird/model/util/URLMatcher.java
/* * Lyrebird, a free open-source cross-platform twitter client. * Copyright (C) 2017-2018, Tristan Deloche * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
2,966
Java
.java
Tristan971/Lyrebird
34
9
10
2017-02-05T19:44:00Z
2020-09-27T21:13:06Z