Skip to content
Snippets Groups Projects
Select Git revision
  • 64b9582fe8c18557d28a9ad57b393549482ea44f
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

labcomm_fd_writer.c

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    mail_helper.rb NaN GiB
    module Helpers
      module MailHelper
        def email_prefix email
          prefix = email.match(/(.+?)@/) if email
          prefix[1] if prefix
        end
      end
    end