mkdir \Tools
cd \Tools
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg.exe install openssl:x64-windows-static
$env:OPENSSL_DIR = 'C:\Tools\vcpkg\installed\x64-windows-static'
$env:OPENSSL_STATIC = 'Yes'https://iquilezles.org/ - Graphics Knowledge
Playing games is fun so as making them. These are the questions that will motivate you and guide you step by step for make your own games.
Create Github Gist in markdown format and share the link.
Feel Free to use Google and Other Resources and give the answers in your own words
This is a document of Javascript basic questions. Answer these to improve your knowledge. The level of questions will increase as you grow.
How to Submit answers? (Choose any one method)
Method 1 : Make separate google docs, write answers and send the link to the group.
Method 2 : It’s better if you maintain a github repository for these questions and write answers in the form of markdown files (.md) with code and then share the link to the repo. Learn how to write .md here https://medium.com/@saumya.ranjan/how-to-write-a-readme-md-file-markdown-file-20cb7cbcd6f
The aim of this document is to present the Hundred Things Principle. Humans accumulate and retain a lot of knowledge over the course of a lifetime. We are built by nature in such a way that our memory never runs out, at least it has not yet been confirmed in any research. The hundred things principle is based on the idea that what is the minimum number of things a new human being should learn each day to accomplish great achievement. This method has not yet been applied or experimented on any human being but now after this has been written, I hope some people will try it on themselves and share their feedback. All the facts and knowledge stated in this document do not have any scientific support and are only based on personal experiences. So, one should only take it as an opinion.
Thing - A thing can be an object, task, knowledge, fact, field, discussion, technology or anything that adds up in our brain and fills brain storage. It may
| /** | |
| * A function to generate random number b/w two specified ranges | |
| * @param {number} min1 Min number of range 1 | |
| * @param {number} max1 Max number of range 21 | |
| * @param {number} min2 Min number of range 2 | |
| * @param {number} max2 Max number of range 2 | |
| * @returns {number} return the targeted random number | |
| */ | |
| export const getRandomNumberInTwoRanges = ( | |
| min1: number, |
1 what is javascript ?
javascript is the programming language for the websites. it's a dynamic programing language also
Good answer, nice and small, but can still be improved. learn more here https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript
2 What is difference B/W let and var
var is used as a global scope variable let is used as a block level scope variable
There is a chrome extension called Tab Thumbnails Switcher Tab Thumbnail Switcher https://chrome.google.com/webstore/detail/tab-thumbnails-switcher/jpaiaplhepeiilhiegfnknedhjepknng/related Solved my problem of switching tabs in chrome