Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

shawnrice/blsci-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is some documentation for the BLSCI.

For earlier versions, we have to install rubygems manually, and we also need to change settings.rb to have

http://stackoverflow.com/questions/4697557/how-to-map-with-index-in-ruby

require 'enumerator'
arr.enum_for(:each_with_index).map { |x,i| [x, i+2] }

--- or ---

arr.each_with_index.map { |x,i| [x, i+2] }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors