Skip to content
View fzhem's full-sized avatar
Block or Report

Block or report fzhem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sqltools-mssql-driver-commver sqltools-mssql-driver-commver Public

    Fork of the Microsoft SQL Server/Azure Official driver Official driver with Windows Authentication support.

    TypeScript

  2. amazon-redirect-plus amazon-redirect-plus Public

    JavaScript

  3. yt-dlp command to export watch later... yt-dlp command to export watch later playlist (replace brave with your browser) as a CSV file.
    1
    yt-dlp --cookies-from-browser brave --flat-playlist --output-na-placeholder "" --print-to-file %(title)#S,%(url)q,%(channel)#S,%(channel_url)q,%(duration)d,%(duration_string)q,%(view_count)d export-user-wl.csv https://www.youtube.com/playlist?list=WL
  4. OpenInformix/node-informixdb OpenInformix/node-informixdb Public

    Informix native node.js driver for scalable enterprise and IoT solutions.

    JavaScript 5 4

  5. Null-safe comparison accessor for Pa... Null-safe comparison accessor for Pandas
    1
    import pandas as pd
    2
    
                  
    3
    
                  
    4
    @pd.api.extensions.register_series_accessor("nullsafe")
    5
    class NullSafeSeriesAccessor:
  6. Test for nullsafe.py Test for nullsafe.py
    1
    import pandas as pd
    2
    import pytest
    3
    import numpy as np
    4
    from nullsafe import NullSafeSeriesAccessor
    5