Frank Schmitt

Results 12 issues of Frank Schmitt

Dear maintainers, I noticed that this repository is still labeled with 'hacktoberfest'. However, there are still two PR's from last years Hacktoberfest by me that - weren't accepted - haven't...

Currently, there's no license file contained in the repo. This essentially prevents anybody from using the code in this repo for (almost?) all purposes (see https://github.com/github/choosealicense.com/issues/196). I'd suggest we use...

enhancement

Includes implementations for two simple string functions: - isPalindrome - swapCase I haven't yet integrated them into Main.elm - still waiting for PR #5

This adds a simple quicksort implementation and adds a sort() wrapper to every sorting algo implementation (for easier playing around in the REPL).

see e.g. https://github.com/TheAlgorithms/Python/tree/master/strings for ideas what could / should be added

I'd like to propose adding some kind of verbose mode to the sorting algos - if enabled, it prints the list in every step (possibly with some kind of explanatory...

Dear maintainers, I noticed that this repository is still labeled with 'hacktoberfest'. However, there are still several PR's from last years Hacktoberfest that weren't accepted haven't been commented which seems...

Running this simple Elm Mdl program (a stripped-down version of the Counter example): ``` module Main exposing (..) import Html exposing (..) import Html.Attributes exposing (href, class, style) import Material...

Implements a very basic GUI for DNAnalyzer (using JavaFX). Closes #121. So far, you can - enter the name of the DNA file - enter the name of the protein...

documentation
enhancement
hacktoberfest-accepted

When trying to run the gradlew version of hellofx with JDK 17, I got this error message: Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated The solution was to change...