Skip to content
View valexa's full-sized avatar
💼
Open for work
💼
Open for work
Block or Report

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

  1. VAUXPrototype VAUXPrototype Public

    Forked from hedgehoglab-engineering/HHLUXPrototype

    Swift 2

  2. Apache2Triad Apache2Triad Public

    Historical repository for Apache2Triad

    PHP 1 1

  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 2 1

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