This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using UnityEngine; | |
| using System.Collections; | |
| using System.Text.RegularExpressions; | |
| using PubNubMessaging.Core; | |
| using System.Collections.Concurrent; | |
| using System; | |
| using System.Reflection; | |
| using System.Net.Security; | |
| using System.Security.Cryptography.X509Certificates; | |
| using System.Threading; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var Pubnub = require('pubnub'); | |
| var Async = require('async'); | |
| var Assert = require('assert'); | |
| //for testing purposes | |
| process.on('uncaughtException', function (err) { | |
| console.log('Caught exception: ' + err); | |
| }); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Component | |
| @ApplicationScoped | |
| public class DataStoreTemplateImpl implements DataStoreTemplate { | |
| private static final Class<?>[] models = new Class<?>[] { | |
| User.class, | |
| Item.class, | |
| Car.class, | |
| Another.class | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.suaapp.vraptor; | |
| import java.io.IOException; | |
| import javax.servlet.FilterChain; | |
| import javax.servlet.ServletException; | |
| import javax.servlet.ServletRequest; | |
| import javax.servlet.ServletResponse; | |
| import javax.servlet.http.HttpServletRequest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.sample.utils.mail; | |
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.util.HashMap; | |
| import java.util.Iterator; | |
| import java.util.Map; | |
| import java.util.regex.Matcher; | |
| import java.util.regex.Pattern; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node v0.4.6 | |
| module senchalabs connect | |
| module visionmedia express 2.2.2 | |
| module visionmedia connect-form | |
| module visionmedia jade | |
| module visionmedia node-querystring 0.1.0 qs | |
| module bentomas node-mime master mime | |
| module christkv node-mongodb-native v0.9.3 mongodb | |
| ###################################### |