Search results

  1. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    companion object { micro macro mezzoflation
  2. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    skills DiBurper DiEngager DiPetV3 DiSneezer DiTime ax Alerter AXTimeContextResponder Cron TimedMessages TimeUtils TrgEveryNMinutes TrgMinute TrgParrot TrgSnooze TrgTime
  3. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    Alerter AXTimeContextResponder Cron DiBurper DiEngager DiPetV3 DiSneezer DiTime TimedMessages TimeUtils TrgEveryNMinutes TrgMinute TrgParrot TrgSnooze TrgTime
  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    👨‍💻 dev find where I used the class as an object all over my project

    To find where you’ve used a class as an object throughout your project in PyCharm, you can use the Find Usages feature. Here’s how you can do it: Select the Class: Place your cursor on the class name you want to search for. Find Usages: Right-click the class name and select Find Usages from the...
  7. fukurou

    [MEDIA]

  8. fukurou

    [MEDIA]

  9. fukurou

    [MEDIA]

  10. fukurou

    heap pollution my ass

    the compiler is scared some lamer would use an arraylist of ints, because varargs can't enforce generic types. here is the fix: @SafeVarargs public final void generatePermutations(ArrayList<String>... lists){ ArrayList<ArrayList<String>> ll = new ArrayList<>()...
  11. fukurou

    heap pollution my ass

    public void generatePermutations(ArrayList<String>... lists){ ArrayList<ArrayList<String>> ll = new ArrayList<>(); Collections.addAll(ll, lists); result = new ArrayList<>(); generatePermutations(ll, this.result, 0, ""); } @the living tribunal
  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

Top