#GIT
git config --global user.name "Alex Gonzalez"
git config --global user.email [email protected]
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
#GIT
git config --global user.name "Alex Gonzalez"
git config --global user.email [email protected]
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
## Sublime Text 3 Serial key build is 3176 | |
> * Added these lines into /etc/hosts | |
127.0.0.1 www.sublimetext.com | |
127.0.0.1 license.sublimehq.com | |
> * Used the license key | |
----- BEGIN LICENSE ----- |
<?php | |
/** | |
* @file | |
* Contains \Drupal\my_contact\Form\ContactForm. | |
*/ | |
namespace Drupal\my_contact\Form; | |
use Drupal\Core\Form\FormBase; | |
use Drupal\Core\Form\FormStateInterface; |
# Taxonomy terms: | |
- https://gist.github.com/facine/35bb291811c146b6fc9e#file-create_taxonomy_term-php | |
# Menu links: | |
- https://gist.github.com/facine/35bb291811c146b6fc9e#file-create_menu_link-php | |
# File items: | |
- https://gist.github.com/facine/35bb291811c146b6fc9e#file-create_file-php | |
# Nodes: |
package com.ethanf.in_app_billing_ex; | |
import java.util.ArrayList; | |
import org.json.JSONException; | |
import org.json.JSONObject; | |
import com.android.vending.billing.IInAppBillingService; | |
import android.os.Bundle; |
package com.ethanf.in_app_billing_ex2; | |
import com.ethanf.in_app_billing_ex2.util.IabHelper; | |
import com.ethanf.in_app_billing_ex2.util.Inventory; | |
import com.ethanf.in_app_billing_ex2.util.IabResult; | |
import com.ethanf.in_app_billing_ex2.util.Purchase; | |
import com.ethanf.in_app_billing_ex2.util.SkuDetails; | |
import android.os.Bundle; | |
import android.app.Activity; |