Skip to content

Instantly share code, notes, and snippets.

@choco-bot
choco-bot / FilesSnapshot.xml
Created November 21, 2024 07:08
google2srt.portable v0.7.10 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\Google2SRT-0.7.10.zip.txt" checksum="4E46D5AD0B8032B7BC19192FB8CADD76" />
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\google2srt.portable.nupkg" checksum="99A2BE7F7B00A9EFC7F7CBB92CFC5D74" />
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\google2srt.portable.nuspec" checksum="BD94F83AE4CD53C3A4037DB17FD0E634" />
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\legal\LICENSE.txt" checksum="0CC0B99F7A12FDF9A2A948AF69BAA109" />
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\legal\VERIFICATION.txt" checksum="A41A8DC6935396B0C73D2F41978A2117" />
<file path="C:\ProgramData\chocolatey\lib\google2srt.portable\tools\chocolateyinstall.ps1" checksum="CAA44D9AF05286EC99F33977AEDD9CDF" />
<file path="C:\P
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAA8CAYAAAAjW/WRAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAyKADAAQAAAABAAAAPAAAAAAm78sIAAAUZklEQVR4Ae2dCbBcxXWGkQWIReybESDJkgBhwIBZgtkkQAZXTMJuCBAbg4MLgyFFYZfLifECxJAUKYxNsDFGQApSJo6hAsRmCfghKpIxmxCrhARC7AJkFhkElpTvm3fP0HPn3nkzYp70nrin6n/dffp09+nT5/TtvjMarbJKRZUFKgtUFqgsUFmgskBlgcoClQUqC1QWqCxQWaCyQGWBygKVBSoLVBaoLDCILTBksOq+dOnStdF9TbAqWALeBW8NGTJkKWkDIbsGjLXAMGD9IuQWkFZUWWDlswAO/3nwAJgHFoDXwRPgSjA6nTHlz4H7wQsgZGeSvwaMS2WrfGWBlcICOPa3wCIgvd+b1NN/p/yxmCj5s7L6ouSmkKvSygJFFqg7UlHlAOd5tJLiiGXqMWsfsBVohw4malZrR7CS+WhaYLAGiPcIdffuIUXqXcO64TLbIINjgzbkKpGPqAUGa4DEcoX+8RSRv05UtplGH22KV2IfJQsMVufw7dufs4WKp4dz8YglDdq3c73qV38HigUGa4Bov7iDxBwMGI9YFVUW6JoFwrm61uEK6CieJHFJXwEqVEOurBaIXbhf5scbIgNwIzAS7ALGZNiMNHb7N8g/Bx4HD4EZYH7RB37wU4qjVToH+3wzFRoMeezkHOJDT232PlgE3mvDDoi1T4w1FGnt5IemHkUXg3cYx/FaEm2Vj7b24xq8B2wf60Gxc8r6Xp+W24M9wE5gNIg1nUNe3/g/8CTjLSTtd0qdq6uDMeFN6fBUcAgwODSuRnRMd31T7wyrg3iSvUP+VXA97a/ECI+RL6J4i1VUNyh4zM9P9n

Materi DOM di JavaScript

1. Perkenalan Apa Itu DOM

DOM (Document Object Model) adalah representasi struktur dokumen HTML atau XML dalam bentuk pohon yang memungkinkan Anda untuk memanipulasi dan mengubah konten, struktur, dan gaya halaman web menggunakan JavaScript. DOM menyediakan antarmuka untuk berinteraksi dengan elemen-elemen di dalam halaman web.


2. Menggunakan Method getElementById()

@ungeskriptet
ungeskriptet / ia-check.py
Created November 21, 2024 07:06
Python script to skip already uploaded files in an item on archive.org
#!/usr/bin/python
from internetarchive import upload
from random import randint
from requests import get
import hashlib
import sys
def info(text): print(f"\033[94mINFO: \033[00m{text}")
def warning(text): print(f"\033[93mWARNING: \033[00m{text}")
def error(text): print(f"\033[91mERROR: \033[00m{text}")
@lvanasse
lvanasse / ci-other.log
Created November 21, 2024 07:06
[other] CI Log for nuttx @ feb38c43f2b398a7509c2d65d1c08c9457dc1f6f / nuttx-apps @ 1b91e3c4a661ab2e3b8f4aaf04050ac345795e80
Script started on 2024-11-21 06:53:37+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh other" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=other
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@nuttxlinux
nuttxlinux / ci-arm-01.log
Created November 21, 2024 07:05
[arm-01] CI Log for nuttx @ feb38c43f2b398a7509c2d65d1c08c9457dc1f6f / nuttx-apps @ 1b91e3c4a661ab2e3b8f4aaf04050ac345795e80
Script started on 2024-11-21 14:12:06+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh arm-01" TERM="tmux-256color" TTY="/dev/pts/12" COLUMNS="90" LINES="19"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=arm-01
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@trichin1
trichin1 / ackermann.oak
Created November 21, 2024 07:04 — forked from thesephist/ackermann.oak
Ackermann function calculator
#!/usr/bin/env oak
std := import('std')
str := import('str')
fmt := import('fmt')
math := import('math')
cli := import('cli')
// ackermann computes the Ackermann function of m, n
fn ackermann(m, n) if {
@jerpelea
jerpelea / ci-arm-03.log
Created November 21, 2024 07:03
[arm-03] CI Log for nuttx @ feb38c43f2b398a7509c2d65d1c08c9457dc1f6f / nuttx-apps @ 1b91e3c4a661ab2e3b8f4aaf04050ac345795e80
Script started on 2024-11-21 07:53:46+01:00 [COMMAND="/awork/nuttx/NuttX/farm/run-job.sh arm-03" TERM="screen.xterm-256color" TTY="/dev/pts/9" COLUMNS="190" LINES="48"]
latest: Pulling from apache/nuttx/apache-nuttx-ci-linux
Digest: sha256:15949c71a5b70cd12ff63ff326c1d002fd41b8eda504f174c00e96d49b5c4cd5
Status: Image is up to date for ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest
/root
Cloning into 'nuttx'...
remote: Enumerating objects: 817172, done.
remote: Counting objects: 0% (1/1774)remote: Counting objects: 1% (18/1774)remote: Counting objects: 2% (36/1774)remote: Counting objects: 3% (54/1774)remote: Counting objects: 4% (71/1774)remote: Counting objects: 5% (89/1774)remote: Counting objects: 6% (107/1774)remote: Counting objects: 7% (125/1774)remote: Counting objects: 8% (142/1774)remote: Counting objects: 9% (160/1774)remote: Counting objects: 10% (178/1774)remote: Counting objects: 11% (196/1774)remote: Counting objects: 12
@chandra-prakash-meghwal
chandra-prakash-meghwal / aws-cloudformation-s3-bucket-data-expiry.yml
Created November 21, 2024 07:03
aws cloudformation template for create s3 bucket with auto removal of data using expiration
AWSTemplateFormatVersion: '2010-09-09'
Description: Create an S3 bucket with a lifecycle rule to expire current versions of objects after 1 day
Resources:
MyS3Bucket:
Type: 'AWS::S3::Bucket'
Properties:
BucketName: bucket-test-auto-removal
LifecycleConfiguration:
Rules:
- Id: ExpireObjectsAfterOneDay
@DevMasterX
DevMasterX / reset.css
Created November 21, 2024 07:02
Universal CSS RESET for modern projects. It includes box-sizing, typography improvements, media handling, form controls styling, and root stacking context creation.
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
box-sizing: border-box;
}
/* 2. Remove default margin */
* {
margin: 0;
}