8000 valexa (Vlad Alexa) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View valexa's full-sized avatar
πŸŒ—
πŸ”οΈπŸ„πŸͺ΅πŸŒΏπŸ“πŸ“šπŸ–₯οΈπŸ–±οΈπŸ“±
πŸŒ—
πŸ”οΈπŸ„πŸͺ΅πŸŒΏπŸ“πŸ“šπŸ–₯οΈπŸ–±οΈπŸ“±

Block or report valexa

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 Loading

  1. VAUXPrototype VAUXPrototype Public

    Forked from hedgehoglab-engineering/HHLUXPrototype

    Swift 2

  2. Apache2Triad Apache2Triad Public

    Historical repository for Apache2Triad

    PHP 2 2

  3. NSDraggingSession NSDraggingSession
    1
    - (void)mouseDown:(NSEvent*)event
    2
    {
    3
    
                  
    4
        //create a NSPasteboardItem
    5
        NSPasteboardItem *pbItem = [NSPasteboardItem new];
  4. a method for changing objects inside... a method for changing objects inside deeply nested dictionaries
    1
    - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
    2
    
                  
    3
        //create a example nested dictionary with just 4 levels
    4
        NSMutableDictionary *parent = [[[NSMutableDictionary alloc] init] autorelease];
    5
        NSDictionary *thirdChild = [NSDictionary dictionaryWithObjectsAndKeys:@"bi",@"l4",@"nar",@"l4_", nil];     
  5. MagicPrefs MagicPrefs Public

    Archive of MagicPrefs code

    Objective-C 4 1

  6. NavigationStack example NavigationStack example
    1
    //
    2
    //  ContentView.swift
    3
    //  sandbox
    4
    //
    5
    //  Created by vlad on 21/11/2023.
0