Skip to content

Instantly share code, notes, and snippets.

View HMser's full-sized avatar
💫
Learning.............

HM HMser

💫
Learning.............
View GitHub Profile
/* Copyright (C) 2021 TERROR BOY.
Licensed under the GPL-3.0 License;
you may not use this file except in compliance with the License.
WhiteDevil - TERROR BOY
*/
const Asena = require('../events');
const {MessageType, MessageOptions, Mimetype} = require('@adiwajshing/baileys');
const axios = require('axios');
//Modified by HM
const Asena = require("../Utilis/events");
const { forwardOrBroadCast } = require("../Utilis/groupmute");
const { getBuffer } = require('../Utilis/download');
const { parsedJid } = require("../Utilis/Misc");
// chnage url for custom photo and change caption if
const url1 ='image url 1'
const url2 ='image url 2'
Asena.addCommand(
@HMser
HMser / index.html
Created April 5, 2022 10:39
Pure Css Animated Background
<div class="context">
<h1>Pure Css Animated Background</h1>
</div>
<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
@HMser
HMser / index.haml
Created April 5, 2022 10:40
Parallax Star background in CSS
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
#stars
#stars2
#stars3
#title
%span
PURE CSS
%br
%span
PARALLAX PIXEL STARS
@HMser
HMser / animated-background-gradient.markdown
Created April 5, 2022 10:43
Animated Background Gradient
@HMser
HMser / animation-background-only-css.markdown
Created April 5, 2022 10:49
Animation Background || Only Css
@HMser
HMser / Forward.js
Created April 15, 2022 05:01 — forked from WAHID-BOT/Forward.js
FORWARD
const Wahid = require("../Utilis/events");
const { forwardOrBroadCast } = require("../Utilis/groupmute");
const { getBuffer } = require('../Utilis/download');
const { parseJid } = require("../Utilis/vote");
// WAHID-JR
const url = 'https://i.imgur.com/srG4Es1.jpeg'
Wahid.addCommand(
{ pattern: 'f ?(.*)', fromMe: true, desc: "Forward replied msg." },
async (message, match) => {
if (match == "") return await message.sendMessage("*Give me a jid*\nExample .mforward jid1 jid2 jid3 jid4 ...");
@HMser
HMser / index.html
Created May 3, 2022 07:59
Parallax scroll animation
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 750 500" preserveAspectRatio="xMidYMax slice">
<defs>
<!-- Scene 1 Gradient -->
<linearGradient id="grad1" x1="-154.32" y1="263.27" x2="-154.32" y2="374.3"
gradientTransform="matrix(-1, 0, 0, 1.36, 231.36, -100.14)" gradientUnits="userSpaceOnUse">
<stop offset="0.07" stop-color="#9c536b" />
<stop offset="0.98" stop-color="#d98981" />
</linearGradient>
<radialGradient id="bg_grad" cx="375" cy="-35" r="318.69" gradientUnits="userSpaceOnUse">
<stop offset="0.1" stop-color="#F5C54E" id="sun" />
@HMser
HMser / index.html
Created May 3, 2022 08:02
Space globe - Three.js
<div id="canvas_container"></div>
<!-- <button id="fullscr">Go Fullscreen</button> -->