Lists for:
- ads
- trackers
- telemetry
- malware
- ransomware
- phishing
- crypto
| 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') |
| 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) { |
Software License
Copyright (c) 2025 Mohammad Abdul Ahad Chowdhury
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| [](#9A348E)\ | |
| $os\ | |
| $username\ | |
| [](bg:#DA627D fg:#9A348E)\ | |
| $directory\ | |
| [](fg:#DA627D bg:#FCA17D)\ | |
| $git_branch\ |
| # This hosts file is brought to you by Dan Pollock and can be found at | |
| # http://someonewhocares.org/hosts/zero/ | |
| # You are free to copy and distribute this file for non-commercial uses, | |
| # as long the original URL and attribution is included. | |
| # | |
| # See below for acknowledgements. | |
| # Please forward any additions, corrections or comments by email to | |
| # hosts@someonewhocares.org |
| # Copyright (c) 2021-2025 Willi "WillDieEnte" Entenmann - https://ente.dev/ | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| # copies of the Software, and to permit persons to whom the Software is | |
| # furnished to do so, subject to the following conditions: | |
| # |