- Mar 2023
-
www.drbatras.com www.drbatras.com
-
silicea for excessive sweating in palms and feet for people suffering from hypertension. also foul odour n this feet
-
- Dec 2022
-
-
delete files adb kill-server unplug usb adb devices: will show no devices, but server starts plug usb On phone, turn off USB debugging and then on, it will then give you the prompt for USB debugging - Yes Now things should work fine.
-
- Nov 2022
- Feb 2022
-
www.am22tech.com www.am22tech.com
-
Perm processing times timeline
-
- Mar 2021
-
www.tecmint.com www.tecmint.com
-
# systemctl restart NetworkManager
Also need to do: nmcli connection reload
nmcli connection up enp0s3
-
- Jan 2021
-
support.google.com support.google.com
-
Say 'new alarm' and then set the alarm app
-
- Dec 2020
-
app.diagrams.net app.diagrams.net
-
Good tool for system design diagrams
-
- Nov 2020
-
i.stack.imgur.com i.stack.imgur.com
-
Activity/sequence diagram uml
-
-
i.stack.imgur.com i.stack.imgur.com
-
activity/sequence uml diagram
-
-
miro.medium.com miro.medium.com
-
activity or sequence uml diagram
-
- Oct 2020
-
medium.com medium.com
-
read the
Decent summary of distributed locks
-
- Sep 2020
-
www.autohotkey.com www.autohotkey.com
-
abc
-
-
www.autohotkey.com www.autohotkey.com
-
test
-
- Aug 2020
-
medium.com medium.com
-
You think of future, if more options come I don't want to change the logic everywhere.
-
Does what the name suggests: well defined.
-
- Jul 2020
-
blog.yugabyte.com blog.yugabyte.com
-
Typical consensus algorithms accept write requests when any majority (aka quorum) of their servers is available;
quorum
-
- Apr 2020
-
www.sumologic.com www.sumologic.com
-
Need for containerization is application running in dev env., should run well in productions as well.
Docker is a very light weight method of virtualization.
Kubernetes is for deploying a dersired configuraiton into the available infrastructure and monitoring to maintain that configuration. Some parts of Kubernetes include API, scheduler.
-
- Mar 2020
-
developers.google.com developers.google.com
-
intended and do not create applications that unfairly reduce service quality or limit access for others.
a
-
- Feb 2019
-
www.geeksforgeeks.org www.geeksforgeeks.org
-
Min size = 20, max letters= 5
-
- Dec 2018
-
-
Now let’s say another developer wants to make some additions to your code. In this situation, they would get the code, including the Pipfile, and use this command:
pipenv.lock is like staging the changes, while pipfile is for active development. Unless specified, the latest site packages in development will be installed
-
-
realpython.com realpython.com
-
virtualenvwrapper
Manages all the virtual environement
-
Manages all the virtual environments
-
-
stackoverflow.com stackoverflow.com
-
In C++11 scope guards can be trivially implemented in terms of std::function, with the cleanup action supplied in each place via a lambda expression.
checkout folly/ScopeGuard
syntax: auto cleanUpGuard = folly::makeGuard(&{cleanupDataStoresBeforeExit();});
-
-
stackoverflow.com stackoverflow.com
- Nov 2018
-
stackoverflow.com stackoverflow.com
-
www.bogotobogo.com www.bogotobogo.com
-
aggregate
An aggregate is an array or class (clause 9) with no user-declared constructors (12.1), no private or protected non-static data members (clause 11), no base classes (clause 10) and no virtual functions
-
-
stackoverflow.com stackoverflow.com
-
stackoverflow.com stackoverflow.com
-
en.wikipedia.org en.wikipedia.org
Tags
Annotators
URL
-
- Oct 2018
-
shaharmike.com shaharmike.com
-
Returning by std::move()
-
-
stackoverflow.com stackoverflow.com
-
the concept of magic numbers goes back to unix and pre-dates the use of file extensions. The original idea of the shell was that all 'executable' would look the same - it didn't matter how the file had been created or what program should be used to evaluate it. The shell would look at the contents of the file and determine the appropriate file. Microsoft came along and chose a different approach and the era of file extensions was born. Then to make things 'nicer' for users microsoft chose to 'hide' these extensions and the era of trojan files which look like they are of one type but really have a different extension and are processed by a different file was born.
-
-
stackoverflow.com stackoverflow.com
-
Vim 7)? You can
test
-