Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
google
/
open-location-code
Public
Notifications
You must be signed in to change notification settings
Fork
530
Star
4.4k
Code
Issues
43
Pull requests
18
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2025
vb: use floor for conversion, add integer tests (#737)
Show description for 83986da
drinckes
authored
83986da
View commit details
Copy full SHA for 83986da
Browse repository at this point
plpgsql: use floor for conversion, add integer tests (#736)
drinckes
authored
1f049ce
View commit details
Copy full SHA for 1f049ce
Browse repository at this point
Commits on Jun 13, 2025
rust: use floor for conversion, add integer tests (#735)
drinckes
authored
3e39f06
View commit details
Copy full SHA for 3e39f06
Browse repository at this point
ruby: use floor for conversion, add integer tests (#734)
Show description for a7e6e64
drinckes
authored
a7e6e64
View commit details
Copy full SHA for a7e6e64
Browse repository at this point
python: use floor for conversion, add integer tests (#733)
drinckes
authored
dcff153
View commit details
Copy full SHA for dcff153
Browse repository at this point
js: use floor for conversion, add integer tests (#732)
drinckes
authored
2afe39f
View commit details
Copy full SHA for 2afe39f
Browse repository at this point
Commits on May 23, 2025
js/closure: use floor for conversion, add integer tests (#731)
Show description for 3cf9f80
drinckes
authored
3cf9f80
View commit details
Copy full SHA for 3cf9f80
Browse repository at this point
java: use floor for conversion, add integer tests (#730)
Show description for f72e2a7
drinckes
authored
f72e2a7
View commit details
Copy full SHA for f72e2a7
Browse repository at this point
go: use floor for conversion, use integer tests (#729)
drinckes
authored
3543e6f
View commit details
Copy full SHA for 3543e6f
Browse repository at this point
dart: use floor and integer tests (#728)
drinckes
authored
d3972a3
View commit details
Copy full SHA for d3972a3
Browse repository at this point
use floor for integer conversion (#727)
drinckes
authored
ae0f176
View commit details
Copy full SHA for ae0f176
Browse repository at this point
fix c formatting (#726)
drinckes
authored
3506d50
View commit details
Copy full SHA for 3506d50
Browse repository at this point
Use floor() for conversion, update tests (#725)
drinckes
authored
97f6e9d
View commit details
Copy full SHA for 97f6e9d
Browse repository at this point
correct test value conversion and codes (#724)
drinckes
authored
6bd7a72
View commit details
Copy full SHA for 6bd7a72
Browse repository at this point
Add converted integer values (#723)
Show description for 8d9965a
drinckes
authored
8d9965a
View commit details
Copy full SHA for 8d9965a
Browse repository at this point
Commits on May 16, 2025
Split encoding implementations into integer encoding method (#721)
Show description for 5d6004c
drinckes
authored
5d6004c
View commit details
Copy full SHA for 5d6004c
Browse repository at this point
Commits on Apr 15, 2025
rejoin split encode function (#715)
Show description for fa6d7f9
drinckes
authored
fa6d7f9
View commit details
Copy full SHA for fa6d7f9
Browse repository at this point
Use Mac for testing edge cases differing across processors (#665)
Show description for 0de8469
fulldecent
and
drinckes
authored
0de8469
View commit details
Copy full SHA for 0de8469
Browse repository at this point
remove rounding in decode results (#713)
drinckes
authored
b4228c9
View commit details
Copy full SHA for b4228c9
Browse repository at this point
Add randomly generated decode tests (#712)
Show description for 08e507f
drinckes
authored
08e507f
View commit details
Copy full SHA for 08e507f
Browse repository at this point
Commits on Apr 14, 2025
Add randomly generated encode tests (#709)
Show description for 7d57797
drinckes
authored
7d57797
View commit details
Copy full SHA for 7d57797
Browse repository at this point
Implement rounding away from zero (#711)
Show description for aec7d3b
drinckes
authored
aec7d3b
View commit details
Copy full SHA for aec7d3b
Browse repository at this point
update JS minified library (#707)
drinckes
authored
e97fa80
View commit details
Copy full SHA for e97fa80
Browse repository at this point
Modify encode method to resemble other implementations (#706)
Show description for 8cf8ab9
drinckes
authored
8cf8ab9
View commit details
Copy full SHA for 8cf8ab9
Browse repository at this point
Commits on Apr 13, 2025
refactor encode methods (#704)
Show description for 894dfd2
drinckes
authored
894dfd2
View commit details
Copy full SHA for 894dfd2
Browse repository at this point
Commits on Apr 12, 2025
Refactor golang encode and decode (#703)
drinckes
authored
cff6d0b
View commit details
Copy full SHA for cff6d0b
Browse repository at this point
remove commented out code (#702)
drinckes
authored
73e9a50
View commit details
Copy full SHA for 73e9a50
Browse repository at this point
Commits on Apr 11, 2025
modify integer conversion for postgresql implementation (#701)
drinckes
authored
447f5d0
View commit details
Copy full SHA for 447f5d0
Browse repository at this point
Modify integer conversion for dart implementation (#700)
Show description for 740b35a
drinckes
authored
740b35a
View commit details
Copy full SHA for 740b35a
Browse repository at this point
Update JS version and minified file (#699)
Show description for efb173d
drinckes
authored
efb173d
View commit details
Copy full SHA for efb173d
Browse repository at this point
Modify integer conversion for JS Closure library (#698)
Show description for 3f91f44
drinckes
authored
3f91f44
View commit details
Copy full SHA for 3f91f44
Browse repository at this point
remove commented out code block (#697)
drinckes
authored
9fee617
View commit details
Copy full SHA for 9fee617
Browse repository at this point
Modify integer conversion in Javascript library (#695)
Show description for 335e1a2
drinckes
authored
335e1a2
View commit details
Copy full SHA for 335e1a2
Browse repository at this point
modify integer conversion for rust (#694)
drinckes
authored
4940e8f
View commit details
Copy full SHA for 4940e8f
Browse repository at this point
Modify integer conversion for Ruby library (#693)
Show description for 36671cb
drinckes
authored
36671cb
View commit details
Copy full SHA for 36671cb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.
×
Advertisement