中间人::Lunrjs 这是中间人的lunr-js插件 安装 将此行添加到应用程序的 Gemfile 中: gem 'middleman-lunrjs' 然后执行: $ bundle 或者自己安装: $ gem install middleman-lunrjs 您可以使用 shell 脚本在本地安装 gem $ ./make_gem.sh 你必须将 lunr.js 安装到 middlemanapp 项目的 javascript 文件夹中 $ bower install lunr.js 用法 将中间人扩展 lunrjs 放入 Gemfile $ gem "middleman-lunrjs" 和 config.rb configure :build do activate :lunrjs do |config| config.index_tags
2023-12-28 23:05:18 6KB Ruby
1
gollum lib-建立在Git之上的Wiki 描述 是构建在Git之上的简单Wiki系统,可为GitHub Wiki提供支持。 Gollum-lib是Ruby API,它使您可以从Git存储库中检索原始或格式化的Wiki内容,将新内容写入存储库,并收集有关Wiki的各种元数据。 Gollum-lib遵循的规则,并使用进行内联文档。 系统要求 Ruby 2.4.0以上 类似于Unix的操作系统(OS X,Ubuntu,Debian等) 在默认的适配器上无法在Windows上运行,但可以通过JRuby进行工作。 安装 安装Gollum-lib的最佳方法是使用RubyGems: $ [sudo] gem install gollum-lib 如果您是从源代码安装的,则可以使用来拾取所有宝石: $ bundle install 为了使用Gollum支持的各种格式,您将需要为每种格
2023-12-25 20:27:10 256KB Ruby
1
Programming Ruby第二版(英文)
2023-12-21 16:33:47 5.5MB Programming Ruby
1
最近在学unity,把官方教程中的项目做完以后,干脆就保存在csdn上好了,如果有朋友卡在哪了,可以直接对照,说真的即使是官方教程也有疏漏的地方,存在一些细微的小毛病,做出来以后能加入自己的理解,也是件挺有意思的事情吧,该项目教程可以在unityhub中的学习页面找到,这个是我做好的,解压后通过unityhub-项目-打开-选择该文件夹即可 注:需要unityhub和VS,前者用来打开项目,后者用来编辑脚本,请自行下载
2023-12-17 14:42:03 654.78MB unity 课程资源 ruby
1
最近笔者学了一些PHP和Ruby的东西,就将Java、.Net、PHP、Ruby的应用做个比较。
2023-12-13 18:55:25 32KB 职场管理
1
Summary The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you, concentrating on the language and its uses so you can use Ruby in any way you choose. Updated for Ruby 2.5. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Designed for developer productivity, Ruby is an easy-to-learn dynamic language perfect for creating virtually any kind of software. Its famously friendly development community, countless libraries, and amazing tools, like the Rails framework, have established it as the language of choice for high-profile companies, including GitHub, SlideShare, and Shopify. The future is bright for the well-grounded Rubyist! About the Book In The Well-Grounded Rubyist, Third Edition, expert authors David A. Black and Joseph Leo III deliver Ruby mastery in an easy-to-read, casual style. You'll lock in core principles as you write your first Ruby programs. Then, you'll progressively build up to topics like reflection, threading, and recursion, cementing your knowledge with high-value exercises to practice your skills along the way. What's Inside Basic Ruby syntax Running Ruby extensions FP concepts like currying, side-effect-free code, and recursion Ruby 2.5 updates About the Reader For readers with beginner-level programming skills, as well as more advanced programmers interested in Ruby and experienced Rubyists looking to review the foundations of their practice. About the Authors David A. Black is an internationally known Ruby developer and author, and a cofounder of Ruby Central. Ruby teacher and advocate Joseph Leo III is the founder of Def Method and lead organizer of the Gotham Ruby Conference. Table of Contents PART 1 RUBY FOUNDATIONS Chapter 1. Bootstrapping your Ruby literacy Chapter 2. Objects, methods, and local variables Chapter 3. Organizing objects with classes Chapter 4. Modules and program organization Chapter 5. The default object (self), scope, and visibility Chapter 6. Control-flow techniques PART 2 BUILT-IN CLASSES AND MODULES Chapter 1. Built-in essentials Chapter 2. Strings, symbols, and other scalar objects Chapter 3. Collection and container objects Chapter 4. Collections central: Enumerable and Enumerator Chapter 5. Regular expressions and regexp-based string operations Chapter 6. File and I/O operations PART 3 RUBY DYNAMICS Chapter 1. Object individuation Chapter 2. Callable and runnable objects Chapter 3. Callbacks, hooks, and runtime introspection Chapter 4. Ruby and functional programming
2023-12-13 15:24:33 4.52MB Ruby
1
电影数据库API :oncoming_fist: 经过测试 Ruby包装器。 使用OpenStruct为电影数据库API提供简单直观的界面。 获取您的API密钥。 入门 在Rails应用内安装 将此行添加到您的应用程序的Gemfile中: gem 'themoviedb-api' 安装外部Rails应用 gem install themoviedb - api 初始配置 如果在Rails应用程序中使用此gem,则可以在初始化程序中设置以下参数。 Tmdb :: Api . key ( "KEY_HERE" ) 您可以使用以下方法更改返回数据的语言: Tmdb :: Api . language ( "en" ) 默认语言是英语。 通过在调用的方法中将语言指定为附加参数,可以临时覆盖一个请求的全局语言。 # Example Tmdb :: Movie . detail ( 550 ,
2023-12-10 21:03:02 351KB Ruby
1
RUBY ON RAILS入门经典 pdf 电子书 花钱买的和大家共享
2023-10-19 00:18:21 46.87MB RUBY ON RAILS
1
pdflib 7 的中文参考手册,综合版,包括 Cobol、C、C++、Java、Perl、PHP、Python、RPG、Ruby 和 Tcl。
2023-10-13 09:00:18 3.03MB pdflib
1
Programming+Ruby中文版++(第二版).pdf 不错的ruby 入门学习 从语法到开发实战
2023-10-01 00:26:43 54.66MB rails ruby 入门
1