Skip to content

Instantly share code, notes, and snippets.

View shamimevatix's full-sized avatar
🏠
Working from home

Asadujzaman Shamim shamimevatix

🏠
Working from home
View GitHub Profile
@shamimevatix
shamimevatix / hosted-fields-bootstrap.markdown
Created February 6, 2019 15:28
Hosted Fields: Bootstrap
@shamimevatix
shamimevatix / app.go
Last active May 5, 2017 10:26
Golang gmail smtp authentication
package main
import (
"log"
"net/smtp"
"strconv"
"crypto/tls"
)
@shamimevatix
shamimevatix / jquery-ui-sortable-nested-demo.html
Created August 24, 2016 14:54
Simplest jquery ui nested sortable
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Sortable - Default functionality</title>
<divnk rel="stylesheet" href="//code.jquery.com/ui/1.12.0/themes/base/jquery-ui.css">
<style>
body {
font-family: Arial, Helvetica, sans-serif;