I hereby claim:
- I am nisrulz on github.
- I am nisrulz (https://keybase.io/nisrulz) on keybase.
- I have a public key whose fingerprint is 664A 14E8 F9BA 8779 CF16 130D F526 A6BB E32F C33D
To claim this, I am signing this object:
| [user] | |
| name = Your Name | |
| email = you@youremail.com | |
| [alias] | |
| A = add -A | |
| a = add | |
| aa = add --all | |
| ae = add --edit | |
| ai = add --interactive | |
| amend = commit --amend -C HEAD |
I hereby claim:
To claim this, I am signing this object:
| /* Media Queries */ | |
| /* ----------- iPhone 4 and 4S ----------- */ | |
| /* Portrait and Landscape */ | |
| @media only screen | |
| and (min-device-width: 320px) | |
| and (max-device-width: 480px) | |
| and (-webkit-min-device-pixel-ratio: 2) { |
| import MySQLdb | |
| import pandas as pd | |
| from sqlalchemy import create_engine | |
| # read the csv into pandas and then export to MySQL | |
| template_lines = 1000 | |
| df = pd.read_csv( | |
| 'example.csv', nrows=template_lines, low_memory=False) | |
| # 2nd argument replaces where conditions is False | |
| df = df.where(pd.notnull(df), None) |
Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.
This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would
| A good commit message looks like this: | |
| Header line: explaining the commit in one line | |
| Body of commit message is a few lines of text, explaining things | |
| in more detail, possibly giving some background about the issue | |
| being fixed, etc etc. | |
| The body of the commit message can be several paragraphs, and | |
| please do proper word-wrap and keep columns shorter than about |
| <html> | |
| <body> | |
| <h2>Privacy Policy</h2> | |
| <p>[Individual or Company Name] built the [App Name] app as a [open source | free | freemium | ad-supported | commercial] app. This SERVICE is provided by [Individual or company name] [at no cost] and is intended | |
| for use as is.</p> | |
| <p>This page is used to inform website visitors regarding [my|our] policies with the collection, use, and | |
| disclosure of Personal Information if anyone decided to use [my|our] Service.</p> | |
| <p>If you choose to use [my|our] Service, then you agree to the collection and use of information in | |
| relation with this policy. The Personal Information that [I|we] collect are used for providing and | |
| improving the Service. [I|We] will not use or share your information with anyone except as described |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Privacy Policy - EasyDeviceInfo</title> | |
| <style> | |
| body{ | |
| font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Privacy Policy - PackageHunter</title> | |
| <style> | |
| body{ | |
| font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; |