Lists for:
- ads
- trackers
- telemetry
- malware
- ransomware
- phishing
- crypto
import { createWriteStream } from 'fs' | |
import { Readable } from 'stream' | |
import dump from './media-1a-i-p~s.json' with { type: 'json' } | |
// JSON dump link: https://storage.googleapis.com/panels-api/data/20240916/media-1a-i-p~s | |
const urls = [] | |
const KEY = 'dhd' | |
for (let id in dump.data) { |
from pyspark import SparkContext | |
from pyspark.streaming import StreamingContext | |
import json | |
def process_rdd(rdd): | |
for record in rdd.collect(): | |
print(record) | |
sc = SparkContext('local[2]', 'RedditStreamApp') |
using System.Text.Json.Serialization; | |
var builder = WebApplication.CreateSlimBuilder(args); | |
builder.Services.ConfigureHttpJsonOptions(options => | |
{ | |
options.SerializerOptions.TypeInfoResolverChain.Insert(0, AppJsonSerializerContext.Default); | |
}); | |
var app = builder.Build(); |
I hereby claim:
To claim this, I am signing this object:
File structure of ~/.config/nvim
:
.
├── coc-settings.json
├── init.lua
├── lua
│ ├── barb.lua
│ ├── keys.lua
│ ├── opts.lua
import { useEffect, useState } from 'react' | |
export default function App() { | |
const [title, setTitle] = useState({ | |
firstTitle: 'Java', | |
secondTitle: 'Script', | |
renderCount: { | |
value: 0, // this will increase by 1 every time the button is clicked | |
comment: 'The count value preserves the count of the clicks.' // a constant. no change ever. | |
}, |
{ | |
"version": "2.0.117.8", | |
"settings": { | |
"blur": 0, | |
"brightness": 100, | |
"contrast": 100, | |
"grayscale": 0, | |
"huerotate": 0, | |
"invert": 0, | |
"saturate": 100, |
<p>I am looking forward to hearing from you.</p> | |
<table cellpadding="0" cellspacing="0"> | |
<tbody> | |
<tr> | |
<td colspan="2"> | |
<div style="padding-bottom: 15px"> | |
<div>Mohammad Abdul <strong>Ahad</strong> Chowdhury</div> | |
<div>Graduate student of data science, Macquarie University</div> | |
<div>Software Engineer, Apollo International</div> |