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
| ### Keybase proof | |
| I hereby claim: | |
| * I am xt84 on github. | |
| * I am xt84 (https://keybase.io/xt84) on keybase. | |
| * I have a public key ASDENQiNQpZbpDasFeZP6W_vNxgy3qYoxuWdi90aAAguIwo | |
| To claim this, I am signing this object: |
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
| name := "Scala REPL" | |
| version := "1.0" | |
| scalaVersion := "2.11.7" | |
| val ficusVersion = "1.4.2" | |
| val sparkVersion = "2.2.0" | |
| val avroVersion = "1.8.2" | |
| val parquetVersion = "1.9.0" |
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
| Malenjkaä Maša očenj hotela vyrasti. Očenj. A kak ëto sdelatj, ona ne znala. Vsö pereprobovala. I v maminyh tufläh hodila. I v babuškinom kapote sidela. I pričösku, kak u töti Kati, delala. I busy primeräla. I časy na ruku nadevala. Ničego ne polučalosj. Toljko smeälisj nad nej dá podšučivali. | |
| Odin raz kak-to Maša vzdumala pól podmetatj. I podmela. Da tak horošo podmela, čto daže máma udivilasj: | |
| – Mašenjka! Da neuželi ty u nas boljšaä stanovišjsä | |
| A kogda Maša čisto-čisto vymyla posudu da suho-nasuho vyterla eö, togda ne toljko mama, no i otec udivilsä. Udivilsä i pri vseh za stolom skazal: | |
| – My i ne zametili, kak u nas Mariä vyrosla. Ne toljko pol meteöt, no I posudu moet. |
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
| Malenjkaä Maša očenj hotela vyrasti. Očenj. A kak ëto sdelatj, ona ne znala. Vsö pereprobovala. I v maminyh tufläh hodila. I v babuškinom kapote sidela. I pričösku, kak u töti Kati, delala. I busy primeräla. I časy na ruku nadevala. Ničego ne polučalosj. Toljko smeälisj nad nej dá podšučivali. | |
| Odin raz kak-to Maša vzdumala pól podmetatj. I podmela. Da tak horošo podmela, čto daže máma udivilasj: | |
| – Mašenjka! Da neuželi ty u nas boljšaä stanovišjsä | |
| A kogda Maša čisto-čisto vymyla posudu da suho-nasuho vyterla eö, togda ne toljko mama, no i otec udivilsä. Udivilsä i pri vseh za stolom skazal: | |
| – My i ne zametili, kak u nas Mariä vyrosla. Ne toljko pol meteöt, no I posudu moet. |
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
| AT+ZCDRUN=E | |
| AT+ZCDRUN=8 |
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
| $ cat /var/log/syslog | grep ttyUSB | |
| ... | |
| Apr 21 22:59:21 xt84laptop modem-manager[810]: <info> (ttyUSB2) closing serial port... | |
| Apr 21 22:59:21 xt84laptop modem-manager[810]: <info> (ttyUSB2) serial port closed | |
| Apr 21 22:59:46 xt84laptop modem-manager[810]: <info> (ttyUSB0) closing serial port... | |
| Apr 21 22:59:46 xt84laptop modem-manager[810]: <info> (ttyUSB0) serial port closed | |
| Apr 21 22:59:46 xt84laptop modem-manager[810]: <info> (ttyUSB0) opening serial port... | |
| Apr 21 22:59:49 xt84laptop modem-manager[810]: <info> (ttyUSB0) closing serial port... | |
| Apr 21 22:59:49 xt84laptop modem-manager[810]: <info> (ttyUSB0) serial port closed | |
| Apr 21 22:59:49 xt84laptop modem-manager[810]: <info> (ZTE): GSM modem |
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 picocom |
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 picocom /dev/ttyUSB<ваш_номер> | |
| picocom v1.4 | |
| port is : /dev/ttyUSB2 | |
| flowcontrol : none | |
| baudrate is : 9600 | |
| parity is : none | |
| databits are : 8 |
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
| CREATE TABLE #test_tmp ( | |
| id INT NOT NULL, | |
| name NVARCHAR(255) NULL -- теперь все будет ок | |
| ); | |
| insert into #test_tmp (id, name) values (1, null); |
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
| PHP Warning: mssql_query(): message: | |
| Cannot insert the value NULL into column 'name', | |
| table 'tempdb.dbo.#test_tmp_______000000000213'; | |
| column does not allow nulls. INSERT fails. (severity 16) in /home/user/test.php on line 85 |
NewerOlder