#
productivity-booster
Here are 77 public repositories matching this topic...
绝妙的个人生产力(Awesome Productivity 中文版)
-
Updated
Apr 8, 2022
roxya
commented
Feb 9, 2022
Using the Windows installer version, I'm very surprised the app automatically creates itself as a startup and provides no option to prevent it. Of course I can disable it in my Windows startups but there must be an in-app option to not start automatically with Windows.
Find the right git commands without digging through the web.
react
javascript
git
productivity
reactjs
productivity-booster
netlify
productivity-tools
gitcommands
surge-sh
-
Updated
Feb 26, 2022 - JavaScript
Automatically update function definitions in a running Julia session
-
Updated
Mar 7, 2022 - Julia
electron
windows
macos
linux
productivity-booster
timer
pomodoro
electron-app
floss
productivity-timer
pomodoro-technique
time-managment
-
Updated
Mar 4, 2022 - JavaScript
PHP Intellisense/code-completion for VS Code
-
Updated
Sep 4, 2018 - TypeScript
Forge Core Framework APIs and Implementation
-
Updated
Feb 26, 2022 - Java
Tomighty for Windows
-
Updated
Jan 1, 2021 - C#
Spend less time on YouTube.
chrome-extension
productivity
firefox
youtube
extension
firefox-addon
productivity-booster
firefox-extension
youtube-extension
-
Updated
Apr 8, 2022 - HTML
Find the right git commands 🔥 without digging through the web.😊 😊 😉
android
kotlin
git
productivity
material-design
productivity-booster
material-ui
kotlin-android
android-app
gitcommands
productivity-tool
-
Updated
Apr 7, 2022 - Kotlin
A collection of useful Kotlin Extension
kotlin
unit-testing
awesome
gradle
productivity-booster
extensions
kotlin-extensions
kotlin-library
krazykotlin
-
Updated
Jul 13, 2020 - Kotlin
A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
-
Updated
Jan 29, 2022 - C#
manage issues with order
-
Updated
Oct 30, 2020 - JavaScript
Create command snippets for repetitive development task. Share them to an online repository system (self hosted options available).
go
productivity
snippets
automation
tool
productivity-booster
project-management
developer-tools
speedup
redundancy
productivity-tools
hackable
-
Updated
Feb 12, 2018 - Go
Automated development tasks asked nicely
-
Updated
May 9, 2019 - Go
An Animedoro timer for all the weebs out there | productivity : 📈
-
Updated
Oct 18, 2021 - HTML
PowerShell command line productivity booster
-
Updated
Jul 25, 2018 - C#
Pomodoro timer made in Electron that emphasises replicating the original technique.
-
Updated
Mar 25, 2022 - JavaScript
A set of elegant dotfiles in the spirit of Arch Linux that will give you a development boon.
-
Updated
Dec 23, 2021 - Shell
Automatically generated docstring stubs
-
Updated
Jan 29, 2022 - Julia
vim
shell
tmux
productivity
vimrc
zshrc
productivity-booster
vim-plug
qutebrowser
xmonad
mutt
xmobar
tmux-configuration
i3wm
neomutt
polybar
muttrc
mutt-configuration
-
Updated
Jun 4, 2020 - Vim script
TYPO3 Backend Mode: Fast backend user switch for TYPO3 CMS administrator users
-
Updated
Nov 4, 2021 - PHP
Moon is a beautiful web interface to define team statuses like online, busy, away or offline.Your team should be focus on their work only, let Moon manage your time availability.
-
Updated
Jan 5, 2021 - JavaScript
create a PDF report of your team interactions. For university teams
-
Updated
Aug 24, 2017 - Python
A browser extension to make working with ScriptCase simpler and even more productive
-
Updated
Dec 22, 2020 - JavaScript
C#.NET based DevFast NuGet package
streaming
productivity-booster
devtools
stream-processing
conversion-functions
transform
streaming-api
extension-methods
producer-consumer
streaming-data
string-processing
one-liners
readable-code
throw-expression
fastdevelopment
devfast
tryto
-
Updated
Apr 9, 2022 - C#
Makes your terminal experience one level more efficient.
-
Updated
Apr 12, 2022 - Shell
Modern implementation of Facebook's bunnylol search engine (available also as a Docker image)
-
Updated
Oct 21, 2019 - Python
Improve this page
Add a description, image, and links to the productivity-booster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the productivity-booster topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li