Skip to content

Instantly share code, notes, and snippets.

View sequeiradenzil's full-sized avatar

Denzil Sequeira sequeiradenzil

  • Mumbai
  • 06:15 (UTC +05:30)
View GitHub Profile
@sequeiradenzil
sequeiradenzil / jupyterhub.service
Created September 27, 2017 04:43
Making Jupyterhub run as a service while using kdcauthenticator
##To be placed in /etc/systemd/system/jupyterhub.service
[Unit]
Description=Jupyterhub
After=syslog.target network.target
[Service]
User=root
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
Environment=KRB5_CONFIG=/etc/krb5.conf
Environment=KRB5_KTNAME=/etc/krb5.keytab
@sequeiradenzil
sequeiradenzil / yahooscraper.py
Created January 3, 2017 10:35
Check if a Yahoo Email Address is Valid using Selenium (Python)
# MIT License
#
# Copyright (c) 2017 Denzil Sequeira
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: