1. Samantha Groves

    Weird "bug" on Java function string seems not be removed off a ArrayDeque instance

    I am trying to implement a function public void calc(String searchPath,String diskLocation ) which by using the Breadth First Search it finds all files with a relative path of searchPath I have written down this code: ArrayDeque<String>searchedFiles = new ArrayDeque<>()...
  2. jayjo

    smart watch fan

    This smartwatch fan is designed to make it convenient to simultaneously look at the screen and see the time or listen to music, and enjoy the coolness of the built-in fan. The smartwatch fan was created on the basis of an ordinary watch so that people could be cool or warm at the same time so...
  3. prensmiskin

    How can I communicate the computer with the led screen

    Bilgisayarı led ekran ile nasıl iletişim kurabilirim. Bilgisayarla led ekranı rs 485 protokolü ile nasıl iletişim kurabilirim. Led ekranda c ile yazılmış bir yazılım var. Java se kullanarak bilgisayar led ekran ile iletişim kurmak istiyorum. led ekran görüntüsü Java dilini kullanarak Android ve...
Top