Блог пользователя pin3da

Автор pin3da, история, 8 лет назад, По-английски

Today I was reading the codeforces API and I thought that would be nice to have a little nodejs-package to handle the authentication.

Here it is:

https://github.com/pin3da/cf-auth

Let me know if any of you use it someday (:

Полный текст и комментарии »

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

Автор pin3da, история, 9 лет назад, По-английски

Today I wrote a program to auto-generate team notebooks based on the source code.

The program is available here.

You can install it from npm doing

npm install -g notebook-generator

Basically I use nodejs to iterate over the dirs/files in order to create a .tex file and then generate a pdf using pdflatex.

I hope that could be useful.

Полный текст и комментарии »

  • Проголосовать: нравится
  • +19
  • Проголосовать: не нравится