Skip to content

Instantly share code, notes, and snippets.

View halimarm's full-sized avatar
🎯
Focusing

Halim Aruman halimarm

🎯
Focusing
View GitHub Profile
@halimarm
halimarm / pull_request_template.md
Last active February 14, 2022 14:42
pull_request_template.md

Preview

Image, Screenshot, Figma

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
@halimarm
halimarm / deployssh.yaml
Created April 21, 2021 07:44
Deploy with ssh
before_script:
- apt-get update -qq
- apt-get install -qq git
# Setup SSH deploy keys
- 'which ssh-agent || ( apt-get install -qq openssh-client )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")
- mkdir -p ~/.ssh
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
@halimarm
halimarm / index.html
Created April 6, 2021 03:27
Landing Page Starter (Bootstrap 5)
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Primary Meta Tags -->
<title>Title</title>
<meta name="title" content="Title">
<meta name="description" content="Meta Description">
@halimarm
halimarm / .releaserc.yml
Last active February 26, 2021 04:24
.releaserc config gitlab for automated version management
{
branches: [
{
name: 'master'
},
{
name: 'pre/rc',
channel: 'pre/rc',
prerelease: 'rc'
},
@halimarm
halimarm / .htaccess
Created February 26, 2021 04:21
.htaccess Server Config
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^(.*/)?\.git+ - [R=404,L]
<FilesMatch "package.json|package-lock.json|composer.json|license.txt|contributing.md|README.md|readme.rst">
Order Allow,Deny
Deny from all
</FilesMatch>
program bilangan;
uses
crt;
var
a, b, c: int;
begin
clrscr;
write('a: ');
readln(a);
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
var data = [
[115,65,65,65,65,65,65 ],
[181,65,65,65,56,65,63 ],
[495,64,65,65,65,65,65 ],
[699,65,65,64,65,63,64 ],
[328,65,63,64,63,65,65 ],
[34,63,63,65,65,65,64 ],
[157,64,64,65,65,65,62 ],
[203,64,65,63,64,63,65 ],
[404,64,65,61,65,64,65 ],
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package test;
/**
*
* @author Halim

Keybase proof

I hereby claim:

  • I am halimarm on github.
  • I am halimarmx (https://keybase.io/halimarmx) on keybase.
  • I have a public key ASAPNXXzUyEj6rEGNYNsjpBDfAc7stdxWUM7bylgwyz_OAo

To claim this, I am signing this object: