Skip to content
View DylanLukes's full-sized avatar
  • University of California San Diego
  • San Diego, CA

Highlights

  • Pro

Organizations

@0x10cStandardsCommittee @chezbob @UPittDMAS
Block or Report

Block or report DylanLukes

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. renkon renkon Public

    Python

  2. Cosmo ZSH Plugin Cosmo ZSH Plugin
    1
    cosmo() {
    2
      declare cosmo_path=${COSMO_PATH:-/opt/cosmos/bin:/opt/cosmo/bin}
    3
      declare ape_bin
    4
    
                  
    5
      # If no arguments were provided, abort.
  3. Minimal build.zig for building bgfx,... Minimal build.zig for building bgfx, and using it in a Zig project.
    1
    const std = @import("std");
    2
    
                  
    3
    pub fn build(b: *std.Build) !void {
    4
        const target = b.standardTargetOptions(.{});
    5
        const optimize = b.standardOptimizeOption(.{});