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:
| struct Treap{ | |
| typedef struct _Node { | |
| int x,y,c; | |
| _Node *l, *r; | |
| _Node(int _x): x(_x), y(rand()), c(1), l(NULL), r(NULL) {} | |
| ~_Node() { delete l; delete r; } | |
| void recalc() { c = 1 + (l?l->c:0) + (r?r->c:0); } | |
| } *Node; | |
| int count(Node v) { return v?v->c:0; } |
| 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)', |
I hereby claim:
To claim this, I am signing this object:
| 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 |
| 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) |
| 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'], |
| ada | |
| adanya | |
| adalah | |
| adapun | |
| agak | |
| agaknya | |
| agar | |
| akan | |
| akankah | |
| akhirnya |
| 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" |
| 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 |