Search results

  1. fukurou

    test

  2. fukurou

    RegexUtil pointRegex example

    import re from math import sqrt class Point: def __init__(self, x_init, y_init): self.x = x_init self.y = y_init def shift(self, x, y): self.x += x self.y += y def __repr__(self): return "".join(["Point(", str(self.x), ",", str(self.y)...
  3. fukurou

    nintendo switch games

  4. fukurou

    nintendo switch games

  5. fukurou

    uma musume app

    :shrug:
  6. fukurou

    hmm

  7. fukurou

    hmm

    import re from math import sqrt class Point: def __init__(self,x_init,y_init): self.x = x_init self.y = y_init def shift(self, x, y): self.x += x self.y += y def __repr__(self): return "".join(["Point(", str(self.x), ",", str(self.y)...
  8. fukurou

    uma musume app

    באסה שאין מקום
  9. fukurou

    uma musume app

    this game is region blocked so you probably cant see it on your app store you need to DL an app called taptap 1st than DL uma musume pretty derby from there @ZORO
  10. fukurou

    pointRegex

    public Point pointRegex(String str2Check) { // "[-+]?[0-9]{1,13}(\\.[0-9]*)?" for double numbers String theRegex = "[-+]?[0-9]{1,13}"; Point result = new Point(0, 0); ArrayList<String> list = new ArrayList<String>(); Pattern checkRegex =...
  11. fukurou

    [MEDIA]

  12. fukurou

    [MEDIA]

  13. fukurou

    atelier ryza 2 speedrun

  14. fukurou

    [MEDIA]

  15. fukurou

    👨‍💻 dev sell your livingrimoire skill

    post a demo and a price, if it is good maybe someone, including me, will buy it. a skill for the living grimoire or some overall beefup
  16. fukurou

    Ascendance of a Bookworm Season 3

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    Anyone What tanking about the oculus quest 2

    yes that is VRchat
  20. fukurou

    nintendo switch games

    Metal Slug Tactics Marvel's Midnight Suns Wreckfest Review falconeer
Top