Skip to content

Instantly share code, notes, and snippets.

View Dank-del's full-sized avatar
❤️
Bringing ideas to life

sayan Dank-del

❤️
Bringing ideas to life
View GitHub Profile

Title: "IdeaHub: Empowering Collaboration and Innovation"

Description: IdeaHub is a groundbreaking online platform that serves as a vibrant "social marketplace" for talent and ideas. It brings together a diverse community of individuals who are passionate about sharing their ideas, expertise, and resources. By facilitating collaboration and fostering innovation, IdeaHub aims to revolutionize the way people connect, exchange knowledge, and bring their ideas to life.

Key Features:

  1. Idea Sharing: IdeaHub provides a user-friendly interface where individuals can post and share their ideas with the community. Whether it's a business concept, a creative project, or a social initiative, users can describe their ideas, outline their goals, and provide relevant details to attract like-minded collaborators.

  2. Resource Exchange: IdeaHub enables users to offer and request resources necessary for idea implementation. These resources can range from skills, expertise, and funding to physical assets or tools. By connec

@Dank-del
Dank-del / index.html
Created January 10, 2023 15:08
Skateboard Video Platform
<div class="container">
<div class="sidebar">
<span class="logo">S</span>
<a class="logo-expand" href="#">skateboard</a>
<div class="side-wrapper">
<div class="side-title">MENU</div>
<div class="side-menu">
<a class="sidebar-link discover is-active" href="#">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M9.135 20.773v-3.057c0-.78.637-1.414 1.423-1.414h2.875c.377 0 .74.15 1.006.414.267.265.417.625.417 1v3.057c-.002.325.126.637.356.867.23.23.544.36.87.36h1.962a3.46 3.46 0 002.443-1 3.41 3.41 0 001.013-2.422V9.867c0-.735-.328-1.431-.895-1.902l-6.671-5.29a3.097 3.097 0 00-3.949.072L3.467 7.965A2.474 2.474 0 002.5 9.867v8.702C2.5 20.464 4.047 22 5.956 22h1.916c.68 0 1.231-.544 1.236-1.218l.027-.009z" />
@Dank-del
Dank-del / encrypt_decrypt_string.go
Last active December 6, 2022 10:48
Encrypt and Decrypt Strings :) no byte return/input types involved
package main
import (
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"encoding/base64"
"fmt"
"io"
"log"
@Dank-del
Dank-del / totp.go
Created December 5, 2022 18:23
In this example, we first define a totp function that takes a secret key as an argument. The function then generates a HMAC-SHA1 hash of the secret key and the current time, and uses the last 4 bits of the hash as an offset to extract a 4-byte slice. This slice is then converted to a uint32 value, and the last 6 digits of the value are returned …
package main
import (
"crypto/hmac"
"crypto/sha1"
"encoding/base32"
"encoding/binary"
"fmt"
"time"
)
package main
import (
"crypto/aes"
"crypto/cipher"
"crypto/rand"
"fmt"
"io"
)
@Dank-del
Dank-del / index.html
Created August 17, 2022 10:44
login/signup form animation
<div class="form-structor">
<div class="signup">
<h2 class="form-title" id="signup"><span>or</span>Sign up</h2>
<div class="form-holder">
<input type="text" class="input" placeholder="Name" />
<input type="email" class="input" placeholder="Email" />
<input type="password" class="input" placeholder="Password" />
</div>
<button class="submit-btn">Sign up</button>
</div>
@Dank-del
Dank-del / expanding-horizontal-accordion-in-react.markdown
Created May 22, 2022 16:58
Expanding Horizontal Accordion in React

Expanding Horizontal Accordion in React

A quick alternative to the standard 'Accordion' pattern, built completely with React.

This was my first jump into ReactJS, so any feedback is welcome.

A Pen by Sean on CodePen.

License.

Keybase proof

I hereby claim:

  • I am dank-del on github.
  • I am thedankdel (https://keybase.io/thedankdel) on keybase.
  • I have a public key ASAQ68AmZ8C6lUSGqfzXyn3imuTOtYVAxR7FD5QVrGUuTwo

To claim this, I am signing this object: