Skip to content

Instantly share code, notes, and snippets.

View rkkautsar's full-sized avatar
🏠

Rakha Kanz Kautsar rkkautsar

🏠
View GitHub Profile
Panic(CPU 2, time 3035401110205): NMIPI for spinlock acquisition timeout, spinlock: 0xffffff8050a3a570, spinlock owner: 0xffffff805183ea40, current_thread: 0xffffff805183ea40, spinlock_owner_cpu: 0x2
RAX: 0xffffff8053b15000, RBX: 0xffffff8073671f08, RCX: 0x0000000000000180, RDX: 0x0000073200000000
RSP: 0xffffff923fe638b0, RBP: 0xffffff923fe638f0, RSI: 0xffffff805183ea40, RDI: 0xffffff8073671f08
R8: 0xffffff923fe63a70, R9: 0xffffff8011b6b2e0, R10: 0x0000000000ffffff, R11: 0xffffff820776b800
R12: 0xffffff805183ea40, R13: 0x0000000000000000, R14: 0x000007328b698324, R15: 0xffffff8053b15000
RFL: 0x0000000000000093, RIP: 0xffffff8011b2afad, CS: 0x0000000000000008, SS: 0x0000000000000010
Backtrace (CPU 2), Frame : Return Address
0xffffff81e1f06f80 : 0xffffff8011c45dfb
0xffffff81e1f06fd0 : 0xffffff8011ac0bed
0xffffff923fe638f0 : 0xffffff8011b2b154
@rkkautsar
rkkautsar / INSTALL.md
Created December 2, 2018 05:57
OS X app to install

Desktop App

  • pasteapp.me
  • contexts.co
  • getstation.com
  • iterm2

CLI App

  • homebrew
  • fish
  • fnm
Abuse001_x264_1
Abuse001_x264_2
Abuse001_x264_3
Abuse001_x264_4
Abuse001_x264_5
Abuse001_x264_6
Abuse001_x264_7
Abuse001_x264_8
Abuse001_x264_9
Abuse001_x264_10
function current_branch
git rev-parse --abbrev-ref HEAD
end
abbr -a g "git"
abbr -a gst "git status"
abbr -a ga "git add"
abbr -a gaa "git add --all"
abbr -a gco "git checkout"
abbr -a gcob "git checkout -b"
ada
adanya
adalah
adapun
agak
agaknya
agar
akan
akankah
akhirnya
const CI_DATABASE_URL = 'postgres://test:test@postgres:5432/test';
const base = {
type: 'postgres',
url: process.env.DATABASE_URL,
schema: 'public',
synchronize: false,
logging: false,
entities: ['src/entity/*.ts'],
migrations: ['src/migration/*.ts'],
import { Entity, Column, ManyToOne, OneToMany } from 'typeorm';
import { BaseEntity } from './BaseEntity';
import { Project } from './Project';
import { Task } from './Task';
@Entity()
export class List extends BaseEntity {
@Column('varchar') name!: string;
@ManyToOne(type => Project, project => project.lists)
IPM AHHL AHHP APS_1 APS_2 APS_3 APS_4 PPBH_1 PPBH_2 PPBH_3
67.45 67.25 71.16 98.99 94.37 72.14 27.68 4.37 1.29 12.55
67.34 65.76 69.61 98.34 89 67.1 16.94 3.22 1.64 6.8
67.81 65.9 69.78 98.09 90.12 68.84 23.95 3.88 1.26 8.79
68.9 68.43 72.3 97.68 88.28 65.41 15.34 2.6 1.05 7.24
66.14 68.14 72.03 98.27 88.08 59.99 15.64 4.63 1.43 12.61
65.12 66.62 70.49 97.95 86.45 56.54 12.75 3.48 1.17 8.96
65.96 66.08 69.98 98.41 90.97 62.86 17.02 4.98 1.31 13.77
64.2 67.23 71.1 97.94 86.39 56.24 10.39 5.2 1.12 13.87
66.59 67.42 71.3 97.28 84.53 49.92 8.63 4.54 2.13 10.43
@rkkautsar
rkkautsar / keybase.md
Created July 14, 2017 04:51
keybase.md

Keybase proof

I hereby claim:

  • I am rkkautsar on github.
  • I am rkkautsar (https://keybase.io/rkkautsar) on keybase.
  • I have a public key ASCJDl-7wBpVrOn2fO5e6JvGqwsB3OcXqAxPO76nlVu-cAo

To claim this, I am signing this object:

@rkkautsar
rkkautsar / .hyper.js
Created February 28, 2017 03:21
Dotfiles
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk)
cursorColor: 'rgba(248,28,229,0.8)',