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
Accelerator
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
Type
/
to 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 }}
thesephist
/
oak
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
251
Code
Issues
4
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
oak
lib
on
main
User selector
All users
All time
Commit history
Commits on Mar 5, 2023
fix(lib/path): Fix correctness bugs in path.clean
thesephist
committed
35fbfad
View commit details
Copy full SHA for 35fbfad
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
feat(lib/debug): Add libdebug.(bar, histo) for drawing histograms
thesephist
committed
f8d413d
View commit details
Copy full SHA for f8d413d
View code at this point
Browse repository at this point
fix(lib/datetime): libmath.round second argument is 0 by default
thesephist
committed
92acf3d
View commit details
Copy full SHA for 92acf3d
View code at this point
Browse repository at this point
feat(lib/random): Add random.normal and test
thesephist
committed
c6abd22
View commit details
Copy full SHA for c6abd22
View code at this point
Browse repository at this point
feat(lib/str): Add libstr.rindexOf to match libstd.rindexOf
thesephist
committed
99bdaca
View commit details
Copy full SHA for 99bdaca
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
fix(lib/datetime): libdatetime.(format, parse) no longer use millis
Show description for cdf1abe
thesephist
committed
cdf1abe
View commit details
Copy full SHA for cdf1abe
View code at this point
Browse repository at this point
Commits on May 2, 2022
feat(lib/std): Add libstd.(aloop, serial, parallel)
thesephist
committed
3d66596
View commit details
Copy full SHA for 3d66596
View code at this point
Browse repository at this point
Commits on Apr 30, 2022
feat(lib/http): Add libhttp.query(Encode, Decode)
thesephist
committed
584abbd
View commit details
Copy full SHA for 584abbd
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
feat(lib/std): Add libstd.fromEntries
thesephist
committed
5f31d60
View commit details
Copy full SHA for 5f31d60
View code at this point
Browse repository at this point
feat(lib/std): Add libstd.(rfind, rindexOf)
thesephist
committed
afc4fa6
View commit details
Copy full SHA for afc4fa6
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
feat(lib/std): Add libstd.(exclude, separate)
thesephist
committed
501d010
View commit details
Copy full SHA for 501d010
View code at this point
Browse repository at this point
Commits on Apr 18, 2022
fix(lib/path): Ensure libpath.resolve returns a clean path
thesephist
committed
45f938f
View commit details
Copy full SHA for 45f938f
View code at this point
Browse repository at this point
feat(lib/std): Add libstd.(is, constantly)
thesephist
committed
f054789
View commit details
Copy full SHA for f054789
View code at this point
Browse repository at this point
Commits on Mar 17, 2022
fix(lib/syntax): Fix crashes while parsing broken string literals
thesephist
committed
8e5c9f9
View commit details
Copy full SHA for 8e5c9f9
View code at this point
Browse repository at this point
Commits on Mar 6, 2022
fix(lib/syntax): Clean up shebang-formatting code in Printer
thesephist
committed
f86e65b
View commit details
Copy full SHA for f86e65b
View code at this point
Browse repository at this point
Commits on Mar 5, 2022
fix(lib/std): Update libstd.loop to be able to return meaningful values
thesephist
committed
b9cd88e
View commit details
Copy full SHA for b9cd88e
View code at this point
Browse repository at this point
feat(lib/std): Add libstd.stdin
thesephist
committed
8af487a
View commit details
Copy full SHA for 8af487a
View code at this point
Browse repository at this point
feat(lib/fmt): Allow fmt.(format, printf) to take objects of values
thesephist
committed
db043da
View commit details
Copy full SHA for db043da
View code at this point
Browse repository at this point
Commits on Feb 27, 2022
fix(lib): Replace usages of std.slice(0, _) with the new std.take(_)
thesephist
committed
d4076a5
View commit details
Copy full SHA for d4076a5
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
fix(lib/syntax): Fix parser crash on unexpected EOF
thesephist
committed
54ad79a
View commit details
Copy full SHA for 54ad79a
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
fix(lib/syntax): On all unexpected-EOF errors, report last token position
thesephist
committed
452f051
View commit details
Copy full SHA for 452f051
View code at this point
Browse repository at this point
Commits on Feb 21, 2022
fix(lib/syntax): When reporting EOF errors, include position
thesephist
committed
00ac50c
View commit details
Copy full SHA for 00ac50c
View code at this point
Browse repository at this point
fix(lib/syntax): Fix parser crashes on malformed syntax
thesephist
committed
587ac8d
View commit details
Copy full SHA for 587ac8d
View code at this point
Browse repository at this point
Commits on Feb 20, 2022
feat(lib/std): Add libstd.(take, takeLast)
thesephist
committed
bc6fcbd
View commit details
Copy full SHA for bc6fcbd
View code at this point
Browse repository at this point
feat(lib/math): Add libmath.clamp
thesephist
committed
8b8f955
View commit details
Copy full SHA for 8b8f955
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
fix(lib/syntax): Minor code cleanup
thesephist
committed
dbe41ff
View commit details
Copy full SHA for dbe41ff
View code at this point
Browse repository at this point
fix(lib/test): Improve default precision for test.approx
thesephist
committed
47d917b
View commit details
Copy full SHA for 47d917b
View code at this point
Browse repository at this point
feat(lib/math): Add libmath.(mean, median, stddev)
thesephist
committed
1d6bc44
View commit details
Copy full SHA for 1d6bc44
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
fix(lib/md): Guard against XSS vulnerabilities in libmd
thesephist
committed
7dc890a
View commit details
Copy full SHA for 7dc890a
View code at this point
Browse repository at this point
feat(lib/str): Add libstr.trim(Start, End) forms with optional second argument
thesephist
committed
9c00814
View commit details
Copy full SHA for 9c00814
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
feat(lib/math): Add libmath.prod
thesephist
committed
4576953
View commit details
Copy full SHA for 4576953
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
test(lib): Add tests for libstd.(append, join) on strings; modernize stdlib
thesephist
committed
262faa9
View commit details
Copy full SHA for 262faa9
View code at this point
Browse repository at this point
fix(lib): Modernize older stdlib code with new language syntax
thesephist
committed
d4e8fda
View commit details
Copy full SHA for d4e8fda
View code at this point
Browse repository at this point
feat(www): Add standard library to website
thesephist
committed
e77987b
View commit details
Copy full SHA for e77987b
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
perf(lib/md): Use much faster method of escaping HTML
thesephist
committed
c480342
View commit details
Copy full SHA for c480342
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.