- http://www.errorify.com/ - source maps
- http://errorception.com/ - translate error messages to English
- http://www.exceptionhub.com/
- http://jserrlog.appspot.com/
- http://www.muscula.com/ - source maps, translate error messages to English
- https://www.airbrake.io/ - tracekit, source maps
- http://www.errorstack.com/
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
| Видеокарта GIGABYTE AMD Radeon R9 380 GAMING [GV-R938G1 GAMING-4GD] 15799р. | |
| Процессор Intel Core i5-6500 14799р. | |
| Кулер для процессора DEEPCOOL GAMMAXX 300 1199р. | |
| Материнская плата GIGABYTE GA-H110-D3 4950р. | |
| Оперативная память Kingston ValueRAM [KVR21N15D8/8] 8 Гб x2 5100р. | |
| 240 Гб SSD-накопитель Kingston UV400 [SUV400S37/240G] 4299р. | |
| Блок питания Aerocool VX 700W [VX-700] 3150р. | |
| Корпус AeroCool V3X Black Edition черный 2599р. |
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 main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "math/rand" | |
| "os" | |
| "time" | |
| "github.com/Altoros/go-predix-timeseries/api" |
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
| sudo apt-get install imagemagick libmagickcore-dev | |
| sudo apt-get install libmagickwand-dev | |
| gem install rmagick |
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
| below is my configure to support utf8: | |
| [client] | |
| default-character-set=utf8 | |
| [mysqld] | |
| init_connect='SET collation_connection = utf8_unicode_ci' | |
| init_connect='SET NAMES utf8' | |
| character-set-server=utf8 | |
| collation-server=utf8_unicode_ci | |
| skip-character-set-client-handshake |
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
| WEB FUNDAMENTS (САМЫЙ ОСНОВЫ) - HTML & CSS | |
| http://www.codecademy.com/tracks/web | |
| HTML | |
| http://htmlbook.ru/samhtml | |
| CSS |