I hereby claim:
- I am xnutsive on github.
- I am xnutsive (https://keybase.io/xnutsive) on keybase.
- I have a public key ASD_Zsj86ksRZMfrOxUkBp-_1-Ph1jXdswDxN0ttHQbjLwo
To claim this, I am signing this object:
// | |
// ISOLocale.swift | |
// Scrapes | |
// | |
// Created by Natik Gadzhi on 12/23/24. | |
// | |
import Foundation | |
// Extends Locale.Language (the thing you get from `Locale.current.language` |
connector-builder-server: | |
env_vars: | |
PATH_TO_CONNECTORS: "/connectors" | |
extraVolumes: | |
- name: "connectors" | |
hostPath: | |
path: "/mnt/connectors" | |
type: DirectoryOrCreate | |
extraVolumeMounts: | |
- name: "connectors" |
version: 0.79.1 | |
type: DeclarativeSource | |
check: | |
type: CheckStream | |
stream_names: | |
- holidays | |
definitions: |
#!/bin/bash | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title yubico-oath | |
# @raycast.mode compact | |
# Optional parameters: | |
# @raycast.icon 🔑 | |
# @raycast.argument1 { "type": "text", "placeholder": "Account name" } |
# !/bin/bash | |
# gh-import grabs issues with the query from the given repo, | |
# and imports them to the given GitHub project (beta). | |
# Your github organization goes here | |
GH_ORG= | |
# repository name to import issues from, i.e. org/repo | |
GH_REPO=$GH_ORG/ |
I hereby claim:
To claim this, I am signing this object:
property theURL : "" | |
on run {input, parameters} | |
tell application "Safari" | |
set theURL to URL of current tab of window 1 | |
end tell | |
tell application "Safari" | |
open location "http://www.alexa.com/siteinfo/" & theURL | |
end tell |
(defn make-path | |
"Assembles a URI path from the provided pieces" | |
[& parts] | |
(string/join "/" (concat (list api-url api-version) parts))) | |
(defn check-errors | |
"Checks response for common Chain.com API errrors" | |
[response] |
let g:ctrlp_cache_dir = $HOME . '/.cache/ctrlp' | |
if executable('ag') | |
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""' | |
endif |
https://graph.facebook.com/v2.3/10206104171986285?field=status_type&access_token=CAADMZAudlPKgBAKHKg7nEDVdejlG8pQXf1z8yaqEIAaMbVZBwrTo1omJdQn7mgdvE2wLWFJCTJV8CoPgUbcxH1GpTFWOQnqsj6idErjDUIXXgBimXv0a4DSfsBrET0DRf4QhvKpsEDXOxVF3dZCNNKKuKFPpzRGY5hz2J8iZCq7PaZA7td5OgGW4IyJgGRARZBfj8qYXswpOU44i10m008 | |
{ | |
"id": "10206104171986285", | |
"created_time": "2015-03-27T00:26:17+0000", | |
"from": { | |
"id": "1322232597", | |
"name": "Alexey Gaziev" | |
}, | |
"height": 640, |