- 👋 Hi, I’m @kashiftriffort
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
Machine Learning, NLP, Deep Learning, LLM, Open AI, NLP
- Pune
- @kashif_jilani
Pinned Loading
-
Python BeautifulSoup Scraper that sc...
Python BeautifulSoup Scraper that scrapes book covers, titles, descriptions, average rating, rating and authors from www.goodreads.com 1import requests
2from bs4 import BeautifulSoup as bs
3import pandas as pd
4import re
5 -
URLSession swizzling in Swift
URLSession swizzling in Swift 1extension URLSessionConfiguration {
23@objc
4static func setupSwizzledSessionConfiguration() {
5 -
Intercept Action Swizzling in Swift
Intercept Action Swizzling in Swift 1@objc static func swizzleMethod() {
23guard self == UIApplication.self else {
4return
5}
-
Combine Example in Swift
Combine Example in Swift 1enum HTTPError: LocalizedError {
2case statusCode
3}
45enum RequestError: Error {
-
API-Generics_Codable
API-Generics_Codable PublicSample app created in Swift called an API client using Generics, Codable
Swift
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.