[-] Ategon@programming.dev 5 points 2 years ago* (last edited 2 years ago)

Theres a lot of different frameworks to use for creating them

The most popular one is lemmy-bot which uses js (and has descriptions for how to use it on the page)

Theres also one in python though here with a couple examples in its repo

[-] Ategon@programming.dev 5 points 2 years ago

Created at !forgejo@programming.dev. If you want to be a mod make a post in the community and let me know

(giving this request priority since the other one was made by comcreator)

1
[OC] Ancient Scroll (programming.dev)

Originally made for pixel dailies

2
2
2
70
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/newcommunities@lemmy.world
1
[OC] Flight of the Arrows (programming.dev)
1
[OC] Twin Swords (programming.dev)

Originally made for swordtember

1
[OC] Rainy Nights (programming.dev)
1
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/challenges@programming.dev

Given some assortment of brackets, you must find the largest substring that is a valid matching bracket pattern

  • A bracket match is an opening and closing version of the same kind of bracket beside each other ()
  • If a bracket matches then outer brackets can also match (())
  • The valid brackets are ()[]{}

For example for the input {([])()[(])}()] the answer would be ([])() as that is the largest substring that has all matches


You must accept the input as a command line argument (entered when your app is ran) and print out the result

(It will be called like node main.js [(]() or however else to run apps in your language)

You can use the solution tester in this post to test you followed the correct format https://programming.dev/post/1805174

Any programming language may be used. 3 points will be given if you pass all the test cases with 1 bonus point going to whoevers performs the quickest and 1 for whoever can get the least amount of characters

To submit put the code and the language you used below


People who completed the challenge:

submissions open for another day (since the last time I edited the post)

10
P.D Custom Emotes (programming.dev)
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/meta@programming.dev

We now have some possibility for custom emotes available in the instance (now that the bug that was happening with them was fixed). If anyone has some suggestions for what to add feel free to reply with them

Ive added the p.d logo and a couple game engines for now as an example. You can send the p.d logo by typing :pro (or more of the name) and then it should show an autofill you can select if youre using the website (theres an emoji picker as well but it doesnt work for custom emotes)

programming.dev logo godot logo pico-8 logo unity logo

Ill likely be adding some for the logos of various things but mainly want to know if theres anything people want other than that

13
Godot at Gamescom 2023 (godotengine.org)
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/godot@programming.dev
1
submitted 2 years ago* (last edited 2 years ago) by Ategon@programming.dev to c/challenges@programming.dev

Bracket Inc. wants to ship out new products using their excess brackets. They have tasked you with generating every possible assortment of brackets for some n brackets where the brackets will match

  • A bracket match is an opening and closing version of the same kind of bracket beside each other ()
  • If a bracket matches then outer brackets can also match (())
  • n will be an even number
  • The valid brackets are ()[]{}

For example for n = 4 the options are

  • ()()
  • (())
  • [][]
  • [[]]
  • {}{}
  • {{}}
  • []()
  • ()[]
  • (){}
  • {}()
  • []{}
  • {}[]
  • ({})
  • {()}
  • ([])
  • [()]
  • {[]}
  • [{}]

You must accept n as a command line argument (entered when your app is ran) and print out all of the matches, one per line

(It will be called like node main.js 4 or however else to run apps in your language)

You can use the solution tester in this post to test you followed the correct format https://programming.dev/post/1805174

Any programming language may be used. 2 points will be given if you pass all the test cases with 1 bonus point going to whoevers performs the quickest and 1 for whoever can get the least amount of characters

To submit put the code and the language you used below

[-] Ategon@programming.dev 4 points 2 years ago

Yeah that would fit the community pattern better. Can make that the url and then change the display name around

[-] Ategon@programming.dev 4 points 2 years ago* (last edited 2 years ago)

Note your link there is broken

Think you meant to link https://canvas.toast.ooo

[-] Ategon@programming.dev 4 points 2 years ago

Created at !pwa@programming.dev

Weve also got a !lemmy_dev@programming.dev community in here that can be posted in

[-] Ategon@programming.dev 4 points 3 years ago* (last edited 3 years ago)

~~you can trigger one using !remindme and then the length at the start of a message~~

Edit: its offline temporarily so that I can comply with lemmy.world bot rules

[-] Ategon@programming.dev 4 points 3 years ago

Ive removed this comment due to being unrelated to the actual topic of the post which is the new lemmy frontend. Reminder to keep talks here about rust rather than politics. Theres a ton of other communities for that and the lemmy dev politics have already been discussed heavily

[-] Ategon@programming.dev 4 points 3 years ago

Community has been created at https://programming.dev/c/books

Waited a bit until I finished up a bot for it. The bot should delete any posts or comments that contain a link

[-] Ategon@programming.dev 4 points 3 years ago

true moving posts could be something that could be done if lemmy is set to deal with that. I can check to see how difficult that would be to put into lemmy and possibly push a patch out.

If we get that functionality in we can do another poll to determine whether it should switch to that but for now im just polling these options since I assume it wont be a thing for a bit (I tried to push another patch out to the site to make the request community more prominent but it seemed to be having issues with certain aspects of the changes so that needs to be fixed before we can get some updates out)

[-] Ategon@programming.dev 5 points 3 years ago* (last edited 3 years ago)

yeah thats one of the possible options in the vote (option 1 is anything goes, option 2 is same but also guides people for their future posts on that topic after they posted something) if you want I can note one of those down as your vote

[-] Ategon@programming.dev 4 points 3 years ago

If I run a poll for the community on what we should do what should the options be?

currently thinking

  1. move topic collection into a new community
  2. move general programming concepts into a new community
  3. keep both in this community
[-] Ategon@programming.dev 4 points 3 years ago

no problem! Yeah haha im participating in gmtk so running and hosting at the same time would be pain

view more: ‹ prev next ›

Ategon

0 post score
0 comment score
joined 3 years ago
MODERATOR OF