Skip to content

Instantly share code, notes, and snippets.

View minardo's full-sized avatar

Muhamad Minardo minardo

View GitHub Profile
package com.betaministudio.kkprevisi;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
@minardo
minardo / Studi Kasus 1
Last active January 9, 2018 11:45
Analisa Algoritma Pada Pemrograman C
#include "stdio.h"
int PROSES(int A);
int main()
{
int I,A;
A=15;
for(I=1; I<=3; I++) {
A = PROSES(A);
printf("%d\n", A);
@minardo
minardo / LICENCE SUBLIME TEXT
Created January 18, 2019 02:58
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux
##odoo backend##
upstream odooerp {
server 127.0.0.1:8015 weight=1 fail_timeout=0;
}
upstream odooerp-im {
server 127.0.0.1:8072 weight=1 fail_timeout=0;
}
##https site##