$ mkdir subrepos
$ cd subrepos
$ hg init
$ echo "wp-content/plugins/sphinx=ssh://[email protected]/ivinco/wordpress-sphinx-search-plugin" > .hgsub
$ hg add .hgsub
$ hg clone ssh://[email protected]/ivinco/wordpress-sphinx-search-plugin wp-content/plugins/sphinx
This file contains 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
#include <PMserial.h> | |
#include <BLEDevice.h> | |
#include <BLEUtils.h> | |
#include <BLEScan.h> | |
#include <BLEAdvertisedDevice.h> | |
#include <BLE2902.h> | |
#define SERVICE_UUID "faf6c799-5567-4f54-89fb-c7188b3f3b88" | |
#define CHARACTERISTIC_PM01_UUID "cc4f2f18-7b99-4fae-b46d-3568a42cb3f8" | |
#define CHARACTERISTIC_PM25_UUID "d7f6bea5-4e01-458d-9395-9e42ddd00b69" |
This file contains 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
(ns taskbot.telegram | |
(:require [clj-http.client :as http] | |
[cheshire.core :as json] | |
[clojure.core.async :as a :refer [chan put! close! take! go go-loop <! >! alts!]] | |
[environ.core :refer [env]] | |
[clojure.tools.logging :as log] | |
[clojure.spec.alpha :as s] | |
[clojure.spec.test.alpha :refer [instrument]])) | |
(def base-url (or (env :base-url) "https://api.telegram.org/bot")) |
This file contains 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
const webpack = require('webpack') | |
const path = require('path') | |
const devBuild = process.env.NODE_ENV !== 'production' | |
const nodeEnv = devBuild ? 'development' : 'production' | |
const config = { | |
entry: { | |
'client-bundle': [ 'babel-polyfill', 'whatwg-fetch', './app/Resources/js/main.js' ], |
This file contains 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
<?php | |
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; | |
class ServiceTest extends KernelTestCase | |
{ | |
public function provideExpectedDefinitions() | |
{ | |
return [ | |
['My\Something', 'my.something'], |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<title></title> | |
<style> | |
body { | |
background: white; | |
text-align: center; | |
padding: 20px; | |
font-family: Georgia, serif; |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: kix | |
* Date: 24/02/15 | |
* Time: 19:34 | |
*/ | |
namespace AppBundle\Controller; |
This file contains 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
<?php | |
namespace AppBundle\Admin; | |
use \Symfony\Component\DependencyInjection\ContainerInterface; | |
use Sonata\AdminBundle\Admin\Admin; | |
use Sonata\AdminBundle\Datagrid\ListMapper; | |
use Sonata\AdminBundle\Datagrid\DatagridMapper; | |
use Sonata\AdminBundle\Form\FormMapper; | |
use Sonata\AdminBundle\Route\RouteCollection; |
This file contains 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
/usr/local/lib | |
├─┬ [email protected] | |
│ ├── [email protected] | |
│ ├── [email protected] | |
│ ├─┬ [email protected] | |
│ │ ├── [email protected] | |
│ │ └─┬ [email protected] | |
│ │ ├── [email protected] | |
│ │ └── [email protected] | |
│ ├── [email protected] |
This file has been truncated, but you can view the full file.
This file contains 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
24012 silly gunzTarPerm extractEntry test/async.js | |
24013 silly lockFile 393ee9d3-es-request-node-modules-caseless tar:///usr/local/lib/node_modules/generator-joli-symfony/node_modules/yeoman-generator/node_modules/yeoman-environment/node_modules/yeoman-generator/node_modules/request/node_modules/caseless | |
24014 silly lockFile 393ee9d3-es-request-node-modules-caseless tar:///usr/local/lib/node_modules/generator-joli-symfony/node_modules/yeoman-generator/node_modules/yeoman-environment/node_modules/yeoman-generator/node_modules/request/node_modules/caseless | |
24015 silly lockFile dbb70384-x-npm-caseless-0-8-0-package-tgz tar:///Users/kix/.npm/caseless/0.8.0/package.tgz | |
24016 silly lockFile dbb70384-x-npm-caseless-0-8-0-package-tgz tar:///Users/kix/.npm/caseless/0.8.0/package.tgz | |
24017 silly lockFile a0965941-nload-node-modules-object-assign tar:///usr/local/lib/node_modules/generator-joli-symfony/node_modules/yeoman-generator/node_modules/yeoman-environment/node_modules/yeoman-generator/node_modules/download/node_ |
NewerOlder