Skip to content

Instantly share code, notes, and snippets.

@diki-haryadi
diki-haryadi / nullHandle.go
Created October 31, 2021 19:56 — forked from rsudip90/nullHandle.go
How I handled the null possible value in a sql database row in golang?
package main
import (
"database/sql"
"encoding/json"
"fmt"
"reflect"
"time"
"github.com/go-sql-driver/mysql"
@diki-haryadi
diki-haryadi / wa_rotator.html
Created July 26, 2019 08:11 — forked from adxio/wa_rotator.html
Simple rotator wa,
<html>
<div id="product_name">Kacamata</div>
<div id="product_group">Fashion</div>
<div id="product_id">10</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script language="JavaScript">
var product_id = $('#product_id').text()
var product_name = $('#product_name').text()
var product_group = $('#product_group').text()
var phone = ['6281312020954','6281312020941','6281312020938']
@diki-haryadi
diki-haryadi / List.md
Created July 19, 2019 08:01 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):