131 private links
During the writing phase of an academic paper, common tasks include downloading PDFs of publications and getting their references into your bibliography. However, I am not a fan of navigating the slow, bloated, tracker-filled, and distracting webpages of academic journals and publication aggregators. For some reason, many publishers decided that clicking the "Download PDF" link should redirect the user to an unusable in-browser PDF viewer instead of providing the PDF file directly. While the majority of journal webpages provide formatted citations for their publications, these are inconsistent in style and content.
Learn why "employees engagement" doesn't make sense anymore in today's world and how you should start talking about the context of the work to be done.
This article discusses GPT-2 and BERT models, as well using knowledge distillation to create highly accurate models with fewer parameters than their teachers
A powerful modal editor written in python.
vy is a modal editor with a very modular architecture. vy is built on top of Tkinter which is one of the most productive graphical toolkits; It permits vy to have such a great programming interface for plugins. Python is such an amazing language; it turns vy such a powerful application because its plugin API is high level naturally.
12 simple configuration tips for your .nanorc file, useful for programmers!
- Smooth Scrolling
- Syntax Highlighting
- Auto-indentation
- Backups
- Case Sensitive Searches
- Nano History
- More Editing Space
- Hide help from bottom
- Disable Line Wrapping (nowrap)
- Tab size
- Convert Tabs to Spaces
- Enable Mouse
Playing with our 9 new mini cheetah robots in Killian Court
It's flappy bird, but it's crappy...
Uses the curses module. To run, make sure your terminal is 80x24
Curated list of falsehoods programmers believe in.
A list
of things (not only) computer science students tend to
erroneously and at times surprisingly believe even
though they (probably) should know better.
A function to return the number of digits in an input (natural) number provides many learning opportunities for a new programmer
In this step-by-step tutorial, you'll learn how to build a mobile application with Python and the Kivy GUI framework. You'll discover how to develop an application that can run on your desktop as well as your phone. Then, you'll package your app for iOS, Android, Windows, and macOS.
Converts csv files into LaTeX tables. Contribute to O2-AC/csv2tex development by creating an account on GitHub.
A collection of tkinter made widgets. Contribute to Dogeek/tkinter-pp development by creating an account on GitHub.
Why conrad
?
- Never miss CFP deadlines again.
conrad
remind can remind you every time you open a terminal! - Query and explore events using tags, names, locations, and dates.
conrad
show --cfp will tell you about events where the CFP is open! - Crawlers update events twice a week! (Monday and Thursday at 00:00 UTC)
ShareDrop is a peer-to-peer file sharing app powered by HTML5 WebRTC.
ShareDrop is a free app that allows you to easily and securely share files directly between devices without having to upload them to any server first.
Good software developers can't write code without help from the internet. It's incorrect to try to assess them in interviews by asking them to write down code from memory.
GitRoyalty helps Open Source developers get paid without relying on complex licenses, support promises, issue bounties, or donations. Using the power of git, you can add a paywall to new or existing Open Source projects, putting money in contributors' pockets for the first time.
There are numerous weaknesses with the bag of words model, especially when applied to natural language processing tasks, that graph ranking…