GEM-JRUBY
📗 Table of Contents
- 📖 About the Project
- 💻 Usage
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support <!-- - 🙏 Acknowledgments --> <!-- - 📝 License -->
📖 [gem-jruby]
Gem-jruby is a gem for implementing some of ruby methods operated by JVM.
🛠 Built With
Tech Stack
Key Features
- Show totalram
- Fibonacci sequence
- Quick sort
- Uppercase
- Uptime
- Loadavg
💻 Usage
- INSTALLATION: gem install khanh
require "khanh"
Specific Props
Methods | Type | Description |
---|---|---|
uptime | string | show the time since the boosting point of time |
totalram | string | the total ram based on linux library sysinfo |
loadavg | string | average of tasks done in 1, 5 & 15 minutes |
10.bigFib | array | a Fibonacci sequence with length 10 (max 98) |
Khanh::CRuby.bigFib 10 | array | a Fibonacci sequence with length 10 (max over 100) |
"a1b2c".cUpcase | string | upper all the letters |
Khanh.sort([array]) | Array | quick-sort ascending an array |
👥 Authors
👤 Khanh
- GitHub: khanh-devos
- Twitter: @khanhror
- LinkedIn: Khanh RoR
🔭 Future Features
- Hash code
- Puma Server
- Multi-thread
- Active Record
- Action View
⭐️ Show your support
If you like this project give it a ⭐️