Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party), page 17

  1. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 15:19:28 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity In your regex, at the top, before the first @? :/

    In conversation Tuesday, 24-Jul-2018 15:19:28 EDT from anticapitalist.party permalink
  2. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 15:15:41 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to

    And heck, one more. This is a pretty ambitious game I've been working on for years, but honestly the code is bad and if I do anything with it I'm gonna want to restart from scratch, probably in a language other than java. XD

    https://github.com/Angular-Angel/TempleoftheElements

    In conversation Tuesday, 24-Jul-2018 15:15:41 EDT from anticapitalist.party permalink
  3. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 15:13:35 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭

    Making a bunch of my old repos public. This is all game stuff I've decided I'm never gonna do anything with. If you want me to slap an open source license on one of these, just ask. XD

    https://github.com/Angular-Angel/RoguelikeEngine
    https://github.com/Angular-Angel/BeneathTheEarth
    https://github.com/Angular-Angel/Crovasshun

    In conversation Tuesday, 24-Jul-2018 15:13:35 EDT from anticapitalist.party permalink

    Attachments

    1. Angular-Angel/BeneathTheEarth
      from GitHub
      Contribute to BeneathTheEarth development by creating an account on GitHub.
    2. Angular-Angel/Crovasshun
      from GitHub
      Contribute to Crovasshun development by creating an account on GitHub.
  4. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:59:25 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity Oh, I think you have a rogue quotation mark at the beginning there. :/

    In conversation Tuesday, 24-Jul-2018 14:59:25 EDT from anticapitalist.party permalink
  5. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:58:56 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity I think something's missing? I made a change so it would match single letter handles, and it seems to be doing fine on that selection? Try:

    /@([\w\.]*\w+)(@?[\w]+(\.\w+)+)?(\:\d+)?/gi

    In conversation Tuesday, 24-Jul-2018 14:58:56 EDT from anticapitalist.party permalink
  6. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:53:46 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • SamIO

    @infinity Okay, one more addition, another \w+, so that it doesn't let you have a > on the end of your local username. Now I think i'm pretty happy? That gives: /@([\w\.]+\w+)(@?[\w]+(\.\w+)+)?(\:\d+)?/gi, which seems about right, though it's pretty aggressive about matching things. That should be fine though. :/

    In conversation Tuesday, 24-Jul-2018 14:53:46 EDT from anticapitalist.party permalink
  7. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:50:18 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity Alright, moving the second @ and it's question mark into the second capture group seems to help: /@([\w\.]+)(@?[\w]+(\.\w+)+)?(\:\d+)?/gi

    Now, am I happy with this behaviour? :/

    In conversation Tuesday, 24-Jul-2018 14:50:18 EDT from anticapitalist.party permalink
  8. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:40:46 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity Yeah you're right. Hold up, lemme screw with it a bit. :/

    In conversation Tuesday, 24-Jul-2018 14:40:46 EDT from anticapitalist.party permalink
  9. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:35:07 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • GNU/SYNDICALISM
    • SamIO

    @frickhaditcoming Oh! Though, @infinity here might be a wizard, yeah. XD

    In conversation Tuesday, 24-Jul-2018 14:35:07 EDT from anticapitalist.party permalink
  10. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:32:01 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • GNU/SYNDICALISM
    • SamIO

    @frickhaditcoming @infinity Lol no, I used intnert tools and got other people to help me. XD

    In conversation Tuesday, 24-Jul-2018 14:32:01 EDT from anticapitalist.party permalink
  11. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:31:32 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity You lost the @ from in front. And with that change, it seems to work for me? Maybe you lost the /gi on the end? :/

    In conversation Tuesday, 24-Jul-2018 14:31:32 EDT from anticapitalist.party permalink
  12. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:26:00 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭

    Alright, I'm up to: /@([\w\.]+)@?([\w]+(\.\w+)+)?(\:\d+)?/gi, which I think solves my problem. Thank you for the help everyone! Sorry if I couldn't reply to everybody, that was a lot of messages and some replies got lost in the noise. :X

    In conversation Tuesday, 24-Jul-2018 14:26:00 EDT from anticapitalist.party permalink
  13. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:22:44 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity I've currently got: /@([\w\d]+)@?([\w\d]+(\.\w+)+)?(\:\d+)?/gi, which seems to work? :/

    In conversation Tuesday, 24-Jul-2018 14:22:44 EDT from anticapitalist.party permalink
  14. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:18:06 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • pounce

    @pounce I'm using https://regexr.com/ to test, it seems to be pretty decent. XD

    In conversation Tuesday, 24-Jul-2018 14:18:06 EDT from anticapitalist.party permalink

    Attachments

    1. RegExr: Learn, Build, & Test RegEx
      from RegExr
      RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
  15. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:17:20 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity Again, gets some white space and misses consecutive mentions. Try it out in : https://regexr.com/

    In conversation Tuesday, 24-Jul-2018 14:17:20 EDT from anticapitalist.party permalink

    Attachments

    1. RegExr: Learn, Build, & Test RegEx
      from RegExr
      RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
  16. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:16:27 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • SamIO

    @infinity In my test, that misses some instances and grabs a whole lot of unnecessary whitespace. I think I've got something working: /@([\w\d]+)@?([\w\d]+(\.\w+)+)?(\:\d+)?/gi

    See how that works?

    In conversation Tuesday, 24-Jul-2018 14:16:27 EDT from anticapitalist.party permalink
  17. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:13:57 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • pounce

    @pounce Yup, okay that works. XD

    In conversation Tuesday, 24-Jul-2018 14:13:57 EDT from anticapitalist.party permalink
  18. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:13:35 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • pounce

    @pounce Acccording to regexr.com that doesn't apply to the second @ symbol. Though, if we add another ? after that... :/

    In conversation Tuesday, 24-Jul-2018 14:13:35 EDT from anticapitalist.party permalink
  19. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:09:50 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • pounce

    @pounce Oooh, looiks pretty good. Can you get it to match local mentions too? Or is that too much? :/

    In conversation Tuesday, 24-Jul-2018 14:09:50 EDT from anticapitalist.party permalink
  20. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Tuesday, 24-Jul-2018 14:06:39 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • SamIO

    @infinity Well, I guess it will try to match it, fail, and move on. Still seems subotimal? Maybe I should just leave it though. :/

    In conversation Tuesday, 24-Jul-2018 14:06:39 EDT from anticapitalist.party permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.