Solve problems using ruby.
๐
CTO @ Trade Portal
- Yorkshire, United Kingdom
-
05:31
(UTC +01:00) - nathank.online
- @n_at_han_k
Highlights
- Pro
Pinned Loading
-
ruby-twilio-openai-realtime-example
ruby-twilio-openai-realtime-example PublicExample Rack App for connecting the OpenAI realtime API to twilio using Falcon server.
Ruby 2
-
teapot-cloudflare-worker
teapot-cloudflare-worker PublicCloudflare Worker that simply returns: 418 - I'm a teapot
JavaScript
-
-
Bash shell script to quickly push al...
Bash shell script to quickly push all changes to git in one command from any sub-directory. 1#!/bin/bash
23GIT=`which git`
4REPO_DIR=`${GIT} rev-parse --show-toplevel`
5cd ${REPO_DIR}
-
Script to enable keyboard backlight ...
Script to enable keyboard backlight on Apple Macbook Air (Intel) 1#!/bin/bash
23set +o noclobber
4modprobe applesmc
5echo 10 > /sys/class/leds/smc::kbd_backlight/brightness
-
Ruby strftime cheatsheet ๐โฐ
Ruby strftime cheatsheet ๐โฐ 1# Additional reference here:
2# https://strftime.org
34require 'active_support/core_ext/integer/inflections' # To use .ordinalize() outside of rails
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.