Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Dajda, J." wg kryterium: Autor


Wyświetlanie 1-5 z 5
Tytuł:
Source code reviews on mobile devices
Autorzy:
Frącz, W.
Dajda, J.
Powiązania:
https://bibliotekanauki.pl/articles/305290.pdf
Data publikacji:
2016
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
source code review
code quality
experimental evaluation
Android
Opis:
This paper presents the results of an experiment-driven investigation on the efficiency of source code review practice performed on mobile devices. In particular, the conducted investigation tries to verify whether or not the small screens of mobile devices influence the speed and quality of the review process. Besides presenting the experiment itself and discussing the obtained results, this paper also describes the dedicated Android application for mobile code reviews that was implemented for research purposes.
Źródło:
Computer Science; 2016, 17 (2); 143-161
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Support for distributed programming in extreme style
Wspomaganie zdalnego programowania w stylu ekstremalnym
Autorzy:
Dajda, J.
Ciszewski, S.
Powiązania:
https://bibliotekanauki.pl/articles/305560.pdf
Data publikacji:
2005
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
wspomaganie programowania ekstremalnego
zdalne programowanie ekstremalne
zdalne programowanie w parach
zdalne zespoły
eXtreme programming support
distributed eXtreme programming
virtual pair programming
virtual teaming
Opis:
The basic limitation emerging from practising eXtreme Programming methodology is the constraint of close physical proximity between the members of the collaborating team including customer. This became the main idea behind research on XP supporting environment for geographically distributed teams. This work presents basic assumptions, elaborated architecture and selected implementation issues for the system of this type. Deliberations are supplied with the initial results of the verification of its usability based on the users tests.
Podstawowym ograniczeniem, jakie nakłada na zespół metodologia programowania eXtremalnego, jest wymóg bezpośredniego kontaktu pomiędzy członkami grupy programistycznej w tym klientem. Z tego też względu podjęto prace nad środowiskiem wspierającymi ten styl programowania, przeznaczonym dla grup rozproszonych geograficznie. Praca prezentuje podstawowe założenia, wypracowaną architekturę i wybrane aspekty implementacyjne takiego systemu. Rozważania uzupełniają wstępne wyniki weryfikacji jego przydatności, uzyskane w ramach obserwacji grup jego użytkowników.
Źródło:
Computer Science; 2005, 7; 49-61
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Component-Based Architecture for Systems, Services and Data Integration in Support for Criminal Analysis
Autorzy:
Dajda, J.
Dębski, R.
Byrski, A.
Kisiel-Dorohinicki, M.
Powiązania:
https://bibliotekanauki.pl/articles/308469.pdf
Data publikacji:
2012
Wydawca:
Instytut Łączności - Państwowy Instytut Badawczy
Tematy:
criminal analysis
component-based systems
software integration
Opis:
Criminal analysis processes is based on heterogeneous data processing. To support it, analysts utilize a large set of specialized tools, however they are usually designed to solve a particular problem are often incompatible with other existing tools and systems. Therefore, to fully leverage the existing supporting tools, their technological integration is required. In this paper we present original approach for integrating systems based on the component-driven paradigm. Firstly, a problem of supporting criminal analysis is described with a strong emphasis on the heterogeneity issues. Secondly, some theoretical information about integration is depicted followed by the details of the proposed architecture. Finally, the technological assumptions are discussed and prototype integration based on proposed concept is overviewed. om the experiments are discussed in the final part of the paper.
Źródło:
Journal of Telecommunications and Information Technology; 2012, 1; 67-73
1509-4553
1899-8852
Pojawia się w:
Journal of Telecommunications and Information Technology
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Computer-Assisted Integration of Knowledge in the Context of Identification of the Causes of Defects in Castings
Wspomagana komputerowo integracja wiedzy, w kontekście identyfikacji przyczyn powstawania wad odlewów
Autorzy:
Kluska-Nawarecka, S.
Wilk-Kolodziejczyk, D.
Dajda, J.
Macura, M.
Regulski, K.
Powiązania:
https://bibliotekanauki.pl/articles/356329.pdf
Data publikacji:
2014
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
casting defects diagnostics
data integration
ETL
Extract-Transform-Load
diagnostyka wad odlewów
integracja danych
Opis:
The paper outlines the rules of creating diagnostic tasks scenarios in determining the causes of defects in castings. The paper presents as well the rules of operation of the computer system for data integration based on Extract-Trasform-Load technology, and a description of prototype implementation of this system, also examples of the tests that was carried out.
W pracy naszkicowano zasady tworzenia scenariuszy działań diagnostycznych przy określeniu przyczyn powstawania wad odlewów. Przedstawiono zasady działania informatycznego systemu integracji danych opartego na zastosowaniu technologii Extract-Trasform-Load, oraz opis prototypowej realizacji tego systemu, a także przykłady przeprowadzonych testów.
Źródło:
Archives of Metallurgy and Materials; 2014, 59, 2; 743-746
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Model for dynamic and hierarchical data repository in relational database
Autorzy:
Piech, M.
Fracz, W.
Turek, W.
Kisiel-Dorohinicki, M.
Dajda, J.
Byrski, A.
Powiązania:
https://bibliotekanauki.pl/articles/305565.pdf
Data publikacji:
2018
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
JSON
relational databases
EAV
CQRS
PostgreSQL
open schema model
Opis:
The aim of this research is to build an open schema model for a digital sources repository in a relational database. This required us to develop a few advanced techniques. One of them was to keep and maintain a hierarchical data structure pushed into the repository. A second was to create constraints on any hierarchical level that allows for the enforcement of data integrity and consistency. The created solution is mainly based on a JSON file as a native column type, which was designed for holding open schema documents. In this paper, we present a model for any repository that uses hierarchical dynamic data. Additionally, we include a structure for normalizing the input and description for the data in order to keep all of the model assumptions. We compared our solution with a well-known open schema model – Entity-Attribute-Value – in the scope of saving data and querying about relationships and contents from the structure. The results show that we achieved improvements in both the performance and disk space usage, as we extended our model with a few new features that the previous model does not include. The techniques developed in this research can be applied in every domain where hierarchical dynamic data is required, as demonstrated by the digital book repository that we have presented.
Źródło:
Computer Science; 2018, 19 (4); 479-500
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
    Wyświetlanie 1-5 z 5

    Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies