Skip to content

Instantly share code, notes, and snippets.

View rmsubekti's full-sized avatar

Rahmat Subekti rmsubekti

View GitHub Profile
#include <iostream>
#include <stdlib.h>//system()
#include <conio.h>//getch()
#define MAX 20 //maksimum data queue
using namespace std;
//Deklarasi struct antrian
struct queue {
int head, tail, data[MAX];
}Q;
#include <iostream>
#include <conio.h>//_getch()
#include <string>
#include <iomanip>//setw()
#include <stdlib.h>
#define max 20
using namespace std;
//Deklarasi struct pasien
struct pasien {
string nama, alamat, keluhan;
@rmsubekti
rmsubekti / .travis.yml
Last active October 8, 2017 00:39
Automatic deploy Jekyll Site to firebase hosting
language: node_js
node_js: '4.0'
before_install:
- rvm install 2.1
- rvm use 2.1
- . $HOME/.nvm/nvm.sh && nvm install 6.1 && nvm use 6.1
- gem install bundler
- bundle check || bundle install

Keybase proof

I hereby claim:

  • I am rmsubekti on github.
  • I am rmsubekti (https://keybase.io/rmsubekti) on keybase.
  • I have a public key ASBJHkUnVphs-6-hecB9NSv1XomaBkaytsb44MQF7dpiIwo

To claim this, I am signing this object: