Skip to content

Instantly share code, notes, and snippets.

View oktavianto's full-sized avatar
www.ionbit.id

Excel Dwi Oktavianto oktavianto

www.ionbit.id
View GitHub Profile
package cn.jzvd.demo.utils;
import android.graphics.Rect;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
import cn.jzvd.JZUtils;
import cn.jzvd.Jzvd;
# pip install requests
# cloudflare-wrap-bug.py
import requests
import json
import datetime
import random
import string
import time

Keybase proof

I hereby claim:

  • I am oktavianto on github.
  • I am dotseo (https://keybase.io/dotseo) on keybase.
  • I have a public key ASDwocKYKdtKqraYZcFSOyhaXrkwZ5OLl5Nb2PbyWAhhMwo

To claim this, I am signing this object:

@oktavianto
oktavianto / bash.sh
Last active September 27, 2019 14:08
#!/bin/bash
cat << "EOF";
_ .-. _ .-.
:_; : : :_;.' `.
.-. .--. ,-.,-.: `-. .-.`. .'
: :' .; :: ,. :' .; :: : : :
:_;`.__.':_;:_;`.__.':_; :_;
Project Deploy Automation System
@oktavianto
oktavianto / Dockerfile
Last active September 27, 2019 14:06
FROM php:7.2-fpm
# Copy composer.lock and composer.json
COPY composer.lock composer.json /var/www/${PROJECT_NAME}
# Set working directory
WORKDIR /var/www/${PROJECT_NAME}
# Install dependencies
RUN apt-get update && apt-get install -y \
version: '3'
services:
#PHP Service
app:
build:
context: .
dockerfile: Dockerfile
image: digitalocean.com/php
container_name: ${PROJECT_NAME}-app
#include<bits/stdc++.h>
#include <conio.h>
using namespace std;
bool isOperator(char c)
{
return (!isalpha(c) && !isdigit(c));
}
int getPriority(char C)
<?php namespace Maatwebsite\Excel\Writers;
use Maatwebsite\Excel\Classes\LaravelExcelWorksheet;
/**
* File Location: /src/Maatwebsite/Excel/Writers/CellWriter.php
* LaravelExcel Excel writer
*
* @category Laravel Excel
* @version 1.0.0
@oktavianto
oktavianto / email.blade.php
Created March 12, 2018 12:06
Belajar SendGrid
Test Doang Mamang, {{ $isi }}
const {app, BrowserWindow} = require('electron')
const path = require('path')
const url = require('url')
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
let win
function createWindow () {
// Create the browser window.