Skip to content

Instantly share code, notes, and snippets.

View nayansuthar's full-sized avatar

Nayan Suthar nayansuthar

View GitHub Profile
@nayansuthar
nayansuthar / config.objc
Created July 31, 2012 11:53
helpshift initialization
[Helpshift setUsername:@"John"];
[Helpshift setUseremail:@"john@helpshift.com"];
@nayansuthar
nayansuthar / application-tags.xml
Created October 29, 2012 09:12
helpshift initialization android
<activity android:name="com.helpshift.HelpshiftActivity" android:theme="@style/HSBottomAnimTheme" />
<activity android:name="com.helpshift.HSAddIssue" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSAddProfile" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSIssues" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSMessages" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSQuestionsList" android:theme="@style/HSRightAnimTheme" />
<activity android:name="com.helpshift.HSQuestion" android:theme="@style/HSRightAnimTheme" />
@nayansuthar
nayansuthar / dabblet.css
Created September 15, 2013 13:59 — forked from anonymous/dabblet.css
Untitled
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
-webkit-box-sizing: border-box;
user-select: none;
-webkit-user-select: none;
cursor: default;
font-family: calibri, helvetica, arial;
@nayansuthar
nayansuthar / dabblet.css
Created September 15, 2013 14:00
Untitled
* {
margin: 0;
padding: 0;
position: relative;
box-sizing: border-box;
-webkit-box-sizing: border-box;
user-select: none;
-webkit-user-select: none;
cursor: default;
font-family: calibri, helvetica, arial;