-
openthinclient gmbh
- Dresden, Germany
Pinned Loading
-
text_hyphen_rails
text_hyphen_rails PublicThis is a Rails/ActiveRecord-wrapper for the https://github.com/halostatue/text-hyphen package
Ruby
-
ansible-gpg-import-module
ansible-gpg-import-module PublicAnsible module for managing GPG-keys
-
-
-
Repairing botched youtube time links...
Repairing botched youtube time links in a pry session 1require 'nokogiri'
23d = '<p><a href="https://www.youtube.com/watch?v=kSx8HJfBl7U#">00:04</a> November 20, 2013, <a href="https://www.youtube.com/watch?v=kSx8HJfBl7U#">01:13</a> … <a href="https://www.youtube.com/watch?v=kSx8HJfBl7U#">04:32:27</a> July 17, <a href="https://www.youtube.com/watch?v=kSx8HJfBl7U#">05:03:33</a> Credits</p>'
45def str2secs st; s,m,h = st.split(':').reverse.map(&:to_i); h.to_i*3600+m*60+s;end
-
A working version of https://devblog...
A working version of https://devblogs.microsoft.com/scripting/creating-a-platform-independent-function-in-powershell/ 1function ConvertFrom-HereString {
2param (
3[string]$String=''
4)
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.