Skip to content

Instantly share code, notes, and snippets.

@masqueNada
masqueNada / email_extractor.vba
Last active May 10, 2023 23:08
Outlook Failed Email Extractor
Sub ExtractFailedEmailAttempts()
On Error Resume Next
Dim myItem As Outlook.ReportItem
Dim olItems As Items
Dim i As Integer
Set myOlApp = Outlook.Application
Set mynamespace = myOlApp.GetNamespace("mapi")
Set myfolder = myOlApp.ActiveExplorer.CurrentFolder
@masqueNada
masqueNada / EventSectionDataPreviewDialog.kt
Last active October 25, 2022 19:59
EventSectionDataPreviewDialog.kt
package com.withjoy.feature.editsite.preview
import android.app.Dialog
import android.content.Context
import android.graphics.Typeface
import android.os.Bundle
import android.view.LayoutInflater
import androidx.core.view.isVisible
import com.airbnb.epoxy.stickyheader.StickyHeaderLinearLayoutManager
import com.withjoy.common.domain.design.EventDesign
@masqueNada
masqueNada / JCEventListCard.swift
Last active July 25, 2022 14:44
Event Card without looking up screen width
//
// JCEventListCard.swift
// JoyKitUI_Example
//
// Created by Jeyashri Natarajan on 1/4/22.
// Copyright © 2022 CocoaPods. All rights reserved.
//
import SwiftUI
import SDWebImageSwiftUI
@masqueNada
masqueNada / ExternalRegistryDialogStates.kt
Last active May 23, 2022 18:15
ExternalRegistryDialogStates
sealed class TransferredState {
class NotTransferred(
title: ContextString,
description: ContextString,
button: Button
) : TransferredState
class TransferredPublicState(
title: ContextString
description: ContextString,
@masqueNada
masqueNada / gist:085a81c671a7c7124eeb88e333f06626
Last active April 15, 2022 17:14
Dependency Tree 0.60.1-dev
Last login: Wed Apr 13 14:06:12 on ttys001
onurdursun@Onurs-MBP ~ % pwd
/Users/onurdursun
onurdursun@Onurs-MBP ~ % cd Joy/android
onurdursun@Onurs-MBP android % git status
On branch MOB-119_momentsLightbox
Your branch is ahead of 'origin/MOB-119_momentsLightbox' by 4 commits.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
query EventDesign($eventId:ID!){
eventById(id:$eventId) {
eventDesign(purpose: live) {
font {
fontFamily
fontSize
fontWeight
textTransform
}