
golang Tag Posts Index
Explore on-chain topics from the Hive blockchain.
- →
Anther v0.1.0: A Modern Go SDK for Building on Hive
Hey everyone, The work to modernize Hive developer tooling is continuing. Pollen gives JavaScript and TypeScript developers a modern path forward. You can read that
- →
Updating my Calorie Tracker app using Opencode and SDD
Trying to learn a new skill can be hard, having a goal in mind helps me move forward though. Using AI to accelerate my development has me more motivated to create
- →
cadawg/hivego: A Go Client for Hive with Every Operation You Actually Need
If you've ever gone looking for a Go library to work with Hive, you'll know there are quite a few forks floating around. They all trace back to @foxon's original
- →
Going All In: x402, Pull Requests, and the Future of Nectar
Hey everyone, It’s been a busy few weeks over here, even if my posting schedule says otherwise. If you follow along with my random updates, you know I’ve been spending
- →
New Year Lottery on Magi - Where EVERYONE WINS | Ōkinoko Takara
> A dollar won is twice as sweet as a dollar earned. <Paul Newman Me and the Lottery I've never won anything significant in a lottery. Not once. But that doesn't
- →
I Put My Childhood Games On-Chain | Ōkinoko Ināro
> Free Games, Fair Rules, Optional Thrill < The Story Before The Code Tic Tac - Tic Tac - Tic Tac.... The mechanical kitchen clock is ticking while it smells
- →
Go Ports, ASCII Art, and Hive-Engine Fixes
Hey everyone, I previously shared my Python tweaks for the SXM HLS Proxy. Naturally, I couldn't leave well enough alone. I spent the last week porting the HLS Proxy
- →
伊朗报复以色列发动数百枚导弹袭击,这些导弹威力有多大?伊朗军事实力如何?局势会如何发展?
落后的战力,导弹洗地 先进的战术,定点清除 原子弹的使用给二战画上了句号,就是因为展示了定点清除的能力…… 乌克兰挨打也是因为没有足够的定点清除能力 小泽应该跟以色列学学 等他能做到楼上楼下都不碰,直接炸某些人卧室的时候 俄乌战争就结束了 这真是落后就要挨打啊…… 🇺🇸中共掘墓人相关🔗🇺🇸: 🇺🇸中共掘墓人
- →
移民法庭的庇护程序有哪些步骤?
移民法庭的庇护程序有哪些步骤? 如果您在移民法庭有案件, 您可以通过向移民法庭提交庇护申请(I-589 表) 并参加所有法庭听证会来申请庇护。 移民法庭通过邮件发送重要信息, 因此如果您搬家, 更新您的地址非常重要! 以下是移民法庭程序的一般步骤: 1、美国政府官员应向您发出出庭通知(“NTA”)。 将其保存在安全的地方。
- →
ICE 拿走了我的护照,我可以去领事馆更新新护照吗?
ICE 拿走了我的护照,我可以去领事馆更新新护照吗? 如果 ICE 拿走了您的护照, 他们通常会保留它直到您的移民法庭案件结束。 在您的案件结束时,ICE 应在您要求时归还您的护照。 如果您在移民法庭案件悬而未决时需要护照, 有两种可能的选择: (1) 您可以要求 ICE 暂时归还您的护照, (2)
- →
Satisfy Your Inner OCD: Introducing `inifmt` for Pretty INI Files
Hey everyone, Today's post is about a little command-line tool I built for a very specific, and perhaps slightly obsessive, reason. I'm a bit OCD when it comes to
- →
Nectarflower-go, nectar without nectar 2
Similar to my nectaflower-js library that I made for this post Use Nectar without using Hive-Nectar. I decided to show that what I'm working on can be incredibly
- →
DSA (Medium) - Binary Tree - Maximum Level Sum of a Binary Tree (Python, Typescript & Go)
Given the root of a binary tree, the level of its root is 1, the level of its children is 2, and so on. Return the smallest level x such that the sum of all the
- →
How To Reverse Words in a String (Python, Typescript and Go)
Write a function that takes a string as input and returns a new string with the words in reverse order. Words are sequences of non-space characters and are separated
- →
Interviewer: Kids With the Greatest Number of Candies (Typescript, Python, Go)
You have n children, each with a certain number of candies. The number of candies each child has is given in the integer array candies, where candies[i] is the number
- →
The Flowerbed Challenge: Can You Plant Them All? (Python, Typescript, Golang)
Let flowerbed be an integer array representing a flowerbed, where 0 denotes an empty plot and 1 denotes a planted plot. Determine whether it is possible to plant
- →
DSA (Medium) — Stack — Removing Stars From a String (Python, Typescript & Go)
You are given a string (s), which contains stars (*). In one operation, you can: Choose a star in (s). Remove the closest non-star character to its left, as well
- →
DSA (Easy) — Find Pivot Index
Given an array of integers nums, calculate the pivot index of this array. The pivot index is the index where the sum of all the numbers strictly to the left of the
- →
DSA (Easy) — Unique Number of Occurrences (Python, TS & Go)
Given an array of integers arr, return true if the number of occurrences of each value in the array is unique or false otherwise. Example 1: Input: arr = [1,2,2,1,1,3]
- →
DSA (Medium) — Stack — Asteroid Collision (Python, Typescript & Go)
We are given an array asteroids of integers representing asteroids in a row. The indices of the asteriod in the array represent their relative position in space.
Leave golang Tag Posts Index to discover