本文发布Ruby on Rails路由拒绝服务漏洞,指出它影响到的系统、不受它影响的系统以及提供给用户厂商补丁下载的地址。
2024-02-28 08:35:15 27KB 职场管理
1
国外非常好的一本Ruby on Rails入门教程。文字清晰,代码彩色高亮,有目录,方便阅读。
2024-01-22 08:45:46 1.69MB Ruby Rails
1
Agile Web Development with Rails (4th edition) rails入门必读的一本.英文.最新的第四版 for rails 3.03 Beta版
2024-01-22 08:43:02 9.07MB Rails ruby
1
RSA Ruby累加器 基于Ruby中强大的RSA假设密码累加器。 安装 将此行添加到您的应用程序的Gemfile中: gem 'rsa-accumulator' 然后执行: $ bundle 或将其自己安装为: $ gem install rsa-accumulator 用法 设置累加器 首先,初始化累加器。 由于累加器使用顺序未知的组,因此可以通过以下方式生成累加器: require 'rsa-accumulator' # using RSA modulus published by RSA Laboratory acc = RSA::Accumulator.generate_rsa2048 # using Random RSA modulus with a specified bit length(default value is ) acc = RSA::Accumul
2024-01-20 11:32:28 20KB Ruby
1
中间人::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