Posts

HTTP Status Codes

HTTP Status Codes This page is created from HTTP status code information found at  ietf.org  and  Wikipedia . Click on the  category heading  or the  status code  link to read more. 1xx Informational 100 Continue 101 Switching Protocols 102 Processing (WebDAV) 2xx Success   200 OK   201 Created 202 Accepted 203 Non-Authoritative Information   204 No Content 205 Reset Content 206 Partial Content 207 Multi-Status (WebDAV) 208 Already Reported (WebDAV) 226 IM Used   3xx Redirection 300 Multiple Choices 301 Moved Permanently 302 Found 303 See Other   304 Not Modified 305 Use Proxy 306 (Unused) 307 Temporary Redirect 308 Permanent Redirect (experimental) 4xx Client Error   400 Bad Request   401 Unauthorized 402 Payment Required   403 Forbidden   404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout   409 Conflict 410 Gone 411 Length Required 412 Precond...

For making Diagram or Flowchart

Image
  diagrams.net Using this site you make any type of Diagrams for your project. https://app.diagrams.net/ Link

DINO Speed and GO for long

                                                 SPEED   _________________________________________________________________ var dummy=Runner.prototype.gameOver undefined var dummy=Runner.prototype.gameOver undefined Runner.prototype.gameOver=function(){ } ƒ (){ } Runner.instance_.setSpeed(6000) undefined Runner.instance_.setSpeed(60000) undefined ______________________________________________________________________                                                    As Long _______________________________________________________________________ var hack = Runner.prototype.gameOver Runner.prototype.gameOver = function(){}

🔰 Download Any Udemy Course Directly To Your Drive Or Team Drive 🔰

🔰 Download Any Udemy Course Directly To Your Drive Or Team Drive 🔰 1. You You must have a Udemy account to follow this tutorial. Use your own account or use below method. 2. Now login into your Udemy account. 3. After you are logged in, right click anywhere on the udemy website and choose Inspect or you can press shortcut button F12. 4. Choose Application tab, then choose Cookies -> https://www.udemy.com or https://gale.udemy.com on the left. 5. On the right, type into filter: accesstoken , double click and copy the value inside Value box. Save this Access Token somewhere as you will need this later. 6. Now Download the Colab Notebook from the link given below. Click Here: https://bit.ly/3bGUDRe 7. After downloading the file go to https://colab.research.google.com and upload the file you downloaded above. 8. Now run the first, second and third cell one by one. 9. In the fourth cell fill all the details accordingly. -First Enter the Url of the Course which you want to download. -In...

ESP8266 WiFi Module

Image
  Overview of the ESP8266 WiFi Module The ESP8266 requires 3.3V power--do not power it with 5 volts The ESP8266 is a really useful, cheap WiFi module for controlling devices over the Internet. It can work with a microcontroller like the Arduino or it can be programmed to work on its own. The Internet of Things (IoT) has just been made a whole lot cheaper and easier! The ESP8266 comes with factory-installed firmware allowing you to control it with standard “AT commands”. You can also easily create and upload your own code and this makes it hugely powerful and flexible. We’ll be replacing the firmware with our own code. In another instructable:  The Simple Guide to Flashing Your ESP8266 Firmware  I show you how to revert it back to an updated factory version. If you'll only be programming the ESP8266 with your own code - as we will be doing in this demo - then you don't need factory firmware. Your code  is  the firmware.  We'll be using the Arduino IDE as a p...