-
I just edited the README with my own whiny newbie complaint about one of the earliest (and probably easiest-to-understand) error messages, a message that nevertheless stopped me cold in my tracks. Why…
-
At the moment there are three languages: Brainf*** and Ook! and Deadfish. Three more are under construction: Whitespace, Chef and Beatnik.
It would clean up the category.
t-m-z updated
3 years ago
-
This is more than a cool program – it's a computer science breakthrough! Apparently, you have discovered a method for constructing quines based on an arbitrary blueprint involving any amount of langua…
p-e-w updated
3 years ago
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发帖人联系。
谢绝中介和猎头发帖,违者拉黑。…
-
Thank you for your awesome project 👍🏻
Unfortunately, lately, I've noticed significant slowdown of development.
**14 days** without commits and many commits in last months are just minor changes. No…
-
Hello, I have re-implemented the Pika algorithm in Python (https://github.com/maxfischer2781/bootpeg) but stumbled over a case where the Pika algorithm seems to behave notably different than a left-re…
-
By carefully choosing where the needle penetrations fall in each row of a fill, we can create some pretty nifty fill effects. It'd be especially cool if the user could add their own, perhaps with a m…
-
- [x] Change Month and Week Number
- [x] focWeekExport 2021-04-19 2021-04-26
- [x] Summary
- [ ] Hashtags
- [x] Check that comment links work (push weekly dump with channel summaries)
- [x] Check…
-
**TypeScript Version:** 2.0.3
**Code**
```ts
interface Square {
kind: "square";
size: number;
}
interface Rectangle {
kind: "rectangle";
width: number;
height:…
-
Trying to track down a DMSITP141T problem.
I have a few C toyols (toy tools), mostly useless except for the challenge of
it.
One, cbrain (and esoteric programming language) is the focus today, …