Alexei Gusev
- Себе то не гони !!!
Pavel Gabriel
- Нехватило недели..., теперь страшно смотреть.
- микросервис у нас 1 :D
Alexander Randa
- когда ищешь работу, никому никто не нужен.
Andrey Martyanov
- Типичная хуйня в айти.
Anton Shemerey
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
close(7) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions/2.0.0-p195", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions/2.0.0-p195/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions/2.0.0-p195/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions/2.0.0-p195/lib/ruby/gems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/antono/.rbenv/versions/2.0.0-p195/lib/ruby/gems/2.0.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 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
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
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
Running transaction check | |
Transaction check succeeded. | |
Running transaction test | |
The downloaded packages were saved in cache till the next successful transaction. | |
You can remove cached packages by executing 'dnf clean packages'. | |
Error: Transaction check error: | |
file /usr/share/doc/gstreamer1/NEWS from install of gstreamer1-1.6.2-1.fc23.i686 conflicts with file from package gstreamer1-1.6.1-1.fc23.x86_64 | |
file /usr/share/doc/gstreamer1/RELEASE from install of gstreamer1-1.6.2-1.fc23.i686 conflicts with file from package gstreamer1-1.6.1-1.fc23.x86_64 | |
file /usr/share/locale/af/LC_MESSAGES/gstreamer-1.0.mo from install of gstreamer1-1.6.2-1.fc23.i686 conflicts with file from package gstreamer1-1.6.1-1.fc23.x86_64 | |
file /usr/share/locale/az/LC_MESSAGES/gstreamer-1.0.mo from install of gstreamer1-1.6.2-1.fc23.i686 conflicts with file from package gstreamer1-1.6.1-1.fc23.x86_64 |
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
-- не хватило недели... | |
-- себе-то не гони | |
-- микросервис у нас 1 :D |
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
➜ RxJS git:(master) cloc src/core | |
295 text files. | |
295 unique files. | |
7 files ignored. | |
github.com/AlDanial/cloc v 1.72 T=0.90 s (319.3 files/s, 17587.0 lines/s) | |
------------------------------------------------------------------------------- | |
Language files blank comment code | |
------------------------------------------------------------------------------- | |
JavaScript 283 1521 2028 10893 |
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
async function doSomething (value, reject = true) { | |
if (reject) { | |
throw value; | |
} else { | |
return value; | |
} | |
} | |
async function task() { | |
try { |
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
#!/bin/bash | |
DIR=$1 | |
exiftool -v0 -progress \ | |
-overwrite_original "-CreateDate<FileModifyDate" \ | |
"-ModifyDate<FileModifyDate" "-TrackCreateDate<FileModifyDate" \ | |
"-TrackModifyDate<FileModifyDate" "-MediaCreateDate<FileModifyDate" \ | |
"-MediaModifyDate<FileModifyDate" "-FileCreateDate<FileModifyDate" \ | |
$DIR/*.MP4 |
Tested on Fedora 32.
sudo dnf groupinstall "Development Tools"
sudo dnf install dkms
git clone https://github.com/gnab/rtl8812au.git
sudo dkms build 8812au/4.2.2
sudo dkms install 8812au/4.2.2
sudo modprobe 8812au
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
CH1 is at 2.413G, format is 250kbps FSK. | |
All packet bits are inverted wrt nRF24L01+. | |
=> TODO: Invert every byte before sending via nRF24L01+!!! | |
<PACKET>: | |
0xAA 0xAA 0xAA 0xAA 0xC3 0x68 0xC3 0x68 <PAYLOAD> | |
<PAYLOAD>: | |
<CONTROL> |
OlderNewer