Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
fortran-lang
/
stdlib
Public
Notifications
You must be signed in to change notification settings
Fork
197
Star
1.2k
Code
Issues
260
Pull requests
30
Discussions
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Code
implemented intelligent slice functionality
#414
Code
Merged
awvwgk
merged 19 commits into
fortran-lang:master
fortran-lang/stdlib:master
from
aman-godara:develop_slice
aman-godara/stdlib:develop_slice
Copy head branch name to clipboard
Jun 12, 2021
Conversation
Commits
19
(19)
Checks
Files changed
Merged
implemented intelligent slice functionality
#414
awvwgk
merged 19 commits into
fortran-lang:master
fortran-lang/stdlib:master
from
aman-godara:develop_slice
aman-godara/stdlib:develop_slice
Copy head branch name to clipboard
Commits
Commits on May 23, 2021
implemented slice function for stdlib_ascii
aman-godara
committed
90eb9aa
Copy full SHA for 90eb9aa
added module dependencies of stdlib_math for function slice in Makefile.manual
aman-godara
committed
e235bc4
Copy full SHA for e235bc4
Commits on May 24, 2021
changed names from start to first and end to last
aman-godara
committed
0742ca0
Copy full SHA for 0742ca0
forgot to change the dummy argument start to first
aman-godara
committed
1a5f78c
Copy full SHA for 1a5f78c
shifted slice from stdlib_ascii to stdlib_strings and modified module dependencies accordingly
aman-godara
committed
15827d2
Copy full SHA for 15827d2
Commits on May 25, 2021
removed include_last functionality
aman-godara
committed
c7c1e48
Copy full SHA for c7c1e48
added tests for slice function (with no include_last functionality)
aman-godara
committed
ac607f1
Copy full SHA for ac607f1
made complete use of slice interface: added test cases for character sequence
aman-godara
committed
9d72c69
Copy full SHA for 9d72c69
Commits on May 26, 2021
documented function slice, corrected documentation of to_title and to_sentence
aman-godara
committed
a733bc3
Copy full SHA for a733bc3
Commits on May 27, 2021
improved function slice for invalid cases, added new invalid test cases
aman-godara
committed
fa88905
Copy full SHA for fa88905
Commits on May 28, 2021
improved the implementation of last commit fa88905
aman-godara
committed
42a905d
Copy full SHA for 42a905d
Commits on May 29, 2021
removed redundant outer loop, improved documentation of slice function
aman-godara
committed
ffcb7e4
Copy full SHA for ffcb7e4
removed dependency of clip function by stdlib_strings.f90
aman-godara
committed
4598eec
Copy full SHA for 4598eec
Commits on Jun 7, 2021
improved documentation and comments for function slice
aman-godara
committed
24d417f
Copy full SHA for 24d417f
Commits on Jun 10, 2021
Add general tester against intrinsic array slice
awvwgk
committed
323bcd9
Copy full SHA for 323bcd9
Merge pull request #3 from awvwgk/slice
Show description for a895085
aman-godara
authored
a895085
Copy full SHA for a895085
Commits on Jun 11, 2021
added -inf and +inf concept to make code more intuitive, added descriptive comments to the test cases
aman-godara
committed
d60dad3
Copy full SHA for d60dad3
added the concept of +inf and -inf in documentation
aman-godara
committed
048b638
Copy full SHA for 048b638
added fail messages to unit tests
aman-godara
committed
d38e0f4
Copy full SHA for d38e0f4
You can’t perform that action at this time.