Wednesday, April 29, 2015
Saturday, April 25, 2015
Wednesday, April 15, 2015
Wednesday, April 8, 2015
Saturday, February 14, 2015
Thursday, February 12, 2015
JavaScript Patterns
http://shichuan.github.io/javascript-patterns/
var a = 1
, b = 2
, sum = a + b
, myobject = {}
, i
, j;
var global = (function () {
return this || (1, eval)('this');
}());
var getData = function getData () {
};
var a = 1
, b = 2
, sum = a + b
, myobject = {}
, i
, j;
var global = (function () {
return this || (1, eval)('this');
}());
var getData = function getData () {
};
Saturday, January 31, 2015
SMS-REST, EMAIL-REST Proxy
Разработать итрерфейс для sms сообщений который будет перенаправляться в REST-full API
Пример:
REST: some-app/books/find?author='Tolstoy'&name='Voina i Mir'
SMS: some-app.books.find author: Tolstoy name: Voina i Mir
- Use google voice as sms gate.
- Bind phone and app and bind incomming phone with user
- Think how to deal with captchas ? Dbc?
- Use YAML as basic syntax for requests and function data schema defenitions.
- Response will be sent back to the same number in YAML like format
- User ruby function call syntax:
E.g: books.store name: Onegin, author: Pushkin, note: This is a very good book. | I realy liked it.
| - new line symbol.
- Possible use of other sms gateways
- Implement the same for email. same sintax. Bind email and
- Sdelat' mobile app
- Try other sms gates
---------
Try to make watsup-rest proxy, facebook-rest proxy, vk-rest proxy
Пример:
REST: some-app/books/find?author='Tolstoy'&name='Voina i Mir'
SMS: some-app.books.find author: Tolstoy name: Voina i Mir
- Use google voice as sms gate.
- Bind phone and app and bind incomming phone with user
- Think how to deal with captchas ? Dbc?
- Use YAML as basic syntax for requests and function data schema defenitions.
- Response will be sent back to the same number in YAML like format
- User ruby function call syntax:
E.g: books.store name: Onegin, author: Pushkin, note: This is a very good book. | I realy liked it.
| - new line symbol.
- Possible use of other sms gateways
- Implement the same for email. same sintax. Bind email and
- Sdelat' mobile app
- Try other sms gates
---------
Try to make watsup-rest proxy, facebook-rest proxy, vk-rest proxy
Subscribe to:
Posts (Atom)