Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 | |
# 1. clear file from junk | |
# 2. split by wordd | |
# 3. lower case | |
# 4. sort for uniq | |
# 5. uniq withcount | |
# 6. sort by count | |
cat textfile.txt \ | |
| sed -E 's#([^А-Яа-я ])|\s+# #g' \ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 | https://vk.com/wall-27895931 | 5504 | |
---|---|---|---|
2 | https://vk.com/wall-43215063 | 4426 | |
3 | https://vk.com/wall-22798006 | 4024 | |
4 | https://vk.com/wall-26419239 | 3434 | |
5 | https://vk.com/wall-57846937 | 3361 | |
6 | https://vk.com/wall-58170807 | 3310 | |
7 | https://vk.com/wall-56106344 | 3104 | |
8 | https://vk.com/wall-40567146 | 3054 | |
9 | https://vk.com/wall-28477986 | 2960 | |
10 | https://vk.com/wall-45441631 | 2906 |
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
axel -an 50 -o "Transformation Is a Thrill Ride - The Work.mp4" https://videocdn.filespin.io/api/v1/video/0e63f71ee8514ff7805c0b9eada50d90/1080p-wm-video.mp4 | |
axel -an 50 -o "Can Behavioural Science Save Lives? - The Work.mp4" https://videocdn.filespin.io/api/v1/video/eb0f2f5b22ac4f40b9c4e997e8f1a39c/1080p-wm-video.mp4 | |
axel -an 50 -o "The Campaign That Nearly WasnвАЩt - The Work.mp4" https://videocdn.filespin.io/api/v1/video/811dd8002da7402cad2705210cb984cc/1080p-wm-video.mp4 | |
axel -an 50 -o "How to Make Healthcare Irresistible for the Masses - The Work.mp4" https://videocdn.filespin.io/api/v1/video/d82e419ab9e74a0086161127538b1f27/1080p-wm-video.mp4 | |
axel -an 50 -o "Using Behaviour Change to Fight the WorldвАЩs Largest Disease Burden - The Work.mp4" https://videocdn.filespin.io/api/v1/video/9eeb00414be84cf895b3581337deebd8/1080p-wm-video.mp4 | |
axel -an 50 -o "Towards the Source Code of Nurture - The Work.mp4" https://videocdn.filespin.io/api/v1/video/dbba6680c1d84316bd9381076b759184/1080p-wm-video.mp4 | |
axel -an 5 |
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
<!doctype html> | |
<html> | |
<body> | |
<canvas width = "256" height = "256" id = "canvas"></canvas> | |
<script> | |
var canvas = document.getElementById('canvas'); | |
gl = canvas.getContext('experimental-webgl'); |