Skip to content

Instantly share code, notes, and snippets.

View ragasubekti's full-sized avatar
🎯
Focusing

Raga Subekti ragasubekti

🎯
Focusing
  • SGC Japan
  • Japan
  • 07:18 (UTC +09:00)
View GitHub Profile
package rental;
import java.util.Scanner;
import java.util.*;
public class Rental {
static String peminjam[][] = { { "L1", // id
"12345", // ktp
"Raga", // nama
@ragasubekti
ragasubekti / _test.js
Created April 10, 2019 08:13
Delete Contact Solution
// Contact With Array
const myContacts = [
["Upin", "087870505005", "upin@gmail.com"],
["Ipin", "087123456777", "ipin@gmail.com"],
["Ismail bin Mail", "087127493726", "mail@gmail.com"],
["Jarjit Singh", "087235789642", "jarjit@gmail.com"],
["Ehsan bin Azaruddin", "087367192345", "ehsan@gmail.com"],
["Mei Mei", "087367198256", "mei@gmail.com"]
];
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
APkpgMUbsmOzTMJ44sa9F--qnIWtQnGVyoCCK-k0b664-_O1pTikugl5
sL0Si50bSxeDiW0E0rfRBU81DuFooWP0-FM4p-fvVu6hIZtCcpPUcXUI
Gwlg3H-ncDNPTiNZpk0YWq3Nay3q4byH-pBrbmsO4H4TCa5Z2kKfg2Hu
6ATwc1Kx-G8oG_XqKeIWNIiLJX1lPCKKLX5l0yVCDwk9jeLc_QUuemhU
2tnHnP5vuitDUdSkGzNXRt9clzzOLvuV-H2bpZmZN8O3oNy_19EjY3_X
6vW9tt-x7hzfs8Ya0UR4AGMuRytUrgcQTSrYHuB4pge-WDY_BPgqlkFL
l_zSp3552skTdNGIvFm60pq8yMRCVMivpgNaUPXVs0f_1V9TshJpRmBd
MZP8rhSS89yEOQApTIdMZgg615pSloZql8rRFpkfLi2PEH747wXF7YfY
GYjzHqCRlCTM-pPyW9zFzs3SdOCB3IPBkQnGGcnGsBeY_XyPNlX-uz0W
uwd_7te_0qcZrXX712tPE5Ho2L6vrKoD0_vOnSXOrZ9wy1KACqhb5GMH
07:53:53.134 1 info flutter.tools Launching lib/main.dart on iPhone 6 in debug mode...
07:54:16.792 2 info flutter.tools Running pod install...
07:54:28.862 3 info flutter.tools Starting Xcode build...
07:55:03.531 4 info flutter.tools Xcode build done. 34.6s
07:55:05.508 5 info flutter.tools Failed to build iOS app
07:55:05.508 6 info flutter.tools Error output from Xcode build:
07:55:05.508 7 info flutter.tools ↳
07:55:05.515 8 info flutter.tools ** BUILD FAILED **
07:55:05.515 9 info flutter.tools
07:55:05.515 10 info flutter.tools Xcode's output:
<?php
namespace App\Model;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Model;
class Opd extends Model
{
protected $table = 'master_kantor';
<?php
namespace App\Model;
use Illuminate\Database\Eloquent\Model;
class Kantor extends Model
{
protected $table = 'master_kantor';
public $timestamps = false;
@ragasubekti
ragasubekti / PegawaiType.php
Created August 5, 2018 09:30
GQL Type Pegawai
<?php
namespace App\GraphQL\Type;
use GraphQL\Type\Definition\Type;
use Rebing\GraphQL\GraphQL;
use Rebing\GraphQL\Support\Type as GraphQLType;
class PegawaiType extends GraphQLType
{
@ragasubekti
ragasubekti / OpdType.php
Created August 5, 2018 09:30
GQL Type OPD
<?php
namespace App\GraphQL\Type;
use GraphQL\Type\Definition\Type;
use Rebing\GraphQL\Support\Type as GraphQLType;
class OpdType extends GraphQLType
{
protected $attributes = [