Skip to content

Instantly share code, notes, and snippets.

@godrin
godrin / retrieve_deps.rb
Last active July 29, 2019 11:31
Java package dependencies as plantuml.
#!/usr/bin/env ruby
#
# Copyright (c) 2019 David Kamphausen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
@godrin
godrin / retrieve_deps.rb
Created July 29, 2019 11:18
Ist noch nicht richtig reif.
#!/usr/bin/env ruby
#
# Copyright (c) 2019 David Kamphausen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
@godrin
godrin / retrieve_deps.rb
Created July 29, 2019 11:18
Ist noch nicht richtig reif.
#!/usr/bin/env ruby
#
# Copyright (c) 2019 David Kamphausen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
@godrin
godrin / retrieve_deps.rb
Created July 29, 2019 11:18
Ist noch nicht richtig reif. Bei einem Mave
#!/usr/bin/env ruby
#
# Copyright (c) 2019 David Kamphausen
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but

Keybase proof

I hereby claim:

  • I am godrin on github.
  • I am godrin (https://keybase.io/godrin) on keybase.
  • I have a public key ASDwyabA3KI9kqfKZ6zo0bBUhltOMM6z2r4UrLaORxXNzQo

To claim this, I am signing this object:

@godrin
godrin / SaveOGRE.lua
Created November 13, 2010 19:09
Save ogre mesh and skeleton from CharacterFX
-- Saves the current scene
-- save one bone
------------------------------------------------------------------------------------------
function quaternion_to_angle_axis(q)
-- q.m
return q
end