Skip to content

Instantly share code, notes, and snippets.

View ChallaHalla's full-sized avatar

Siddarth Challa ChallaHalla

View GitHub Profile
@ChallaHalla
ChallaHalla / response.json
Last active May 1, 2026 15:29
Example bid response
{
"bidid": "2707861577304540219",
"cur": "USD",
"id": "2707861577304540219",
"seatbid": [
{
"bid": [
{
"adomain": [
"hotellobbycandle.com",
@ChallaHalla
ChallaHalla / gist.rb
Created July 12, 2023 19:04
This is a Gist!
# This is an example of a gist!
def gist
"hello this is a gist".reverse.reverse
end