Skip to content
View franzxschmid's full-sized avatar

Block or report franzxschmid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. TestOrm TestOrm Public

    Hibernate, ORM, CRUD-Operations

    Java

  2. restProject restProject Public

    Spring Boot, REST, MVC

    Java

  3. carManagementFX carManagementFX Public

    JavaFX, JDBC and SQL

    Java

  4. franzxschmid.github.io franzxschmid.github.io Public

    My Web Page (HTML, CSS, PHP)

    HTML

  5. myFirstWebService myFirstWebService Public

    Spring, Resource Controller

    Java

  6. Codility Lesson 10 Prime and composi... Codility Lesson 10 Prime and composite numbers
    1
    //Count Factors of a given Number n
    2
    class Solution {
    3
        public int solution(int N) {
    4
            
    5
            int count = 0;