FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
V8 exposes method v8.getHeapStatistics() that returns an object.
Field heap_size_limit contains the number of Bytes.
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>CSS-only "brick" road sign</title> | |
| <style> | |
| .circle-brick { | |
| width: 30px; | |
| height: 30px; |
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
V8 exposes method v8.getHeapStatistics() that returns an object.
Field heap_size_limit contains the number of Bytes.
| /** | |
| * Quick experiment | |
| * retrieve users data as XML from VK "secret" /foaf.php endpoint | |
| * and extract some values, using 2022 browser APIs. | |
| * | |
| * This can be run in browser console, when any page on vk.com is open | |
| * otherwise a cross-domain request is disallowed. | |
| * | |
| * By Sergei Sokolov, | |
| * Moscow, Russia, November 2022. |
Один из вариантов, надеюсь, простой. Не требует установки чего-либо на компьютер.
Зайти на страницу отправки письма http://letters.kremlin.ru/letters/send
Открыть в браузере Консоль Разработчика.
Google Chrome: Ctrl + Shift + J
Mozilla FireFox: Ctrl + Shift + K
Выглядит примерно так, панель, какие-то сообщения и курсор >>:
| import serial | |
| comport = "COM5" | |
| ser = serial.Serial(comport, 9600) | |
| command1 = b'\x55\x0e\x04\x66\x2a\x1b\x07\x27\x40\x06\xfb\x02\xac\x35' | |
| ser.write(command1) | |
| print ('You have hacked Your Mini') |
| <!-- https://webrtchacks.github.io/WebRTC-Camera-Resolution/ test results | |
| for Logitech c930e webcam resolutions --> | |
| <table> | |
| <tbody> | |
| <tr> | |
| <th>Browser</th> | |
| <th>Device</th> | |
| <th>Res Name</th> | |
| <th>Ratio</th> | |
| <th>Ask</th> |
| palette="/tmp/palette.png" | |
| filters="fps=15,scale=320:-1:flags=lanczos" | |
| ffmpeg -i input.flv -vf "$filters,palettegen" -y $palette | |
| ffmpeg -i input.flv -i $palette -lavfi "$filters [x]; [x][1:v] paletteuse" -y output.gif |
| function md5cycle(e,t){var i=e[0],a=e[1],r=e[2],n=e[3];a=ii(a=ii(a=ii(a=ii(a=hh(a=hh(a=hh(a=hh(a=gg(a=gg(a=gg(a=gg(a=ff(a=ff(a=ff(a=ff(a,r=ff(r,n=ff(n,i=ff(i,a,r,n,t[0],7,-680876936),a,r,t[1],12,-389564586),i,a,t[2],17,606105819),n,i,t[3],22,-1044525330),r=ff(r,n=ff(n,i=ff(i,a,r,n,t[4],7,-176418897),a,r,t[5],12,1200080426),i,a,t[6],17,-1473231341),n,i,t[7],22,-45705983),r=ff(r,n=ff(n,i=ff(i,a,r,n,t[8],7,1770035416),a,r,t[9],12,-1958414417),i,a,t[10],17,-42063),n,i,t[11],22,-1990404162),r=ff(r,n=ff(n,i=ff(i,a,r,n,t[12],7,1804603682),a,r,t[13],12,-40341101),i,a,t[14],17,-1502002290),n,i,t[15],22,1236535329),r=gg(r,n=gg(n,i=gg(i,a,r,n,t[1],5,-165796510),a,r,t[6],9,-1069501632),i,a,t[11],14,643717713),n,i,t[0],20,-373897302),r=gg(r,n=gg(n,i=gg(i,a,r,n,t[5],5,-701558691),a,r,t[10],9,38016083),i,a,t[15],14,-660478335),n,i,t[4],20,-405537848),r=gg(r,n=gg(n,i=gg(i,a,r,n,t[9],5,568446438),a,r,t[14],9,-1019803690),i,a,t[3],14,-187363961),n,i,t[8],20,1163531501),r=gg(r,n=gg(n,i=gg(i,a,r,n,t[13],5,-1444681467),a,r,t[2],9 |
| From bitbucket.org:eproduce/twitch_extension_backend | |
| * branch master -> FETCH_HEAD | |
| Auto-merging uploads/quest/img02_1_preview.webp | |
| CONFLICT (add/add): Merge conflict in uploads/quest/img02_1_preview.webp | |
| Auto-merging uploads/quest/img02_1.webp | |
| CONFLICT (add/add): Merge conflict in uploads/quest/img02_1.webp | |
| Auto-merging uploads/quest/img01_1_preview.png | |
| CONFLICT (add/add): Merge conflict in uploads/quest/img01_1_preview.png | |
| Auto-merging uploads/quest/img01_1.jpg | |
| CONFLICT (add/add): Merge conflict in uploads/quest/img01_1.jpg |