GitHub / paulkastel 2 Repositories
Flutter/Dart Mobile Software Engineer
paulkastel/JobShopPRO
Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.
Language: Python - Size: 124 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 121 - Forks: 28

paulkastel/dart-code-metrics Fork of dart-code-checker/dart-code-metrics
Software analytics tool that helps developers analyse and improve software quality.
Language: Dart - Size: 10.5 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

paulkastel/lint_quido Fork of miquido/lint_quido
Collection of Flutter lints that we use and follow in Miquido
Language: Dart - Size: 49.8 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

paulkastel/FitKit Fork of krokyze/FitKit
Flutter plugin for reading health and fitness data. Wraps HealthKit on iOS and GoogleFit on Android.
Size: 124 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

paulkastel/RecruitingTasks
Na rozmowach rekrutacyjnych, rekruterzy dają zadania na tzw. "problem solving". To repozytorium zawiera takie przykładowe zadania.
Language: C - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

paulkastel/vitalia
Your diet planner with extra motivation
Language: Dart - Size: 274 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

paulkastel/cryptocurrency_chart
App that displays cryptocurrency value chart
Language: Dart - Size: 220 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

paulkastel/simple_notes
Language: Dart - Size: 85.9 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

paulkastel/cash_calc
Language: Dart - Size: 1.19 MB - Last synced at: 16 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

paulkastel/OMIKAS
Xamarin.Forms application that compute proportion of alloys, so you can smelt your perfect steel. In a modern way, entirely for free.
Language: C# - Size: 1020 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

paulkastel/02-TemperatureConverter
An application wrote in C# with WPF using MVVM pattern. User provide an temperature and program return proper value in other units (Kelvin, Farenheit, Celsuis).
Language: C# - Size: 24.4 KB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

paulkastel/PythonProgrammingChallanges
Trying to complete programming challanges 1.4 in python.
Language: Python - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

paulkastel/03-AgeInSeconds
Another program from programming challanges list 1.4. Calculates the difference in time between today and entered date by user. Written in C# with TDD process and YAGNI principle.
Language: C# - Size: 1.72 MB - Last synced at: 5 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

paulkastel/GameChess
I found tutorial for Chess wrote in Java, and rewrite code to C++ language. This is playable version of game for two players in console mode. By entering source and target position you can move and capture pieces and by capturing opponents king win the game.
Language: C++ - Size: 20.5 KB - Last synced at: 5 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

paulkastel/01-HigherLower
Second program from programming challenges. Some basic random games: head or tail, throw dice, higher or lower, "what number is on my mind" with scoring.
Language: Java - Size: 45.9 KB - Last synced at: 5 months ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

paulkastel/00-NameGenerator
Program connect with tables in database, choose random records and fills labels with all of the personal details. Later you can export data to vCard format. Also there is an option to generate your fantasy hero name.
Language: C# - Size: 1.04 MB - Last synced at: about 1 month ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

paulkastel/GeneratorPizzy
Program przygotowany na zaliczenie przedmiotu Programowanie Obiektowe w języku C++ na AGH. W programie użytkownik tworzył dowolną pizzę o dowolnym kształcie i składał na nią zamówienie po czym program w pliku o rozszerzeniu txt drukował całe zamówienie. Aplikacja jest konsolowa ale zawiera niemalże każde zagadnienie z podstaw programowania obiektowego w języku C++
Language: C++ - Size: 5.74 MB - Last synced at: 5 months ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

paulkastel/InteligentnyDom
Aplikacja przygotowana jako projekt zaliczeniowy przedmiotu Inżynieria Oprogramowania na AGH. Jej zadaniem była obsługa urządzeń domowych takich jak światło, telewizor, radio czy rolety. Została napisana w języku JAVA. W ramach projektu nauczyłem się tworzyć diagramy UML oraz projektować aplikacje od podstaw.
Language: Java - Size: 457 KB - Last synced at: 16 days ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

paulkastel/AlgorytmowySnake
Kosolowa wersja gry Snake przygotowana na przedmiot Algorytmy i Struktury Danych w języku C++. Generuje macierz o zadanym przez użytkownika rozmiarze wypełnioną przeszkodami w losowych miejscach. Wąż tworzony w dowolnym miejscu porusza się zgodnie z kierunkami zegara w taki sposób aby wypełnić sobą jak największą powierzchnię planszy.
Language: C++ - Size: 208 KB - Last synced at: about 1 month ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

paulkastel/Metoda-CPM-LOGISTYKA
Program logistyczny wyznaczajacy sciezke krytyczna w grafie. Metoda stosowana w zarządzaniu projektami. Scieżka krytyczna wyznaczna najkrótszy czas realizacji projektu. Wydarzenia krytyczne (te w ktorych luz = 0) to wydarzenia których nie można opóźnić bez wydłużania czasu realizacji całego projektu. Pozostałe można trochę opóźnić.
Language: Java - Size: 86.9 KB - Last synced at: 5 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

paulkastel/SerwerDrukuZebra
Serwer druku dla drukarek firmy ZEBRA. Nauczyłem się dzięki niemu obsługi drukarek przemysłowych ZEBRA i języka ZPL II, pracy z plikami XML oraz C# WPF.
Language: C# - Size: 24.4 KB - Last synced at: 5 months ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

paulkastel/FuzzyLEDControler
Application in JAVA that uses Fuzzy Logic and Arduino. With 3 sliders user change colour of JFrame and LED. Fuzzy logic recognise and name actual colour with its degree and brightness.
Language: Java - Size: 526 KB - Last synced at: 5 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0
