Code Monkey home page Code Monkey logo

duffy's People

Contributors

duffyjp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

duffy's Issues

Running rb2db from Jenkins caused an undefined method "this" in duffy-0.3.5

Bundle complete! 32 Gemfile dependencies, 102 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
/var/lib/jenkins/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/specification.rb:2158:in `method_missing': undefined method `this' for #<Gem::Specification:0x930a1c duffy-0.3.5> (NoMethodError)
	from /var/lib/jenkins/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/specification.rb:1057:in `find_active_stub_by_path'
	from /var/lib/jenkins/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:64:in `require'
	from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/gems/rb2db-0.2.2/exe/rb2db:2:in `<top (required)>'
	from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/bin/rb2db:23:in `load'
	from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/bin/rb2db:23:in `<main>'
	from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks:15:in `eval'
	from /var/lib/jenkins/.rvm/gems/ruby-2.3.1/bin/ruby_executable_hooks:15:in `<main>'
Created database 'db/test.sqlite32'

mem_available reporting 0 on Ubuntu 14.04

I'm currently pulling the "MemAvailable:" line out of /proc/meminfo, but that line doesn't appear on a 14.04 box.

$ cat /proc/meminfo 
MemTotal:       65863376 kB
MemFree:        56040264 kB
Buffers:          611144 kB
Cached:          6835812 kB
SwapCached:            0 kB
Active:          5148900 kB
Inactive:        3577508 kB
Active(anon):    1280256 kB
Inactive(anon):      100 kB
...

Add Array method to output markdown table

Create a markdown table from a 2D Array

puts [["Car", "Boat", Date.today, 5],["Horse", "Car", nil, 0]].to_markdown

String | String | Date       | Integer
-------|--------|------------|---------
Car    | Boat   | 2022-01-12 | 5
Horse  | Car    |            | 0
String String Date Integer
Car Boat 2022-01-12 5
Horse Car 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.