This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kilo-code.allowedCommands": [ | |
"npm test", | |
"npm install", | |
"tsc", | |
"git log", | |
"git diff", | |
"git show", | |
"npm" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Override key bindings by placing them into your key bindings file. | |
[ | |
{ "key": "escape escape", "command": "workbench.action.exitZenMode", | |
"when": "inZenMode" }, | |
{ "key": "shift+escape", "command": "closeReferenceSearch", | |
"when": "inReferenceSearchEditor && !config.editor.stablePeek" }, | |
{ "key": "escape", "command": "closeReferenceSearch", | |
"when": "inReferenceSearchEditor && !config.editor.stablePeek" }, | |
{ "key": "shift+escape", "command": "editor.action.inlineSuggest.hide", | |
"when": "inInlineEditsPreviewEditor" }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g mouse on | |
set-option -g history-limit 5000 | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
set -g renumber-windows on | |
bind | split-window -hc "#{pane_current_path}" | |
bind - split-window -vc "#{pane_current_path}" | |
bind c new-window -c "#{pane_current_path}" | |
setw -g mode-keys vi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** RELATED POSTS **/ | |
#jp-relatedposts { | |
width: 500px; | |
} | |
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { | |
border-radius: 8px; | |
border: 1px solid var(--border-color-main); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>A Basic HTML5 Template</title> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const OPERATORS = { | |
"0812": "telkomsel", | |
"0813": "telkomsel", | |
"0821": "telkomsel", | |
"0822": "telkomsel", | |
"0852": "telkomsel", | |
"0853": "telkomsel", | |
"0823": "telkomsel", | |
"0851": "telkomsel", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create Flutter Biolerplage app | |
# =============================== | |
flutter create <app name> | |
# Example: | |
# flutter create hello_rectangle | |
## Release app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
MU Plugin: remove-jetpack-css | |
Plugin Name: WP Remove Jetpack CSS | |
Plugin URI: http://www.blog-des-telecoms.com | |
Description: Remove jetpack CSS | |
Version: 1.0 | |
Author: Mathias WOLFF | |
Author URI: http://www.mathias-wolff.fr | |
License: GPLv3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import pika, os | |
url = os.environ.get('CLOUDAMQP_URL', 'amqp://zrutdujz:[email protected]/zrutdujz') | |
params = pika.URLParameters(url) | |
connection = pika.BlockingConnection(params) | |
channel = connection.channel() | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import pika, os | |
url = os.environ.get('CLOUDAMQP_URL', 'amqp://zrutdujz:[email protected]/zrutdujz') | |
params = pika.URLParameters(url) | |
connection = pika.BlockingConnection(params) | |
channel = connection.channel() | |
NewerOlder