Lucien Sina (@scratchy1)
  • Stars
    star
    27
  • Global Rank 520,106 (Top 19 %)
  • Followers 1
  • Following 8
  • Registered over 5 years ago
  • Location 🇩🇪 Germany
  • Country Total Rank 21,926

Top repositories

1

Spring-MVC

1
star
2

Java-Database-Connectivity

1
star
3

parameterized-classes

Methods, attributes and overload in parameterized classes
1
star
4

BeobachterEntwurfsmuster-Weckdienst

1
star
5

Servlet-JSP

1
star
6

e-commerce-Programm

1
star
7

Polymorphie

Vielgestaltigkeit. Im Zusammenhang mit Programmiersprachen spricht man von Polymorphie, wenn Programmkonstrukte oder Programmteile f¨ur Objekte (bzw. Werte) mehrerer Typen einsetzbar sind.
1
star
8

Classification-and-Subtyping

Manages a List of geometric figures
1
star
9

Sortieren-und-Filtern-von-Aktiendepots

1
star
10

Addressbuch-GUI-MVC-Architektur

Ich demonstriere den Entwurf einer Anwendung mit GUI am Beispiel eines einfachen Adressbuchs. Als Grundlage orientiere ich mich dabei an der MVC-Architektur
1
star
11

Typing

Lever out type test via Casting, Normalerweise erlaubt der Compiler ja nur Aufrufe, die für den Ausdruck, auf dem aufgerufen wird, auch sicher definiert sind. Bei einem Cast ist es anders herum: Der Compiler akzeptiert jeden Cast, der evtl. funktionieren kann.
1
star
12

Betriebssystem-Semaphoren

1
star
13

MAC-Adress-scanning-with-regular-expressions

in Java
1
star
14

Server-implementing-with-Threads

Parallele Bedienung von Clients durch einen Server
1
star
15

Model-View-and-Controller

Zusammenfügen der Klassen EggTimerModel, EggTimerCanvas, EggTimerController und EventBasedTimer zu einem vollständigen Programm mit grafischer Oberfläche
1
star
16

enumeration-types

representation of planets, their number of moons and distance to the Sun through enumeration type
1
star
17

Streams

Bausteine zur Ein-und Ausgabe
1
star
18

Sorting-algorithms

Ripple Sort and Simple Sort
1
star
19

Quantum-Computing-with-Q-

1
star
20

Functional-Programming-with-Lambda-Expressions

1
star
21

Client-and-Server-for-system-time-per-Remote-Method-Invocation-RMI-

1
star
22

Java-Persistence-API

1
star
23

Threads-and-ThreadPool

software design pattern for achieving concurrency of execution in a computer program
1
star
24

Collatz-conjecture

The Collatz conjecture is a conjecture in mathematics that concerns a sequence defined as follows: start with any positive integer n. Then each term is obtained from the previous term as follows: if the previous term is even, the next term is one half the previous term. If the previous term is odd, the next term is 3 times the previous term plus 1. The conjecture is that no matter what value of n (here from 1 to 100), the sequence will always reach 1.
1
star
25

Threads-Bankanwendung

Bankkontoverwaltung durch Threads
1
star
26

AJAX-and-async-POST-Requests

Asynchronous (in Ajax) processes incoming requests in a constant event stack and sends small requests one after the other without waiting for responses. In other words, asynchronous ajax call allow the next line of code to execute, whereas synchronous call stop JavaScript execution until the response from server.
1
star
27

Pakete-und-Kapselung

Personenverwaltung Firma (Zur Einübung von Pakettierung und Kapselung)
1
star