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

labcomm_default_scheduler.h

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