Skip to content

Instantly share code, notes, and snippets.

View AxelTahmid's full-sized avatar
:shipit:

Axel Tahmid AxelTahmid

:shipit:
  • Saskatoon, Saskatchewan, Canada
  • 12:57 (UTC -06:00)
View GitHub Profile
@AxelTahmid
AxelTahmid / logger.ts
Created March 7, 2025 21:41
Pino Http Logger using Nuxt Server Plugins
import { pino } from "pino"
import { pinoHttp } from "pino-http"
export default defineNitroPlugin(async nitroApp => {
let logger = pino()
if (import.meta.dev) {
logger = pino({
transport: {
target: "pino-pretty",
@AxelTahmid
AxelTahmid / hide-n-seek-list.json
Created October 29, 2024 02:21 — forked from DataDalton/hide-n-seek-list.json
Known posters of ghost jobs, scam companies, and resume/data farm companies (Note: Some companies are legitimate, if they are on here it just means I have confirmed they have at some point posted a ghost job, or are a resume/data farm)
{
"JobAttributeManager.glassdoor.companyName.blockedJobAttributeValues": [
"Infosys",
"ACORD Solutions Group",
"Hope Network Professional Services",
"Nursing Network",
"Peraton",
"Convergence Networks",
"ITCommence Inc",
"Hope Network Neuro Rehabilitation",
const pw = require('playwright');
const UserAgent = require('user-agents');
const uuid = require('uuid');
const tmp = require('tmp-promise');
const UINT32_MAX = (2 ** 32) - 1;
const WEBGL_RENDERERS = ['ANGLE (NVIDIA Quadro 2000M Direct3D11 vs_5_0 ps_5_0)', 'ANGLE (NVIDIA Quadro K420 Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (NVIDIA Quadro 2000M Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (NVIDIA Quadro K2000M Direct3D11 vs_5_0 ps_5_0)', 'ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (Intel(R) HD Graphics Family Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (ATI Radeon HD 3800 Series Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (Intel(R) HD Graphics 4000 Direct3D11 vs_5_0 ps_5_0)', 'ANGLE (Intel(R) HD Graphics 4000 Direct3D11 vs_5_0 ps_5_0)', 'ANGLE (AMD Radeon R9 200 Series Direct3D11 vs_5_0 ps_5_0)', 'ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (Intel(R) HD Graphics Family Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)', 'ANGLE (Intel(R) HD Graphics Family Direct3D
@AxelTahmid
AxelTahmid / cargo.toml
Created January 3, 2024 09:09 — forked from Butch78/cargo.toml
1BRC
[package]
name = "rust_1brc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
polars = { version = "0.36.2", features = ["csv", "lazy", "nightly", "streaming"]}