Skip to content

Instantly share code, notes, and snippets.

View dewanshDT's full-sized avatar
🤹‍♂️
wamalama bamalama

Dewansh Thakur dewanshDT

🤹‍♂️
wamalama bamalama
View GitHub Profile
@dewanshDT
dewanshDT / whatsappSpamBot.js
Last active September 7, 2022 19:28
This is the WhatsApp spam bot made with JavaScript by dewanshDT.
/*
* This is a whatsapp web spam bot made with vanilla javascript.
*
* -> copy and paste this spam function defination in the console after opening the console.
* -> paste enter and then done! your bot is ready to use.
*
* <--------- To use the bot --------->
*
* just use this function as shown below ->
*
@scokmen
scokmen / HttpStatusCode.ts
Created April 25, 2017 11:10
Typescript Http Status Codes Enum
"use strict";
/**
* Hypertext Transfer Protocol (HTTP) response status codes.
* @see {@link https://en.wikipedia.org/wiki/List_of_HTTP_status_codes}
*/
enum HttpStatusCode {
/**
* The server has received the request headers and the client should proceed to send the request body
@keithweaver
keithweaver / domain-to-aws-ec2-instance.md
Created March 20, 2017 23:49
Point Domain to Amazon Web Services (AWS) EC2 Instance

Point Domain to Amazon Web Services (AWS) EC2 Instance

  1. Open the Amazon Route 53 console at https://console.aws.amazon.com/route53/.
  2. If you are new to Amazon Route 53, you see a welcome page; choose Get Started Now for DNS Management. Otherwise, choose Hosted Zones in the navigation pane.
  3. Choose Create Hosted Zone.
  4. For Domain Name, type your domain name.
  5. Choose Create.
  6. Click the Hosted Zone, edit record set.
  7. In the value, add ec2-54-152-134-146.compute-1.amazonaws.com.
  8. Change your DNS file to point to the IPv4 address (This would be in something like GoDaddy).
@danielpaul
danielpaul / revision.java
Last active June 13, 2024 16:37
Basic Java Revision Notes - Written in Java
/*
*
* / --------------------------------[ NUIM CS141 Java Revision ]------------------------------- \
* || Designed to easily revise everything covered in CS141 by just reading through this code. ||
* || Comments accompany almost every line of code to explain its purpose. ||
* || Some theory we need to know are included in the bottom... ||
* \ ------------------------------------------------------------------------------------------- /
*
*
* ____ _ __ ____ __